aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index cd9cb7a..2364d02 100644
--- a/main.go
+++ b/main.go
@@ -23,6 +23,7 @@ var commandRegistry = map[string]handlerFunc{
"INCR": handleIncr,
"DECR": handleDecr,
"PING": handlePing,
+ "RENAME": handleRename,
/* "FLUSHALL": handleFlushall,
"RPUSH": handleRpush,
"LPUSH": handleLpush,