feat: command - lolwut

This commit is contained in:
Anton
2024-06-06 16:57:29 +05:00
parent 1bc2e5436e
commit c6b4e5c707
3 changed files with 126 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ func Parse(args [][]byte) (redis.Cmd, error) {
return key.ParseFlushDB(b)
case "info":
return server.ParseOK(b)
case "lolwut":
return server.ParseLolwut(b)
// connection
case "echo":