From 935e8091121eb4d415bbaddd95591f0fb55fe4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 8 Mar 2024 14:46:49 +0100 Subject: [PATCH] fix: Use scan properly on kvrocks --- full_index/kvrocks.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.