aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index ade1b76..a20db6a 100644
--- a/main.go
+++ b/main.go
@@ -29,6 +29,9 @@ var commandRegistry = map[string]handlerFunc{
"LPOP": handleLpop,
"RPOP": handleRpop,
"EXPIRE": handleExpire,
+ "HSET": handleHset,
+ "HGET": handleHget,
+ "HGETALL": handleHgetall,
}
func main() {