Grokzen / redis-py-cluster

Python cluster client for the official redis cluster. Redis 3.0+.
https://redis-py-cluster.readthedocs.io/
MIT License
1.1k stars 316 forks source link

Is async version possible ? #408

Closed raphaelauv closed 3 years ago

raphaelauv commented 3 years ago

Hello , thank for all your work !!

Since redis-py-cluster is based on redis-py that is not async

there is no chance this package could support async right ?

Grokzen commented 3 years ago

Hi. No there is no chance that will happen before redis-py will change itself as a ton of code has to be rewritten for async to work out.