zlexcount(
name: Any,
min: Any,
max: Any
) → Any
ZLEXCOUNT(
key: RedisArgument,
min: RedisArgument,
max: RedisArgument
) → Any
zlexcount(
key: byte[],
min: byte[],
max: byte[]
) → long // The number of elements in the sorted set at dstkey
zlexcount(
key: String,
min: String,
max: String
) → long // The number of elements in the sorted set at dstkey
zlexcount(
key: K, // the key.
min: String,
max: String
) → Long // Long integer-reply the number of elements in the specified score range. @since 4.3
zlexcount(
key: K, // the key.
range: Range<? extends V> // the range.
) → Long // Long integer-reply the number of elements in the specified score range. @since 4.3
zlexcount(
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
zlexcount(
key: K, // the key.
range: Range<? extends V> // the range.
) → RedisFuture<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
zlexcount(
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
zlexcount(
key: K, // the key.
range: Range<? extends V> // the range.
) → Mono<Long> // Long integer-reply the number of elements in the specified score range. @since 4.3
ZLexCount(
ctx: context.Context,
key: Any,
min: Any,
max: string
) → *IntCmd
SortedSetLengthByValue(
key: RedisKey, // The key of the sorted set.
min: RedisValue, // The min value to filter by.
max: RedisValue, // The max value to filter by.
exclude: Exclude, // Whether to exclude min and max from the range check (defaults to both inclusive).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the specified score range.
SortedSetLengthByValue(
key: RedisKey, // The key of the sorted set.
min: RedisValue, // The min value to filter by.
max: RedisValue, // The max value to filter by.
exclude: Exclude, // Whether to exclude min and max from the range check (defaults to both inclusive).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the specified score range.
SortedSetLengthByValue(
key: RedisKey, // The key of the sorted set.
min: RedisValue, // The min value to filter by.
max: RedisValue, // The max value to filter by.
exclude: Exclude, // Whether to exclude min and max from the range check (defaults to both inclusive).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the specified score range.
SortedSetLengthByValue(
key: RedisKey, // The key of the sorted set.
min: RedisValue, // The min value to filter by.
max: RedisValue, // The max value to filter by.
exclude: Exclude, // Whether to exclude min and max from the range check (defaults to both inclusive).
flags: CommandFlags // The flags to use for this operation.
) → long // The number of elements in the specified score range.
zlexcount(
$key: string,
$min: string,
$max: string
) → int
zlexcount(
key: K,
min: M,
max: MM
) → (usize)
zlexcount(
key: K,
min: M,
max: MM
) → (usize)