jaysonsantos / python-binary-memcached

A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.
MIT License
165 stars 57 forks source link

Issue with Django 2.2 + python-binary-memcached 0.29.0 #234

Closed cchacholiades closed 4 years ago

cchacholiades commented 4 years ago

In my requirements.txt file:

python-binary-memcached==0.29.0 - this version makes my code to break 'dict_keys' object is not subscriptable

if I specify the master branch of this repo directly:

git+git://github.com/jaysonsantos/python-binary-memcached@master - it works ✓


@jaysonsantos Do we need a new release?

jaysonsantos commented 4 years ago

Hey there @cchacholiades I've just released 0.30.0, could you give it a try?

cchacholiades commented 4 years ago

Many thanks @jaysonsantos