projecteru / redis-trib.py

Redis Cluster lib in Python
MIT License
135 stars 45 forks source link

does it support python 3? #8

Closed romberli closed 6 years ago

romberli commented 6 years ago

i think many projects use python3 nowadays, so will it support python 3? and i also want to know if this tool supports redis 4.x.

zheplusplus commented 6 years ago

It supports Redis 4.0 for the busport format update.

And for Py3, people who migrate their projects to support Python 3 are so optimistic that believe there is a future in 2020.

Ok here it is #9

romberli commented 6 years ago

hi @neuront, thanks for your update. how should i understand busport format update of redis4.0? is there any differences between using redis 3.0 and 4.0?

zheplusplus commented 6 years ago

https://groups.google.com/forum/#!topic/redis-db/XpFWvrzAmZ4

romberli commented 6 years ago

hi @neuront , thanks for your update, so it will recognize the version of redis, and be compatible with both redis 3.x and 4.x right?

zheplusplus commented 6 years ago

Yes, it supports both 3.x and 4.x.

0.5.2 is released to support Python 3. Thank you.