python-memcached icon indicating copy to clipboard operation
python-memcached copied to clipboard

Expose a non-thread-local base client class

Open hyperair opened this issue 7 years ago • 0 comments

This allows for greater flexibility in multi-threaded applications, such as client-pooling (e.g. smaller number of clients than threads which use them).

hyperair avatar Oct 25 '18 07:10 hyperair