diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
