zcount(
name: KeyT,
min: ZScoreBoundT,
max: ZScoreBoundT
) → ResponseT
ZCOUNT(
key: RedisArgument,
min: number | RedisArgument,
max: number | RedisArgument
) → Any
zcount(
key: byte[],
min: double,
max: double
) → long // BLPOP returns a two-elements array via a multi bulk reply in order to return both the unblocking key and the popped value. When a non-zero timeout is specified, and the BLPOP operation timed out, the return value is a nil multi bulk reply. Most connection values will return false or nil accordingly to the programming language used.
zcount(
key: byte[],
min: byte[],
max: byte[]
) → long // BLPOP returns a two-elements array via a multi bulk reply in order to return both the unblocking key and the popped value. When a non-zero timeout is specified, and the BLPOP operation timed out, the return value is a nil multi bulk reply. Most connection values will return false or nil accordingly to the programming language used.
zcount(
key: String,
min: double,
max: double
) → long // BLPOP returns a two-elements array via a multi bulk reply in order to return both the unblocking key and the popped value. When a non-zero timeout is specified, and the BLPOP operation timed out, the return value is a nil multi bulk reply. Most connection values will return false or nil accordingly to the programming language used.
zcount(
key: String,
min: String,
max: String
) → long // BLPOP returns a two-elements array via a multi bulk reply in order to return both the unblocking key and the popped value. When a non-zero timeout is specified, and the BLPOP operation timed out, the return value is a nil multi bulk reply. Most connection values will return false or nil accordingly to the programming language used.
zcount(
key: K, // the key.
min: double,
max: double
) → Long // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
min: String,
max: String
) → Long // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
range: Range<? extends Number> // the range.
) → Long // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
min: double,
max: double
) → RedisFuture<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
min: String,
max: String
) → RedisFuture<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
range: Range<? extends Number> // the range.
) → RedisFuture<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
min: double,
max: double
) → Mono<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
min: String,
max: String
) → Mono<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
zcount(
key: K, // the key.
range: Range<? extends Number> // the range.
) → Mono<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
ZCount(
ctx: context.Context,
key: Any,
min: Any,
max: string
) → *IntCmd
No method signature available for this client.
No method signature available for this client.
zcount(
$key: string,
$min: int|string,
$max: int|string
) → int
zcount(
key: K,
min: M,
max: MM
) → (usize)
zcount(
key: K,
min: M,
max: MM
) → (usize)