fix: Use scan properly on kvrocks

pull/893/head
Raphaël Vinot 2024-03-08 14:46:49 +01:00
parent 07a6fe8f49
commit 935e809112
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ max-bitmap-to-string-mb 16
# If enabled, the cursor will be unsigned 64-bit integers.
# If disabled, the cursor will be a string.
# Default: no
redis-cursor-compatible no
redis-cursor-compatible yes
# Maximum nesting depth allowed when parsing and serializing
# JSON documents while using JSON commands like JSON.SET.