diff --git a/full_index/kvrocks.conf b/full_index/kvrocks.conf index 43c4428..840f75f 100644 --- a/full_index/kvrocks.conf +++ b/full_index/kvrocks.conf @@ -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.