diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ var commandRegistry = map[string]handlerFunc{ "LPOP": handleLpop, "RPOP": handleRpop, "EXPIRE": handleExpire, + "HSET": handleHset, + "HGET": handleHget, + "HGETALL": handleHgetall, } func main() { |
