File: switch-from-python-memcached-to-pymemcache-566e70b224f92b73.yaml

package info (click to toggle)
python-oslo.cache 3.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 784 kB
  • sloc: python: 3,059; makefile: 24; sh: 2
file content (7 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
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.