oslo.cache/releasenotes/notes/switch-from-python-memcached-to-pymemcache-566e70b224f92b73.yaml
Jonathan Rosser 9a7e70f397 Fix pymemcache release note python package name
The name is pymemcache not pymemcached.

Change-Id: I98bee7f4f485f35dfd3fe49bf66cfe0a8702e5e2
2020-03-05 10:44:16 +00:00

8 lines
240 B
YAML

---
fixes:
- |
Switch from python-memcached to pymemcache 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.