From 9551dfd08e29728b5c77530536c54ad45d75a60e Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 2 Sep 2020 20:43:31 +0100 Subject: Added support for connections over IPv6. Fixes #257. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') 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 `_ * `Feras Alazzeh `_ * `Moisés Guimarães de Medeiros `_ +* `Nick Pope `_ We're Hiring! ============= -- cgit v1.2.1