diff options
author | Nick Pope <nick.pope@flightdataservices.com> | 2020-09-02 20:43:31 +0100 |
---|---|---|
committer | Nick Pope <nick.pope@flightdataservices.com> | 2020-09-03 20:14:44 +0100 |
commit | 9551dfd08e29728b5c77530536c54ad45d75a60e (patch) | |
tree | e60aed106410dbf636055be366b7ac384fe6b782 /README.rst | |
parent | 73621c0feca2a636c5bda643485b8223948e0295 (diff) | |
download | pymemcache-9551dfd08e29728b5c77530536c54ad45d75a60e.tar.gz |
Added support for connections over IPv6.
Fixes #257.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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! ============= |