diff options
| author | alex <[email protected]> | 2026-07-09 16:51:26 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-09 16:51:26 +0200 |
| commit | 8126486c8e488a6f541fb8b3bc65156fa983c489 (patch) | |
| tree | 4207059a31b72a00955b7df693598549f35e1d1f /main.go | |
| parent | 6aebb5bb1d35016bc8e3bed04e971614898cb6ff (diff) | |
| download | redis-clone-8126486c8e488a6f541fb8b3bc65156fa983c489.tar.xz redis-clone-8126486c8e488a6f541fb8b3bc65156fa983c489.zip | |
added RENAME command
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ var commandRegistry = map[string]handlerFunc{ "INCR": handleIncr, "DECR": handleDecr, "PING": handlePing, + "RENAME": handleRename, /* "FLUSHALL": handleFlushall, "RPUSH": handleRpush, "LPUSH": handleLpush, |
