diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ type handlerFunc func(net.Conn, []string) var commandRegistry = map[string]handlerFunc{ "GET": handleGet, "SET": handleSet, -// "DEL": handleDel, + "DEL": handleDel, "EXISTS": handleExists, /* "INCR": handleIncr, "DECR": handleDecr, |
