diff options
| author | alex <[email protected]> | 2026-07-08 19:25:30 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-08 19:25:30 +0200 |
| commit | b523e77159b89cdb22a8e6e7f9d0046cd4269443 (patch) | |
| tree | 11c12d8d9d4e1409840a8a8e9d71a1b147000623 /main.go | |
| parent | 23eea730585ece03deadd28f46f3c5e46f155048 (diff) | |
| download | redis-clone-b523e77159b89cdb22a8e6e7f9d0046cd4269443.tar.xz redis-clone-b523e77159b89cdb22a8e6e7f9d0046cd4269443.zip | |
added LREM command
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ var commandRegistry = map[string]handlerFunc{ "TYPE": handleType, "DBSIZE": handleDbsize, "KEYS": handleKeys, + "LREM": handleLrem, } func main() { |
