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

Allow keys to be encoded before usage

Open harlowja opened this issue 11 years ago • 1 comments

For the cases where the user wants to transparently encode keys (say using urllib) before they are used further allow a encoding function to be passed in that will perform these types of activities (by default it is the identity function).

harlowja avatar Aug 28 '14 03:08 harlowja

We need this patch from Joshua for OpenStack Nova bug, please take a look - https://bugs.launchpad.net/nova/+bug/1354258

dims avatar Sep 02 '14 15:09 dims

Thank you for the patch. I've ported this to the latest code and added tests and have merged.

linsomniac avatar Apr 18 '23 12:04 linsomniac