zrevrangebyscore(
name: KeyT,
max: ZScoreBoundT,
min: ZScoreBoundT,
start: Optional[int] = None,
num: Optional[int] = None,
withscores: bool = False,
score_cast_func: Union[type, Callable] = float
) → Any
No method signature available for this client.
zrevrangeByScore(
key: byte[],
max: double,
offset: double min final int,
count: int
) → List<byte[]>
zrevrangeByScore(
key: byte[],
max: byte[],
offset: byte[] min final int,
count: int
) → List<byte[]>
zrevrangeByScore(
key: String,
max: double,
min: double
) → List<String>
zrevrangeByScore(
key: String,
max: String,
min: String
) → List<String>
zrevrangeByScore(
key: String,
max: double,
offset: double min final int,
count: int
) → List<String>
zrevrangebyscore(
key: K, // the key.
max: double,
min: double
) → List<V> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: String,
min: String
) → List<V> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
range: Range<? extends Number> // the range.
) → List<V> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: double,
min: double,
offset: long,
count: long
) → List<V> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: String,
min: String,
offset: long,
count: long
) → List<V> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: double,
min: double
) → RedisFuture<List<V>> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: String,
min: String
) → RedisFuture<List<V>> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
range: Range<? extends Number> // the range.
) → RedisFuture<List<V>> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: double,
min: double,
offset: long,
count: long
) → RedisFuture<List<V>> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: String,
min: String,
offset: long,
count: long
) → RedisFuture<List<V>> // Long count of elements in the specified range. @since 4.3
zrevrangebyscore(
key: K, // the key.
max: double,
min: double
) → Flux<V> // Long count of elements in the specified range. @since 4.3 @deprecated since 6.0 in favor of consuming large results through the org.reactivestreams.Publisher returned by #zrevrangebyscore.
zrevrangebyscore(
key: K, // the key.
max: String,
min: String
) → Flux<V> // Long count of elements in the specified range. @since 4.3 @deprecated since 6.0 in favor of consuming large results through the org.reactivestreams.Publisher returned by #zrevrangebyscore.
zrevrangebyscore(
key: K, // the key.
range: Range<? extends Number> // the range.
) → Flux<V> // Long count of elements in the specified range. @since 4.3 @deprecated since 6.0 in favor of consuming large results through the org.reactivestreams.Publisher returned by #zrevrangebyscore.
zrevrangebyscore(
key: K, // the key.
max: double,
min: double,
offset: long,
count: long
) → Flux<V> // Long count of elements in the specified range. @since 4.3 @deprecated since 6.0 in favor of consuming large results through the org.reactivestreams.Publisher returned by #zrevrangebyscore.
zrevrangebyscore(
key: K, // the key.
max: String,
min: String,
offset: long,
count: long
) → Flux<V> // Long count of elements in the specified range. @since 4.3 @deprecated since 6.0 in favor of consuming large results through the org.reactivestreams.Publisher returned by #zrevrangebyscore.
ZRevRangeByScore(
ctx: context.Context,
key: string,
opt: *ZRangeBy
) → *StringSliceCmd
SortedSetRangeByScore(
key: RedisKey, // The key of the sorted set.
start: double, // The minimum score to filter by.
stop: double, // The maximum score to filter by.
exclude: Exclude, // Which of start and stop to exclude (defaults to both inclusive).
order: Order, // The order to sort by (defaults to ascending).
skip: long, // How many items to skip.
take: long, // How many items to take.
flags: CommandFlags // The flags to use for this operation.
) → RedisValue[] // List of elements in the specified score range.
SortedSetRangeByScore(
key: RedisKey, // The key of the sorted set.
start: double, // The minimum score to filter by.
stop: double, // The maximum score to filter by.
exclude: Exclude, // Which of start and stop to exclude (defaults to both inclusive).
order: Order, // The order to sort by (defaults to ascending).
skip: long, // How many items to skip.
take: long, // How many items to take.
flags: CommandFlags // The flags to use for this operation.
) → RedisValue[] // List of elements in the specified score range.
zrevrangebyscore(
$key: string,
$max: int|string,
$min: int|string,
?array $options = null: Any
) → array
zrevrangebyscore(
key: K,
max: MM,
min: M
) → (Vec<String>)
zrevrangebyscore_withscores(
key: K,
max: MM,
min: M
) → (Vec<String>)
zrevrangebyscore(
key: K,
max: MM,
min: M
) → (Vec<String>)
zrevrangebyscore_withscores(
key: K,
max: MM,
min: M
) → (Vec<String>)