Does python-memcached support consistent hashing & binary protocol?
- by Continuation
Python-memcached is the official supported memcached driver for Django.
Does it support
Consistent hashing
Binary protocol
If it does, how do I use those features within Django? I couldn't find any documentation.