aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index a20db6a..8a73770 100644
--- a/main.go
+++ b/main.go
@@ -32,6 +32,8 @@ var commandRegistry = map[string]handlerFunc{
"HSET": handleHset,
"HGET": handleHget,
"HGETALL": handleHgetall,
+ "HKEYS": handleHkeys,
+ "HVALUES": handleHvalues,
}
func main() {