Yup this is not Lettice issue. I want to know if there is a way by which slot hash calulation algorithm can be overriden in lettuce.
As you said clients (lettuce in this case) determine a shard by the calculated slot hash, is there a way?
yeah I checked slot hash tags, it will make sure same hash tags keys will go in same shards but that will not solve my problem.
E.g.
hash tags = "aa" suppose there are 4 keys of each 10 mb data so 40 mb total goes in shard 1
hash tags = "bb" for this hash tag it is possible that redis end up putting keys in same shard as above.
please correct me if I am wrong