Redis Cluster - https://redis.io/topics/cluster-tutorial.
Redis Cluster Python Implementation - https://github.com/Grokzen/redis-py-cluster.
Redis cluster was setup. Same host machine was used with different ports to mimic distributed setting. 3 masters and 3 slaves according to the minimum requirement for a cluster.
https://medium.com/@iamvishalkhare/create-a-redis-cluster-faa89c5a6bb4#:~:text=Running%20Redis%20in%20cluster%20mode&text=Every%20instance%20also%20contains%20the,every%20time%20it%20is%20needed.
None
b'3'
b'5'
b'6'
Multi-threaded client implementation.