Home
last modified time | relevance | path

Searched refs:ZSET_EXCLUDE_MIN (Results 1 – 2 of 2) sorted by relevance

/dports/databases/py-aioredis/aioredis-1.3.1/aioredis/commands/
H A Dsorted_set.py10 ZSET_EXCLUDE_MIN = 'ZSET_EXCLUDE_MIN' variable in SortedSetCommandsMixin
499 if flag is SortedSetCommandsMixin.ZSET_EXCLUDE_MIN:
/dports/databases/py-aioredis/aioredis-1.3.1/tests/
H A Dsorted_set_commands_test.py161 key, 1, 3, exclude=redis.ZSET_EXCLUDE_MIN)
170 key, float('-inf'), 3, exclude=redis.ZSET_EXCLUDE_MIN)
513 key, 3, 7.5, exclude=redis.ZSET_EXCLUDE_MIN)