diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ var commandRegistry = map[string]handlerFunc{ "HVALUES": handleHvalues, "TYPE": handleType, "DBSIZE": handleDbsize, + "KEYS": handleKeys, } func main() { |
