summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2016-10-31 14:04:00 -0700
committerJoe Gordon <jogo@pinterest.com>2016-11-03 09:52:53 -0700
commit3613587536673154b45dbb8fe482e736f13a3a36 (patch)
treeeded78af8c6e3aa53d1f493c4d770fa36f2a4577 /README.rst
parentf1c939be4dbc99aa6cc9d90b24c500893d65097d (diff)
downloadpymemcache-3613587536673154b45dbb8fe482e736f13a3a36.tar.gz
Add optional support for unicode keys
memcached's ASCII protocol supports unicode keys, so lets support them as well. Since using unicode keys for memcache is uncommon and to preserve the previous behavior disable support by default.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 02e7b18..813695a 100644
--- a/README.rst
+++ b/README.rst
@@ -123,3 +123,4 @@ Credits
* `Ernest W. Durbin III <https://github.com/ewdurbin>`_
* `Remco van Oosterhout <https://github.com/Vhab>`_
* `Nicholas Charriere <https://github.com/nichochar>`_
+* `Joe Gordon <https://github.com/jogo>`_