redis/docs

Feedback: Clustering Redis Databases

Closed this issue · 0 comments

Page https://redis.io/docs/latest/operate/rc/databases/configuration/clustering

We need to make the following changes in the "Standard hashing policy" section

  1. Remove the following paragraph:

"However, this policy is less recommended and you should select it only if any of the following conditions apply:

  • Your application uses empty hashtags to hash different keys to the same hashslot
  • Your application uses multiple curly brackets within a key’s name"
  1. Instead, add the following note at the bottom of the section:

"Note:
To allow seamless transition between hashing policies, the following techniques are not recommended:

  • Using empty hashtags to hash different keys to the same hashslot
  • Using multiple curly brackets within a key’s name"