aboutsummaryrefslogtreecommitdiff
path: root/pkg/commands/command-registry.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/command-registry.go')
-rw-r--r--pkg/commands/command-registry.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/commands/command-registry.go b/pkg/commands/command-registry.go
index 6e34ff7..baf7133 100644
--- a/pkg/commands/command-registry.go
+++ b/pkg/commands/command-registry.go
@@ -95,4 +95,9 @@ var Registry = map[string]CommandDef{
ExtractKeys: SingleKey,
Execute: Lpop,
},
+ "LRANGE": {
+ MinArgs: 4,
+ ExtractKeys: SingleKey,
+ Execute: Lrange,
+ },
} \ No newline at end of file