
The name is pymemcache not pymemcached. Change-Id: I98bee7f4f485f35dfd3fe49bf66cfe0a8702e5e2
8 lines
240 B
YAML
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.
|