blmpop(
timeout: float,
numkeys: int,
*args: str,
direction: str,
count: Optional[int] = 1
) → Optional[list]
No method signature available for this client.
blmpop(
timeout: double, // seconds to block. A timeout of zero can be used to block indefinitely.
direction: ListDirection,
keys: String...
) → KeyValue<String, List<String>> // The element being popped and pushed
blmpop(
timeout: double, // seconds to block. A timeout of zero can be used to block indefinitely.
direction: ListDirection,
count: int,
keys: String...
) → KeyValue<String, List<String>> // The element being popped and pushed
blmpop(
timeout: double, // seconds to block. A timeout of zero can be used to block indefinitely.
direction: ListDirection,
keys: String...
) → KeyValue<String, List<String>> // The element being popped and pushed
blmpop(
timeout: double, // seconds to block. A timeout of zero can be used to block indefinitely.
direction: ListDirection,
count: int,
keys: String...
) → KeyValue<String, List<String>> // The element being popped and pushed
blmpop(
timeout: long, // the timeout in seconds.
args: LMPopArgs, // the additional command arguments.
keys: K... // the keys.
) → KeyValue<K, List<V>> // KeyValue<K,V> array-reply specifically. null when key does not exist or the timeout was exceeded. @since 6.2
blmpop(
timeout: double, // the timeout in seconds.
args: LMPopArgs, // the additional command arguments.
keys: K... // the keys.
) → KeyValue<K, List<V>> // KeyValue<K,V> array-reply specifically. null when key does not exist or the timeout was exceeded. @since 6.2
blmpop(
timeout: long, // the timeout in seconds.
args: LMPopArgs, // the additional command arguments.
keys: K... // the keys.
) → RedisFuture<KeyValue<K, List<V>>> // KeyValue<K,V> array-reply specifically. null when key does not exist or the timeout was exceeded. @since 6.2
blmpop(
timeout: double, // the timeout in seconds.
args: LMPopArgs, // the additional command arguments.
keys: K... // the keys.
) → RedisFuture<KeyValue<K, List<V>>> // KeyValue<K,V> array-reply specifically. null when key does not exist or the timeout was exceeded. @since 6.2
blmpop(
timeout: long, // the timeout in seconds.
args: LMPopArgs, // the additional command arguments.
keys: K... // the keys.
) → Mono<KeyValue<K, List<V>>> // KeyValue<K,V> array-reply specifically. null when key does not exist or the timeout was exceeded. @since 6.2
blmpop(
timeout: double, // the timeout in seconds.
args: LMPopArgs, // the additional command arguments.
keys: K... // the keys.
) → Mono<KeyValue<K, List<V>>> // KeyValue<K,V> array-reply specifically. null when key does not exist or the timeout was exceeded. @since 6.2
BLMPop(
ctx: context.Context,
timeout: time.Duration,
direction: string,
count: int64,
keys: ...string
) → *KeyValuesCmd
BLMPop(
timeout: double,
keys: RedisKey[],
listSide: ListSide,
count: long?
) → Tuple<RedisKey, List<RedisValue>>?
BLMPop(
timeout: double,
key: RedisKey,
listSide: ListSide,
count: long?
) → Tuple<RedisKey, List<RedisValue>>?
BLMPop(
db: Any,
timeout: Any,
[key]: Any,
listSide: Any,
count: Any
) → return
No method signature available for this client.
blmpop(
$timeout: int,
$keys: array,
string $modifier = 'left': Any,
int $count = 1: Any
) → array
blmpop(
timeout: f64,
numkeys: usize,
key: K,
dir: Direction,
count: usize
) → (Option<[String
blmpop(
timeout: f64,
numkeys: usize,
key: K,
dir: Direction,
count: usize
) → (Option<[String