community.general/lib/ansible/plugins/cache
Toshio Kuratomi 90b1d780eb Fix redis cache for python3
According to the redis-py docs, zrank will return the 0 based index for
the value in the sorted set.  So the logic here wasn't right to begin
with (It just means that a value at the 0-th position would never show
up as cached).  Need to compare against None to know if the value
exists in the cache.

https://redis-py.readthedocs.io/en/latest/#redis.StrictRedis.zrank

Fixes #25590
2017-06-13 09:50:46 -04:00
..
__init__.py
base.py
jsonfile.py updated cache descriptions 2017-06-09 23:48:47 -04:00
memcached.py
memory.py
pickle.py updated cache descriptions 2017-06-09 23:48:47 -04:00
redis.py Fix redis cache for python3 2017-06-13 09:50:46 -04:00
yaml.py updated cache descriptions 2017-06-09 23:48:47 -04:00