Replies: 4 comments
-
@cmreddyv Don't think it is related to the client. |
Beta Was this translation helpful? Give feedback.
-
@SoulPancake , not able to figure it out whether it is clientissue or server issue ... it is pushing the keys and also establishing connections to only one node in the Redis OSS server, which is making that particular server overloaded and causing time out issues. Tried to upgrade the client to Redis V9 and server to Redis Server 7.0.8, but still the same.
|
Beta Was this translation helpful? Give feedback.
-
Hi it's not a client side issue, the keys' dirstribution are depending on crc16, the client just send them to the corresponding slot, you can refer to https://redis.com/blog/redis-clustering-best-practices-with-keys/ |
Beta Was this translation helpful? Give feedback.
-
@cmreddyv A very common cause of this problem is the misusage of hashtags. Do you know if you're using them for naming keys? If yes, you should consider the design of the hashtag. You should include some variable part inside of the curly braces. |
Beta Was this translation helpful? Give feedback.
-
Seeing weird behaviour .. one server is at 24k keys while others are at 3 digit numbers... the key distribution is not happening properly. how to solve this and get the keys evenly distributed.
Redis Server version: 6.2.7
GoRedis client version: v7
Tried with Redis Server version: 7.0.8 and Client version v9( same behaviout)
Beta Was this translation helpful? Give feedback.
All reactions