I need to know is there a way to use the HSET command in Redis cluster mode (with sharding for the same hash), because in the HSET command we are specifying a specific hash to store the data in the Redis cluster, which resides in a specific hash slot inside a specific node, So with these aspects, I need to know any alternative way achieving this without compromising the HSET functionality in Redis.
Asked
Active
Viewed 281 times
0
-
Can you please edit the question, it's not clear. – Guy Korland Mar 18 '21 at 16:44
-
edited @GuyKorland – MaxExplode Mar 19 '21 at 05:23
-
Did you check Jedis docs? You should look for JedisCluster – Guy Korland Mar 21 '21 at 22:09