My requirements are
- Distributed applications sitting on different machines running the set / get command
- Ability to add servers and rebalance specific data areas. [AKA - consecutive hashing]
Problems - Viewing the REDIS client, which boasts the implementation of serial hashing - JEDIS, etc. It seems that they store the key for shardinfo in memory, so they are not sure what will work [1].
source
share