git-hulk commented on PR #3294:
URL: https://github.com/apache/kvrocks/pull/3294#issuecomment-3649459690

   @hanxi Thanks for your contribution. Another approach is to use the DB ID to 
replace the namespace when `redis-select-compatible` is enabled.
   
   To clarify, we would use the DB ID as the namespace and don't need the 
corresponding token for those DBs (namespace). And we need to take care of the 
following scenarios:
   
   - Cannot enable `redis-select-compatible` if there are any other namespaces 
except for the default.
   - Cannot create a namespace or include a namespace token in the 
configuration file.
   
   This way would be more transparent and easier to maintain by avoiding mixing 
the namespace and the Redis DB behavior.
   
   To see if @PragmaTwice @torwig @mapleFU @caipengbo have any comments on this?


-- 
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]

Reply via email to