RedisJSON / redisjson-py

An extension to redis-py for using Redis' ReJSON module
https://redisjson.io
BSD 2-Clause "Simplified" License
160 stars 34 forks source link

Use io.open() and 'utf-8' to read description #30

Closed ykvch closed 4 years ago

ykvch commented 4 years ago

Extra fix for https://github.com/RedisJSON/redisjson-py/issues/28 to eliminate FreeBSD 12 + Python 3.6.1 UnicodeDecodeError upon installation.

itamarhaber commented 4 years ago

Merging and preparing a new release PR.