bzmpop(
timeout: float,
numkeys: int,
keys: List[str],
min: Optional[bool] = False,
max: Optional[bool] = False,
count: Optional[int] = 1
) → Optional[list]
BZMPOP(
timeout: number,
...args: ZMPopArguments
) → Any
bzmpop(
timeout: double,
option: SortedSetOption,
keys: String...
) → KeyValue<String, List<Tuple>>
bzmpop(
timeout: double,
option: SortedSetOption,
count: int,
keys: String...
) → KeyValue<String, List<Tuple>>
bzmpop(
timeout: long, // the timeout in seconds.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → KeyValue<K, ScoredValue<V>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: long, // the timeout in seconds.
count: long, // number of elements to pop.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → KeyValue<K, List<ScoredValue<V>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: double, // the timeout in seconds.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → KeyValue<K, ScoredValue<V>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: double, // the timeout in seconds.
count: int, // number of elements to pop.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → KeyValue<K, List<ScoredValue<V>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: long, // the timeout in seconds.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → RedisFuture<KeyValue<K, ScoredValue<V>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: long, // the timeout in seconds.
count: long, // number of elements to pop.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → RedisFuture<KeyValue<K, List<ScoredValue<V>>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: double, // the timeout in seconds.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → RedisFuture<KeyValue<K, ScoredValue<V>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: double, // the timeout in seconds.
count: int, // number of elements to pop.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → RedisFuture<KeyValue<K, List<ScoredValue<V>>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: long, // the timeout in seconds.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → Mono<KeyValue<K, ScoredValue<V>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: long, // the timeout in seconds.
count: long, // number of elements to pop.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → Mono<KeyValue<K, List<ScoredValue<V>>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: double, // the timeout in seconds.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → Mono<KeyValue<K, ScoredValue<V>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
bzmpop(
timeout: double, // the timeout in seconds.
count: int, // number of elements to pop.
args: ZPopArgs, // the command args.
keys: K... // the keys.
) → Mono<KeyValue<K, List<ScoredValue<V>>>> // ScoredValue<V> the removed elements or KeyValue#empty(). @since 6.3
BZMPop(
ctx: context.Context,
timeout: time.Duration,
order: string,
count: int64,
keys: ...string
) → *ZSliceWithKeyCmd
BZMPop(
timeout: double,
keys: RedisKey[],
minMaxModifier: MinMaxModifier,
count: long?
) → Tuple<RedisKey, List<RedisValueWithScore>>?
BZMPop(
timeout: double,
key: RedisKey,
minMaxModifier: MinMaxModifier,
count: long?
) → Tuple<RedisKey, List<RedisValueWithScore>>?
BZMPop(
db: Any,
timeout: Any,
[key]: Any,
minMaxModifier: Any,
count: Any
) → return
No method signature available for this client.
bzmpop(
$timeout: int,
$keys: array,
string $modifier = 'min': Any,
int $count = 1: Any
) → array
bzmpop_max(
timeout: f64,
keys: K,
count: isize
) → (Option<(String, Vec<(String, f64)>)>)
bzmpop_min(
timeout: f64,
keys: K,
count: isize
) → (Option<(String, Vec<(String, f64)>)>)
bzmpop_max(
timeout: f64,
keys: K,
count: isize
) → (Option<(String, Vec<(String, f64)>)>)
bzmpop_min(
timeout: f64,
keys: K,
count: isize
) → (Option<(String, Vec<(String, f64)>)>)