PragmaTwice commented on code in PR #3294: URL: https://github.com/apache/kvrocks/pull/3294#discussion_r2630339475
########## kvrocks.conf: ########## @@ -388,6 +388,16 @@ max-bitmap-to-string-mb 16 # Default: yes redis-cursor-compatible yes +# Number of Redis-compatible databases. +# When set to 0 (default), SELECT command acts like a no-op i.e. Redis-compatible databases are disabled. +# When set to a positive value, SELECT command is Redis-compatible and the namespace feature is disabled. +# +# For example, if you set redis-databases to 16, then SELECT 0 through SELECT 15 are available. +# Note that SELECT 0 always maps to the default namespace, regardless of whether this feature is enabled. Review Comment: ```suggestion # Note that SELECT 0 maps to the default namespace even when this feature is enabled. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
