zrevrangebylex(
name: KeyT,
max: EncodableT,
min: EncodableT,
start: Optional[int] = None,
num: Optional[int] = None
) → ResponseT
No method signature available for this client.
zrevrangeByLex(
key: byte[],
max: byte[],
offset: byte[] min final int,
count: int
) → List<byte[]>
zrevrangeByLex(
key: String,
max: String,
min: String
) → List<String>
zrevrangeByLex(
key: String,
max: String,
offset: String min final int,
count: int
) → List<String>
zrevrangebylex(
key: K, // the key.
range: Range<? extends V> // the range.
) → List<V> // List<V> array-reply list of elements in the specified score range. @since 4.3
zrevrangebylex(
key: K, // the key.
range: Range<? extends V>, // the range.
limit: Limit // the limit.
) → List<V> // List<V> array-reply list of elements in the specified score range. @since 4.3
zrevrangebylex(
key: K, // the key.
range: Range<? extends V> // the range.
) → RedisFuture<List<V>> // List<V> array-reply list of elements in the specified score range. @since 4.3
zrevrangebylex(
key: K, // the key.
range: Range<? extends V>, // the range.
limit: Limit // the limit.
) → RedisFuture<List<V>> // List<V> array-reply list of elements in the specified score range. @since 4.3
zrevrangebylex(
key: K, // the key.
range: Range<? extends V> // the range.
) → Flux<V> // V array-reply list of elements in the specified score range. @since 4.3
zrevrangebylex(
key: K, // the key.
range: Range<? extends V>, // the range.
limit: Limit // the limit.
) → Flux<V> // V array-reply list of elements in the specified score range. @since 4.3
ZRevRangeByLex(
ctx: context.Context,
key: string,
opt: *ZRangeBy
) → *StringSliceCmd
SortedSetRangeByValue(
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, // Which of min and max to exclude (defaults to both inclusive).
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.
SortedSetRangeByValue(
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, // Which of min and max to exclude (defaults to both inclusive).
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.
zrevrangebylex(
$key: string,
$start: string,
$stop: string,
?array $options = null: Any
) → array
zrevrangebylex(
key: K,
max: MM,
min: M
) → (Vec<String>)
zrevrangebylex_limit(
key: K,
max: MM,
min: M,
offset: isize,
count: isize
) → (Vec<String>)
zrevrangebylex(
key: K,
max: MM,
min: M
) → (Vec<String>)
zrevrangebylex_limit(
key: K,
max: MM,
min: M,
offset: isize,
count: isize
) → (Vec<String>)