This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 1052bab8 Set the redis-cursor-compatible field to yes in the initial
configuration (#2103)
1052bab8 is described below
commit 1052bab819c8fb199622745eea2e25124d4c7a5d
Author: 纪华裕 <[email protected]>
AuthorDate: Sat Feb 17 18:37:02 2024 +0800
Set the redis-cursor-compatible field to yes in the initial configuration
(#2103)
---
kvrocks.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kvrocks.conf b/kvrocks.conf
index c747fde2..79c16b5c 100644
--- a/kvrocks.conf
+++ b/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
# Whether to enable the RESP3 protocol.
# NOTICE: RESP3 is still under development, don't enable it in production
environment.