oslo.cache/releasenotes/notes/switch-from-python-memcache...

8 lines
241 B
YAML

---
fixes:
- |
Switch from python-memcached to pymemcached for memcache_pool.
This avoids issues with thread.local usage and fixes errors
seen with inheritance. This is only applicable with dogpile.cache
memcached backend.