That was a nice timing, just yesterday I hacked around asyncio-redis package to provide clustering support.<p>Anyone interested in trying it out, or contributing, you can see the project here: <a href="https://github.com/renatomassaro/asyncio-redis-cluster" rel="nofollow">https://github.com/renatomassaro/asyncio-redis-cluster</a><p>Edit: as for blocking requests, redis-py-cluster is an awesome lib that provides cluster support over the traditional redis-py client.