cb118d04ce
This patch expose a couple of pymemcache's HashClient public params that can be useful to configure HA and failover for clustered memcached servers. These options can be used in addition of the previously added retrying mechanismes. This patch rely on recent changes [1] of dogpile.cache that aim to expose these options too. [1] https://gerrit.sqlalchemy.org/c/sqlalchemy/dogpile.cache/+/3528 Change-Id: I24fc853db4237c08b87871ddff1b3ced27cc7fce
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
dogpile.cache>=1.1.5 # BSD
|
|
oslo.config>=8.1.0 # Apache-2.0
|
|
oslo.i18n>=5.0.0 # Apache-2.0
|
|
oslo.log>=4.2.1 # Apache-2.0
|
|
oslo.utils>=4.2.0 # Apache-2.0
|