Feat: Add HStrlen Command.

This commit is contained in:
Eriri
2022-05-31 20:13:33 +08:00
committed by finley
parent 951a844439
commit bde2c8ccbe
5 changed files with 31 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ func makeRouter() map[string]CmdFunc {
routerMap["hexists"] = defaultFunc
routerMap["hdel"] = defaultFunc
routerMap["hlen"] = defaultFunc
routerMap["hstrlen"] = defaultFunc
routerMap["hmget"] = defaultFunc
routerMap["hmset"] = defaultFunc
routerMap["hkeys"] = defaultFunc