Home
last modified time | relevance | path

Searched refs:parse_sentinel_slaves_and_sentinels (Results 1 – 5 of 5) sorted by relevance

/dports/databases/py-aioredis/aioredis-1.3.1/aioredis/sentinel/
H A Dcommands.py92 return wait_convert(fut, parse_sentinel_slaves_and_sentinels)
97 return wait_convert(fut, parse_sentinel_slaves_and_sentinels)
181 def parse_sentinel_slaves_and_sentinels(response): function
/dports/databases/py-redis2/redis-py-2.10.6/redis/
H A Dclient.py177 def parse_sentinel_slaves_and_sentinels(response): function
424 'SENTINEL SENTINELS': parse_sentinel_slaves_and_sentinels,
426 'SENTINEL SLAVES': parse_sentinel_slaves_and_sentinels,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/redis/
H A Dclient.pyi21 def parse_sentinel_slaves_and_sentinels(response): ...
/dports/databases/py-redis/redis-3.5.3/redis/
H A Dclient.py224 def parse_sentinel_slaves_and_sentinels(response): function
639 'SENTINEL SENTINELS': parse_sentinel_slaves_and_sentinels,
641 'SENTINEL SLAVES': parse_sentinel_slaves_and_sentinels,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/redis/redis/
H A Dclient.pyi41 def parse_sentinel_slaves_and_sentinels(response): ...