From 90778a710319efc44754d4b1a4e7e18ddad6661a Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 11 Jul 2026 13:22:16 +0200 Subject: refactored LRANGE --- pkg/commands/command-registry.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg/commands/command-registry.go') 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 -- cgit v1.2.3