projecteru / redis-trib.py

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

Python 2 support. #13

Closed HongSeokHwan closed 5 years ago

HongSeokHwan commented 5 years ago

The current console is not working properly in Python 2.

I got "only named arguments may follow *expression" error. (https://stackoverflow.com/questions/12720450/unpacking-arguments-only-named-arguments-may-follow-expression)

Of course this is not your fault, but I think you can provide something more portable. (a little wordy)

zheplusplus commented 5 years ago

Thanks a lot. Published as v0.6.1