diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2008-05-31 16:59:15 -0600 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2008-05-31 16:59:15 -0600 |
| commit | 738f9742b03161414f9f236c93da23381a6848d1 (patch) | |
| tree | b8835eed57f61b0a5c81c943b9a85e487a92e7c0 /ChangeLog | |
| parent | 9edc0a0b5a35fedff04770f3a8e74b479155e55e (diff) | |
| download | python-memcached-738f9742b03161414f9f236c93da23381a6848d1.tar.gz | |
* Patch from Peter Wilkinson to support using unix domain sockets.
He reports that tests succeed with with memcached daemons running,
the normal and a domain socket started via
"memcached -s memcached.socket". I massaged it quite a bit.
To use domain sockets, use a connect string of "unix:/path/to/socket"
Note however that if you are using a host name of "unix", it will now
detect "unix:11211" as being a domain socket with the name "11211".
In this case, please use "inet:unix:11211".
Because of this, it is now preferred to use a connect string prefix
of "inet:" or "unix:".
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -18,6 +18,19 @@ Sat, 31 May 2008 02:09:17 -0600 Sean Reifschneider <jafo@tummy.com> * Fix from Steve Schwarz delete_multi() argument "seconds" not being correctly handled. Changed it to "time" to match all other calls. + * Patch from Peter Wilkinson to support using unix domain sockets. + He reports that tests succeed with with memcached daemons running, + the normal and a domain socket started via + "memcached -s memcached.socket". I massaged it quite a bit. + + To use domain sockets, use a connect string of "unix:/path/to/socket" + Note however that if you are using a host name of "unix", it will now + detect "unix:11211" as being a domain socket with the name "11211". + In this case, please use "inet:unix:11211". + + Because of this, it is now preferred to use a connect string prefix + of "inet:" or "unix:". + Tue, 29 Apr 2008 21:03:53 -0600 Sean Reifschneider <jafo@tummy.com> * Version 1.41 |
