File: pymemcache_hashclient_configure-f6f48c5ca38bce47.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 (8 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
features:
  - |
    Add new options (``hashclient_retry_attempts``, ``hashclient_retry_delay``,
    ``dead_timeout``) to allow to configure pymemcache's HashClient use
    through dogpile.cache's pymemcache backend. Those options expose
    pymemcache params that allow to configure the failover for memcached
    cluster.