Commit a4e1937
fix: remove arbitrary 128 argument limit when parsing AOF files
Redis does not have a hard limit on command arguments, but RedisShake
was limiting AOF command arguments to 128. This restriction prevented
parsing AOF files with large batch operations (MSET, SADD, LPUSH, etc.).
Remove the SizeMax limit entirely to match Redis behavior.
Fixes #1024
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 47d42ae commit a4e1937
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 128 | | |
133 | 129 | | |
134 | 130 | | |
| |||
0 commit comments