summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2020-09-02 20:43:31 +0100
committerNick Pope <nick.pope@flightdataservices.com>2020-09-03 20:14:44 +0100
commit9551dfd08e29728b5c77530536c54ad45d75a60e (patch)
treee60aed106410dbf636055be366b7ac384fe6b782 /README.rst
parent73621c0feca2a636c5bda643485b8223948e0295 (diff)
downloadpymemcache-9551dfd08e29728b5c77530536c54ad45d75a60e.tar.gz
Added support for connections over IPv6.
Fixes #257.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 81d3cbf..286b1c0 100644
--- a/README.rst
+++ b/README.rst
@@ -13,6 +13,7 @@ A comprehensive, fast, pure-Python memcached client.
pymemcache supports the following features:
* Complete implementation of the memcached text protocol.
+* Connections using UNIX sockets, or TCP over IPv4 or IPv6.
* Configurable timeouts for socket connect and send/recv calls.
* Access to the "noreply" flag, which can significantly increase the speed of writes.
* Flexible, modular and simple approach to serialization and deserialization.
@@ -126,6 +127,7 @@ Credits
* `Stephen Rosen <https://github.com/sirosen>`_
* `Feras Alazzeh <https://github.com/FerasAlazzeh>`_
* `Moisés Guimarães de Medeiros <https://github.com/moisesguimaraes>`_
+* `Nick Pope <https://github.com/pope1ni>`_
We're Hiring!
=============