Re: python-memcached seems to be unmaintained

2018-10-29 Thread Aymeric Augustin
Hello Adrian, I think that's a good plan. If there's opposition to deprecating the python-memcached backend now, it would still be possible to introduce and recommend the pymemcache backend. Best regards, -- Aymeric. > On 29 Oct 2018, at 01:42, Adrian Turjak wrote: > > Through some of my

Re: python-memcached seems to be unmaintained

2018-10-29 Thread Adam Johnson
I’ve used pymemcache with Django and even wrote a backend for it that I never got to open sourcing. I’d be glad of support in core and would help with code review. On Mon, 29 Oct 2018 at 00:42, Adrian Turjak wrote: > Through some of my last few projects using Django and Memcached I kept > runnin

python-memcached seems to be unmaintained

2018-10-28 Thread Adrian Turjak
Through some of my last few projects using Django and Memcached I kept running into the problem that python-memcached appears to no longer be maintained[1], and even before that the release frequency was getting quite low. For Django pylibmc is an alternative, but having to rely on an underlying C