File: fix-memcache-pool-backend-b9e6aaab08075d68.yaml

package info (click to toggle)
python-oslo.cache 3.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 3,055; sh: 31; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fix the memcache_pool backend broken in oslo.cache's version 2.1.0
    by switching from a python-memcache based client to a pymemcache based
    client. Reintroducing the client based on python-memcached as the
    default client for the memcache_pool dogpile backend.