Does python-memcached support consistent hashing & binary protocol?
Posted
by Continuation
on Stack Overflow
See other posts from Stack Overflow
or by Continuation
Published on 2010-04-11T09:45:28Z
Indexed on
2010/04/11
9:53 UTC
Read the original article
Hit count: 488
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.
© Stack Overflow or respective owner