salimane / rediscluster-py

a Python interface to a Cluster of Redis key-value store
MIT License
47 stars 17 forks source link

setup.py bad encoding #18

Closed rhopatel closed 4 years ago

rhopatel commented 4 years ago

The calls to "open" on lines 19 and 22 use the wrong encoding scheme. I believe this is making the entire package impossible to install using pip.

salimane commented 4 years ago

This repo is deprecated. Please use the official Redis library.