aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 8acef78..cd9cb7a 100644
--- a/main.go
+++ b/main.go
@@ -20,10 +20,10 @@ var commandRegistry = map[string]handlerFunc{
"SET": handleSet,
"DEL": handleDel,
"EXISTS": handleExists,
-/* "INCR": handleIncr,
+ "INCR": handleIncr,
"DECR": handleDecr,
"PING": handlePing,
- "FLUSHALL": handleFlushall,
+/* "FLUSHALL": handleFlushall,
"RPUSH": handleRpush,
"LPUSH": handleLpush,
"LRANGE": handleLrange,