Morgan Fainberg 685a05edfe Config dict arguments.url must be a list
For memcache, arguments.url is assumed to be a list, this means
that the underlying memcache library could not handle a case where
a string (comma separated) was passed in. The idea is to force a
split on ',' in the special case of backend_argument=url:...
so that a list is passed to the backend.

Change-Id: I65afb46455423d7f96e17c471330c8d74dc17cac
Closes-Bug: #1743036
2018-10-16 11:06:10 -07:00
2018-07-03 16:10:58 +07:00
2017-04-08 22:33:53 +08:00
2017-07-11 21:51:41 +08:00
2018-07-03 16:10:58 +07:00
2018-06-21 13:15:06 +08:00
2018-10-05 10:47:20 +02:00
2017-03-03 00:02:46 +00:00
2018-07-03 16:10:58 +07:00
2018-10-09 13:32:34 +00:00

Team and repository tags

image

oslo.cache

Latest Version

Downloads

oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.

Description
An oslo.config enabled dogpile.cache.
Readme 5.5 MiB
Languages
Python 99.7%
Shell 0.3%