- Base16 - Class in com.lambdaworks.codec
-
High-performance base16 (AKA hex) codec.
- BaseNodeSelectionAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
-
Asynchronous executed commands on a node selection for basic commands.
- BaseNodeSelectionCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
-
Synchronous executed commands on a node selection for basic commands.
- BaseRedisAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for basic commands.
- BaseRedisAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- BaseRedisCommandBuilder<K,V> - Class in com.lambdaworks.redis.protocol
-
- BaseRedisCommandBuilder(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
-
- BaseRedisCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for basic commands.
- BaseRedisConnection<K,V> - Interface in com.lambdaworks.redis
-
- BaseRedisReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for basic commands.
- before() - Method in class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
-
Returns the cluster topology view before the topology changed.
- bgrewriteaof() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bgrewriteaof() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bgrewriteaof() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Asynchronously rewrite the append-only file.
- bgrewriteaof() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Asynchronously rewrite the append-only file.
- bgsave() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bgsave() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bgsave() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Asynchronously save the dataset to disk.
- bgsave() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Asynchronously save the dataset to disk.
- bgsave() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Asynchronously save the dataset to disk.
- bgsave() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Asynchronously save the dataset to disk.
- bgsave() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Asynchronously save the dataset to disk.
- bgsave() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Asynchronously save the dataset to disk.
- bgsave() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Asynchronously save the dataset to disk.
- bitcount(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitcount(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitcount(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitcount(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitcount(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Count set bits in a string.
- bitcount(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Count set bits in a string.
- bitcount(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Count set bits in a string.
- bitcount(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Count set bits in a string.
- bitcount(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Count set bits in a string.
- bitcount(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Count set bits in a string.
- bitcount(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Count set bits in a string.
- bitcount(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Count set bits in a string.
- bitcount(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Count set bits in a string.
- bitcount(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Count set bits in a string.
- bitcount(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Count set bits in a string.
- bitcount(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Count set bits in a string.
- bitcount(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Count set bits in a string.
- bitcount(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Count set bits in a string.
- bitfield(K, BitFieldArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitfield(K, BitFieldArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Execute BITFIELD
with its subcommands.
- bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Execute BITFIELD
with its subcommands.
- bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Execute BITFIELD
with its subcommands.
- bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Execute BITFIELD
with its subcommands.
- bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Execute BITFIELD
with its subcommands.
- bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Execute BITFIELD
with its subcommands.
- bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Execute BITFIELD
with its subcommands.
- BitFieldArgs - Class in com.lambdaworks.redis
-
Arguments and types for the BITFIELD
command.
- BitFieldArgs() - Constructor for class com.lambdaworks.redis.BitFieldArgs
-
- BitFieldArgs.BitFieldType - Class in com.lambdaworks.redis
-
Represents a bit field type with details about signed/unsigned and the number of bits.
- BitFieldArgs.Builder - Class in com.lambdaworks.redis
-
- BitFieldArgs.Offset - Class in com.lambdaworks.redis
-
Represents a bit field offset.
- BitFieldArgs.OverflowType - Enum in com.lambdaworks.redis
-
Represents the overflow types for the OVERFLOW
subcommand argument.
- bitopAnd(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitopAnd(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Perform bitwise AND between strings.
- bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Perform bitwise AND between strings.
- bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Perform bitwise AND between strings.
- bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Perform bitwise AND between strings.
- bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Perform bitwise AND between strings.
- bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Perform bitwise AND between strings.
- bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Perform bitwise AND between strings.
- bitopNot(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitopNot(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitopNot(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Perform bitwise NOT between strings.
- bitopNot(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Perform bitwise NOT between strings.
- bitopNot(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Perform bitwise NOT between strings.
- bitopNot(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Perform bitwise NOT between strings.
- bitopNot(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Perform bitwise NOT between strings.
- bitopNot(K, K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Perform bitwise NOT between strings.
- bitopNot(K, K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Perform bitwise NOT between strings.
- bitopOr(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitopOr(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitopOr(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Perform bitwise OR between strings.
- bitopOr(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Perform bitwise OR between strings.
- bitopOr(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Perform bitwise OR between strings.
- bitopOr(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Perform bitwise OR between strings.
- bitopOr(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Perform bitwise OR between strings.
- bitopOr(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Perform bitwise OR between strings.
- bitopOr(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Perform bitwise OR between strings.
- bitopXor(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitopXor(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitopXor(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Perform bitwise XOR between strings.
- bitopXor(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Perform bitwise XOR between strings.
- bitopXor(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Perform bitwise XOR between strings.
- bitopXor(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Perform bitwise XOR between strings.
- bitopXor(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Perform bitwise XOR between strings.
- bitopXor(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Perform bitwise XOR between strings.
- bitopXor(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Perform bitwise XOR between strings.
- bitpos(K, boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitpos(K, boolean, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitpos(K, boolean, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- bitpos(K, boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitpos(K, boolean, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitpos(K, boolean, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- bitpos(K, boolean) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Find first bit set or clear in a string.
- bitpos(K, boolean) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Find first bit set or clear in a string.
- bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Find first bit set or clear in a string.
- bitpos(K, boolean) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Find first bit set or clear in a string.
- bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Find first bit set or clear in a string.
- blpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- blpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- blpop(long, K...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
Remove and get the first element in a list, or block until one is available.
- blpop(long, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
Remove and get the first element in a list, or block until one is available.
- blpop(long, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
Remove and get the first element in a list, or block until one is available.
- blpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
Remove and get the first element in a list, or block until one is available.
- blpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
Remove and get the first element in a list, or block until one is available.
- blpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
Deprecated.
Remove and get the first element in a list, or block until one is available.
- blpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
Deprecated.
Remove and get the first element in a list, or block until one is available.
- BooleanListOutput<K,V> - Class in com.lambdaworks.redis.output
-
- BooleanListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.BooleanListOutput
-
- BooleanOutput<K,V> - Class in com.lambdaworks.redis.output
-
Boolean output.
- BooleanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.BooleanOutput
-
- bootstrap(Bootstrap) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- bootstrap() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- brpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- brpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- brpop(long, K...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
Remove and get the last element in a list, or block until one is available.
- brpop(long, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
Remove and get the last element in a list, or block until one is available.
- brpop(long, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
Remove and get the last element in a list, or block until one is available.
- brpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
Remove and get the last element in a list, or block until one is available.
- brpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
Remove and get the last element in a list, or block until one is available.
- brpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
Deprecated.
Remove and get the last element in a list, or block until one is available.
- brpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
Deprecated.
Remove and get the last element in a list, or block until one is available.
- brpoplpush(long, K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- brpoplpush(long, K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
Pop a value from a list, push it to another list and return it; or block until one is available.
- brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
Pop a value from a list, push it to another list and return it; or block until one is available.
- brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
Pop a value from a list, push it to another list and return it; or block until one is available.
- brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
Pop a value from a list, push it to another list and return it; or block until one is available.
- brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
Pop a value from a list, push it to another list and return it; or block until one is available.
- brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available.
- brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available.
- BUF_ALLOCATOR - Static variable in class com.lambdaworks.redis.AbstractRedisClient
-
- buffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- buffer(String) - Static method in class com.lambdaworks.redis.protocol.LettuceCharsets
-
Create a ByteBuffer from a string using ASCII encoding.
- build() - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
- build() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- build() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
-
- build() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- build() - Method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
-
- build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.GeoArgs
-
- build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
-
- build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.KillArgs
-
- build() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
-
- build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.MigrateArgs
-
- build() - Method in class com.lambdaworks.redis.RedisURI.Builder
-
- build() - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
- build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.SetArgs
-
- build() - Method in class com.lambdaworks.redis.SocketOptions.Builder
-
- build() - Method in class com.lambdaworks.redis.SslConnectionBuilder
-
- build() - Method in class com.lambdaworks.redis.SslOptions.Builder
-
- build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.ZAddArgs
-
- builder() - Static method in class com.lambdaworks.redis.ClientOptions
-
- Builder() - Constructor for class com.lambdaworks.redis.ClientOptions.Builder
-
- builder() - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- Builder() - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- builder() - Static method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- Builder() - Constructor for class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
-
- Builder() - Constructor for class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
-
- builder() - Static method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
-
- Builder() - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
-
- builder() - Static method in class com.lambdaworks.redis.RedisURI
-
- Builder() - Constructor for class com.lambdaworks.redis.RedisURI.Builder
-
- builder() - Static method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- Builder() - Constructor for class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
- builder() - Static method in class com.lambdaworks.redis.SocketOptions
-
- builder() - Static method in class com.lambdaworks.redis.SslOptions
-
- buildHandlers() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- buildHandlers() - Method in class com.lambdaworks.redis.SslConnectionBuilder
-
- by(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
-
- by(String) - Method in class com.lambdaworks.redis.SortArgs
-
- ByteArrayCodec - Class in com.lambdaworks.redis.codec
-
- ByteArrayCodec() - Constructor for class com.lambdaworks.redis.codec.ByteArrayCodec
-
- ByteArrayOutput<K,V> - Class in com.lambdaworks.redis.output
-
Byte array output.
- ByteArrayOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ByteArrayOutput
-
- bytes - Variable in enum com.lambdaworks.redis.BitFieldArgs.OverflowType
-
- bytes - Variable in enum com.lambdaworks.redis.protocol.CommandKeyword
-
- bytes - Variable in enum com.lambdaworks.redis.protocol.CommandType
-
- call(Subscriber<? super T>) - Method in class com.lambdaworks.redis.ReactiveCommandDispatcher
-
- cancel() - Method in class com.lambdaworks.redis.output.MultiOutput
-
- cancel(boolean) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- cancel() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- cancel() - Method in class com.lambdaworks.redis.protocol.Command
-
- cancel() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- cancel() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
Cancel a command.
- cancelCommandsOnReconnectFailure(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Allows cancelling queued commands in case a reconnect fails.Defaults to false.
- cancelCommandsOnReconnectFailure(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- canComplete(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
Decoding hook: Can the command be completed.
- canComplete(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
-
- canDecode(ByteBuf) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
Decoding hook: Can the buffer be decoded to a command.
- canDecode(ByteBuf) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
-
- ch() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
-
- ch() - Method in class com.lambdaworks.redis.ZAddArgs
-
- channel - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- channel() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- channelGroup(ChannelGroup) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
-
- channelInitialized() - Method in interface com.lambdaworks.redis.RedisChannelInitializer
-
- ChannelMessage<K,V> - Class in com.lambdaworks.redis.pubsub.api.rx
-
Message payload for a subscription to a channel.
- ChannelMessage(K, V) - Constructor for class com.lambdaworks.redis.pubsub.api.rx.ChannelMessage
-
- channelRead(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelRead(Object) - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
- channelRead(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- channelRead(Object) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
Invoked on a channel read.
- channelRegistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- channels - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- channels - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
- channelType(ConnectionBuilder, ConnectionPoint) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- channelUnregistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- clear() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
Removes all
nodes
and update the read-view/caches.
- clientGetname() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clientGetname() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clientGetname() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Get the current connection name.
- clientGetname() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- clientGetname() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- clientKill(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clientKill(KillArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clientKill(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clientKill(KillArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clientKill(String) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- clientKill(KillArgs) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- clientKill(String) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- clientKill(KillArgs) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- clientList() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clientList() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clientList() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Get the list of client connections.
- clientList() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- clientList() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- clientOptions - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- ClientOptions - Class in com.lambdaworks.redis
-
- ClientOptions(ClientOptions.Builder) - Constructor for class com.lambdaworks.redis.ClientOptions
-
- ClientOptions(ClientOptions) - Constructor for class com.lambdaworks.redis.ClientOptions
-
- clientOptions(ClientOptions) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- clientOptions() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- clientOptions - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- ClientOptions.Builder - Class in com.lambdaworks.redis
-
- ClientOptions.DisconnectedBehavior - Enum in com.lambdaworks.redis
-
Behavior of connections in disconnected state.
- clientPause(long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clientPause(long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clientPause(long) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Stop processing commands from clients for some time.
- clientPause(long) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- clientPause(long) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- clientResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- clientResources(ClientResources) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- clientResources() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- clientResources - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- ClientResources - Interface in com.lambdaworks.redis.resource
-
Strategy interface to provide all the infrastructure building blocks like environment settings and thread pools so that the
client can work with it properly.
- ClientResourcesFactoryBean - Class in com.lambdaworks.redis.support
-
- ClientResourcesFactoryBean() - Constructor for class com.lambdaworks.redis.support.ClientResourcesFactoryBean
-
- clientSetname(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clientSetname(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clientSetname(K) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Set the current connection name on all cluster nodes with pipelining.
- clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Set the current connection name on all cluster nodes with pipelining.
- clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Set the current connection name on all known cluster nodes with pipelining.
- clientSetname(K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- clientSetname(K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- clientSetname(K) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Set the current connection name.
- clientSetname(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Set the current connection name.
- clientSetname(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- clientSetname(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- close() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- close() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- close() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Close the connection.
- close() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Close the connection.
- close() - Method in interface com.lambdaworks.redis.api.StatefulConnection
-
Close the connection.
- close() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Close the connection.
- close() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Close the connection.
- close() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Close the connection.
- close() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Close the connection.
- Close() - Constructor for class com.lambdaworks.redis.ConnectionEvents.Close
-
- close() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
Close all connections.
- close() - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
Close the connection.
- close() - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
Close the state machine to free resources.
- close() - Method in class com.lambdaworks.redis.RedisChannelHandler
-
Close the connection.
- close() - Method in interface com.lambdaworks.redis.RedisChannelWriter
-
- close() - Method in class com.lambdaworks.redis.RedisConnectionPool
-
Deprecated.
Close the pool and close all idle connections.
- close() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Deprecated.
- close() - Method in class com.lambdaworks.redis.resource.DirContextDnsResolver
-
- close() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
close the underlying connection.
- close() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
close the underlying connection.
- close() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
close the underlying connection.
- close() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- close() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- closeableResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- closeStaleConnections(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- closeStaleConnections(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
-
Flag, whether to close stale connections when refreshing the cluster topology.
- closeStaleConnections() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
Close stale connections.
- clusterAddSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterAddSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Adds slots to the cluster node.
- clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Adds slots to the cluster node.
- clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Adds slots to the cluster node.
- clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Adds slots to the cluster node.
- clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Adds slots to the cluster node.
- clusterBumpepoch() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterBumpepoch() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterBumpepoch() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Generate a new config epoch, incrementing the current epoch, assign the new epoch to this node, WITHOUT any consensus and
persist the configuration on disk before sending packets with the new configuration.
- clusterBumpepoch() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Generate a new config epoch, incrementing the current epoch, assign the new epoch to this node, WITHOUT any consensus and
persist the configuration on disk before sending packets with the new configuration.
- clusterBumpepoch() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Generate a new config epoch, incrementing the current epoch, assign the new epoch to this node, WITHOUT any consensus and
persist the configuration on disk before sending packets with the new configuration.
- ClusterClientOptions - Class in com.lambdaworks.redis.cluster
-
- ClusterClientOptions(ClusterClientOptions.Builder) - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- ClusterClientOptions(ClusterClientOptions) - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- ClusterClientOptions.Builder - Class in com.lambdaworks.redis.cluster
-
- clusterCountFailureReports(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterCountFailureReports(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Returns the number of failure reports for the specified node.
- clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Returns the number of failure reports for the specified node.
- clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Returns the number of failure reports for the specified node.
- clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Returns the number of failure reports for the specified node.
- clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Returns the number of failure reports for the specified node.
- clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Returns the number of keys in the specified Redis Cluster hash slot
.
- clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Returns the number of keys in the specified Redis Cluster hash slot
.
- clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Returns the number of keys in the specified Redis Cluster hash slot
.
- clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Returns the number of keys in the specified Redis Cluster hash slot
.
- clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Returns the number of keys in the specified Redis Cluster hash slot
.
- clusterDelSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterDelSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Removes slots from the cluster node.
- clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Removes slots from the cluster node.
- clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Removes slots from the cluster node.
- clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Removes slots from the cluster node.
- clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Removes slots from the cluster node.
- clusterFailover(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterFailover(boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterFailover(boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Failover a cluster node.
- clusterFailover(boolean) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Failover a cluster node.
- clusterFailover(boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Failover a cluster node.
- clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Failover a cluster node.
- clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Failover a cluster node.
- clusterFlushslots() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterFlushslots() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterFlushslots() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Delete all the slots associated with the specified node.
- clusterFlushslots() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Delete all the slots associated with the specified node.
- clusterFlushslots() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Delete all the slots associated with the specified node.
- clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Delete all the slots associated with the specified node.
- clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Delete all the slots associated with the specified node.
- clusterForget(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterForget(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterForget(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Blacklist and remove the cluster node from the cluster.
- clusterForget(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Blacklist and remove the cluster node from the cluster.
- clusterForget(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Blacklist and remove the cluster node from the cluster.
- clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Blacklist and remove the cluster node from the cluster.
- clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Blacklist and remove the cluster node from the cluster.
- clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Retrieve the list of keys within the slot
.
- clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Retrieve the list of keys within the slot
.
- clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Retrieve the list of keys within the slot
.
- clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Retrieve the list of keys within the slot
.
- clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Retrieve the list of keys within the slot
.
- clusterInfo() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterInfo() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterInfo() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Get information and statistics about the cluster viewed by the current node.
- clusterInfo() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Get information and statistics about the cluster viewed by the current node.
- clusterInfo() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Get information and statistics about the cluster viewed by the current node.
- clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Get information and statistics about the cluster viewed by the current node.
- clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Get information and statistics about the cluster viewed by the current node.
- clusterKeyslot(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterKeyslot(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterKeyslot(K) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Returns an integer identifying the hash slot the specified key hashes to.
- clusterKeyslot(K) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Returns an integer identifying the hash slot the specified key hashes to.
- clusterKeyslot(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Returns an integer identifying the hash slot the specified key hashes to.
- clusterKeyslot(K) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Returns an integer identifying the hash slot the specified key hashes to.
- clusterKeyslot(K) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Returns an integer identifying the hash slot the specified key hashes to.
- clusterMeet(String, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterMeet(String, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterMeet(String, int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Meet another cluster node to include the node into the cluster.
- clusterMeet(String, int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Meet another cluster node to include the node into the cluster.
- clusterMeet(String, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Meet another cluster node to include the node into the cluster.
- clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Meet another cluster node to include the node into the cluster.
- clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Meet another cluster node to include the node into the cluster.
- clusterMyId() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterMyId() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterMyId() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Obtain the nodeId for the currently connected node.
- clusterMyId() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Obtain the nodeId for the currently connected node.
- clusterMyId() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Obtain the nodeId for the currently connected node.
- clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Obtain the nodeId for the currently connected node.
- clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Obtain the nodeId for the currently connected node.
- clusterNodes() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterNodes() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterNodes() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Obtain details about all cluster nodes.
- clusterNodes() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Obtain details about all cluster nodes.
- clusterNodes() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Obtain details about all cluster nodes.
- clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Obtain details about all cluster nodes.
- clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Obtain details about all cluster nodes.
- ClusterPartitionParser - Class in com.lambdaworks.redis.cluster.models.partitions
-
Parser for node information output of CLUSTER NODES
and CLUSTER SLAVES
.
- clusterReplicate(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterReplicate(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterReplicate(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Turn this node into a slave of the node with the id nodeId
.
- clusterReplicate(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Turn this node into a slave of the node with the id nodeId
.
- clusterReplicate(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Turn this node into a slave of the node with the id nodeId
.
- clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Turn this node into a slave of the node with the id nodeId
.
- clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Turn this node into a slave of the node with the id nodeId
.
- clusterReset(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterReset(boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterReset(boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Reset a node performing a soft or hard reset:
All other nodes are forgotten
All the assigned / open slots are released
If the node is a slave, it turns into a master
Only for hard reset: a new Node ID is generated
Only for hard reset: currentEpoch and configEpoch are set to 0
The new configuration is saved and the cluster state updated
If the node was a slave, the whole data set is flushed away
- clusterReset(boolean) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Reset a node performing a soft or hard reset:
All other nodes are forgotten
All the assigned / open slots are released
If the node is a slave, it turns into a master
Only for hard reset: a new Node ID is generated
Only for hard reset: currentEpoch and configEpoch are set to 0
The new configuration is saved and the cluster state updated
If the node was a slave, the whole data set is flushed away
- clusterReset(boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Reset a node performing a soft or hard reset:
All other nodes are forgotten
All the assigned / open slots are released
If the node is a slave, it turns into a master
Only for hard reset: a new Node ID is generated
Only for hard reset: currentEpoch and configEpoch are set to 0
The new configuration is saved and the cluster state updated
If the node was a slave, the whole data set is flushed away
- clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Reset a node performing a soft or hard reset:
All other nodes are forgotten
All the assigned / open slots are released
If the node is a slave, it turns into a master
Only for hard reset: a new Node ID is generated
Only for hard reset: currentEpoch and configEpoch are set to 0
The new configuration is saved and the cluster state updated
If the node was a slave, the whole data set is flushed away
- clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Reset a node performing a soft or hard reset:
All other nodes are forgotten
All the assigned / open slots are released
If the node is a slave, it turns into a master
Only for hard reset: a new Node ID is generated
Only for hard reset: currentEpoch and configEpoch are set to 0
The new configuration is saved and the cluster state updated
If the node was a slave, the whole data set is flushed away
- clusterSaveconfig() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSaveconfig() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSaveconfig() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Forces a node to save the nodes.conf configuration on disk.
- clusterSaveconfig() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Forces a node to save the nodes.conf configuration on disk.
- clusterSaveconfig() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Forces a node to save the nodes.conf configuration on disk.
- clusterSaveconfig() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Forces a node to save the nodes.conf configuration on disk.
- clusterSaveconfig() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Forces a node to save the nodes.conf configuration on disk.
- clusterSetConfigEpoch(long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSetConfigEpoch(long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
This command sets a specific config epoch in a fresh node.
- clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
This command sets a specific config epoch in a fresh node.
- clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
This command sets a specific config epoch in a fresh node.
- clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
This command sets a specific config epoch in a fresh node.
- clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
This command sets a specific config epoch in a fresh node.
- clusterSetSlotImporting(int, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSetSlotImporting(int, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Flag a slot as IMPORTING (incoming) from the node specified in nodeId
.
- clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Flag a slot as IMPORTING (incoming) from the node specified in nodeId
.
- clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Flag a slot as IMPORTING (incoming) from the node specified in nodeId
.
- clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Flag a slot as IMPORTING (incoming) from the node specified in nodeId
.
- clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Flag a slot as IMPORTING (incoming) from the node specified in nodeId
.
- clusterSetSlotMigrating(int, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSetSlotMigrating(int, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId
.
- clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId
.
- clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId
.
- clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId
.
- clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId
.
- clusterSetSlotNode(int, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSetSlotNode(int, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Assign a slot to a node.
- clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Assign a slot to a node.
- clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Assign a slot to a node.
- clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Assign a slot to a node.
- clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Assign a slot to a node.
- clusterSetSlotStable(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSetSlotStable(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Clears migrating / importing state from the slot.
- clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Clears migrating / importing state from the slot.
- clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Clears migrating / importing state from the slot.
- clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Clears migrating / importing state from the slot.
- clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Clears migrating / importing state from the slot.
- clusterSlaves(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSlaves(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSlaves(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
List slaves for a certain node identified by its nodeId
.
- clusterSlaves(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
List slaves for a certain node identified by its nodeId
.
- clusterSlaves(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
List slaves for a certain node identified by its nodeId
.
- clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
List slaves for a certain node identified by its nodeId
.
- clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
List slaves for a certain node identified by its nodeId
.
- ClusterSlotRange - Class in com.lambdaworks.redis.cluster.models.slots
-
Represents a range of slots together with its master and slaves.
- ClusterSlotRange() - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- ClusterSlotRange(int, int, HostAndPort, List<HostAndPort>) - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- ClusterSlotRange(int, int, RedisClusterNode, List<RedisClusterNode>) - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- clusterSlots() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- clusterSlots() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- clusterSlots() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Get array of cluster slots to node mappings.
- clusterSlots() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Get array of cluster slots to node mappings.
- clusterSlots() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Get array of cluster slots to node mappings.
- clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Get array of cluster slots to node mappings.
- clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Get array of cluster slots to node mappings.
- ClusterSlotsParser - Class in com.lambdaworks.redis.cluster.models.slots
-
- ClusterTopologyChangedEvent - Class in com.lambdaworks.redis.cluster.event
-
Signals a discovered cluster topology change.
- ClusterTopologyChangedEvent(List<RedisClusterNode>, List<RedisClusterNode>) - Constructor for class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
-
- ClusterTopologyRefresh - Class in com.lambdaworks.redis.cluster.topology
-
Utility to refresh the cluster topology view based on
Partitions
.
- ClusterTopologyRefresh(NodeConnectionFactory, ClientResources) - Constructor for class com.lambdaworks.redis.cluster.topology.ClusterTopologyRefresh
-
- clusterTopologyRefreshActivated - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- clusterTopologyRefreshFuture - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- ClusterTopologyRefreshOptions - Class in com.lambdaworks.redis.cluster
-
- ClusterTopologyRefreshOptions(ClusterTopologyRefreshOptions.Builder) - Constructor for class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- ClusterTopologyRefreshOptions(ClusterTopologyRefreshOptions) - Constructor for class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- ClusterTopologyRefreshOptions.Builder - Class in com.lambdaworks.redis.cluster
-
- ClusterTopologyRefreshOptions.RefreshTrigger - Enum in com.lambdaworks.redis.cluster
-
Available refresh triggers to signal early topology refreshing.
- codec - Variable in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- codec - Variable in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- codec - Variable in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- codec - Variable in class com.lambdaworks.redis.output.CommandOutput
-
- codec - Variable in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
-
- codec - Variable in class com.lambdaworks.redis.protocol.CommandArgs
-
- codec - Variable in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
-
- codec - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
-
- com.lambdaworks.codec - package com.lambdaworks.codec
-
Base16 and CRC16 codecs.
- com.lambdaworks.redis - package com.lambdaworks.redis
-
The redis client package containing
RedisClient
for regular and sentinel operations.
- com.lambdaworks.redis.api - package com.lambdaworks.redis.api
-
Standalone Redis connection API.
- com.lambdaworks.redis.api.async - package com.lambdaworks.redis.api.async
-
Standalone Redis API for asynchronous executed commands.
- com.lambdaworks.redis.api.rx - package com.lambdaworks.redis.api.rx
-
Standalone Redis API for reactive commands.
- com.lambdaworks.redis.api.sync - package com.lambdaworks.redis.api.sync
-
Standalone Redis API for synchronous executed commands.
- com.lambdaworks.redis.cluster - package com.lambdaworks.redis.cluster
-
- com.lambdaworks.redis.cluster.api - package com.lambdaworks.redis.cluster.api
-
Redis Cluster connection API.
- com.lambdaworks.redis.cluster.api.async - package com.lambdaworks.redis.cluster.api.async
-
Redis Cluster API for asynchronous executed commands.
- com.lambdaworks.redis.cluster.api.rx - package com.lambdaworks.redis.cluster.api.rx
-
Redis Cluster API for reactive commands.
- com.lambdaworks.redis.cluster.api.sync - package com.lambdaworks.redis.cluster.api.sync
-
Redis Cluster API for synchronous executed commands.
- com.lambdaworks.redis.cluster.event - package com.lambdaworks.redis.cluster.event
-
Cluster event types.
- com.lambdaworks.redis.cluster.models.partitions - package com.lambdaworks.redis.cluster.models.partitions
-
Model and parser for the CLUSTER NODES
and CLUSTER SLAVES
output.
- com.lambdaworks.redis.cluster.models.slots - package com.lambdaworks.redis.cluster.models.slots
-
Model and parser for the CLUSTER SLOTS
output.
- com.lambdaworks.redis.cluster.pubsub - package com.lambdaworks.redis.cluster.pubsub
-
- com.lambdaworks.redis.cluster.pubsub.api.async - package com.lambdaworks.redis.cluster.pubsub.api.async
-
- com.lambdaworks.redis.cluster.pubsub.api.rx - package com.lambdaworks.redis.cluster.pubsub.api.rx
-
- com.lambdaworks.redis.cluster.pubsub.api.sync - package com.lambdaworks.redis.cluster.pubsub.api.sync
-
- com.lambdaworks.redis.cluster.topology - package com.lambdaworks.redis.cluster.topology
-
Support for cluster topology refresh.
- com.lambdaworks.redis.codec - package com.lambdaworks.redis.codec
-
Codecs for key/value type conversion.
- com.lambdaworks.redis.event - package com.lambdaworks.redis.event
-
Event publishing and subscription.
- com.lambdaworks.redis.event.connection - package com.lambdaworks.redis.event.connection
-
Connection-related events.
- com.lambdaworks.redis.event.metrics - package com.lambdaworks.redis.event.metrics
-
Metric events and publishing.
- com.lambdaworks.redis.internal - package com.lambdaworks.redis.internal
-
Contains internal API.
- com.lambdaworks.redis.masterslave - package com.lambdaworks.redis.masterslave
-
Client support for Redis Master/Slave setups.
- com.lambdaworks.redis.metrics - package com.lambdaworks.redis.metrics
-
Collectors for client metrics.
- com.lambdaworks.redis.models.command - package com.lambdaworks.redis.models.command
-
Model and parser to for the COMMAND
and COMMAND INFO
output.
- com.lambdaworks.redis.models.role - package com.lambdaworks.redis.models.role
-
Model and parser for the ROLE
output.
- com.lambdaworks.redis.output - package com.lambdaworks.redis.output
-
Implementation of different output protocols including the Streaming API.
- com.lambdaworks.redis.protocol - package com.lambdaworks.redis.protocol
-
Redis protocol layer abstraction.
- com.lambdaworks.redis.pubsub - package com.lambdaworks.redis.pubsub
-
Pub/Sub connection classes.
- com.lambdaworks.redis.pubsub.api.async - package com.lambdaworks.redis.pubsub.api.async
-
Pub/Sub Redis API for asynchronous executed commands.
- com.lambdaworks.redis.pubsub.api.rx - package com.lambdaworks.redis.pubsub.api.rx
-
Pub/Sub Redis API for reactive commands.
- com.lambdaworks.redis.pubsub.api.sync - package com.lambdaworks.redis.pubsub.api.sync
-
Pub/Sub Redis API for synchronous executed commands.
- com.lambdaworks.redis.resource - package com.lambdaworks.redis.resource
-
Client resource infrastructure providers.
- com.lambdaworks.redis.sentinel - package com.lambdaworks.redis.sentinel
-
Redis Sentinel connection classes.
- com.lambdaworks.redis.sentinel.api - package com.lambdaworks.redis.sentinel.api
-
Redis Sentinel connection API.
- com.lambdaworks.redis.sentinel.api.async - package com.lambdaworks.redis.sentinel.api.async
-
Redis Sentinel API for asynchronous executed commands.
- com.lambdaworks.redis.sentinel.api.rx - package com.lambdaworks.redis.sentinel.api.rx
-
Redis Sentinel API for reactive commands.
- com.lambdaworks.redis.sentinel.api.sync - package com.lambdaworks.redis.sentinel.api.sync
-
Redis Sentinel API for synchronous executed commands.
- com.lambdaworks.redis.support - package com.lambdaworks.redis.support
-
- command() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- command() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- command() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Returns an array reply of details about all Redis commands.
- command() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Returns an array reply of details about all Redis commands.
- command() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Returns an array reply of details about all Redis commands.
- command() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Returns an array reply of details about all Redis commands.
- command() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Returns an array reply of details about all Redis commands.
- Command<K,V,T> - Class in com.lambdaworks.redis.protocol
-
- Command(ProtocolKeyword, CommandOutput<K, V, T>) - Constructor for class com.lambdaworks.redis.protocol.Command
-
Create a new command with the supplied type.
- Command(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Constructor for class com.lambdaworks.redis.protocol.Command
-
Create a new command with the supplied type and args.
- command - Variable in class com.lambdaworks.redis.protocol.CommandWrapper
-
- command() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Returns an array reply of details about all Redis commands.
- command() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Returns an array reply of details about all Redis commands.
- COMMAND_INFO_SIZE - Static variable in class com.lambdaworks.redis.models.command.CommandDetailParser
-
Number of array elements for a specific command.
- CommandArgs<K,V> - Class in com.lambdaworks.redis.protocol
-
Redis command arguments.
- CommandArgs(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.protocol.CommandArgs
-
- CommandArgs.ExperimentalByteArrayCodec - Class in com.lambdaworks.redis.protocol
-
This codec writes directly
byte[]
to the target buffer without wrapping it in a
ByteBuffer
to reduce GC
pressure.
- CommandArgsAccessor - Class in com.lambdaworks.redis.protocol
-
- CommandArgsAccessor() - Constructor for class com.lambdaworks.redis.protocol.CommandArgsAccessor
-
- commandBuffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- commandBuilder - Variable in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- commandBuilder - Variable in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- commandCount() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- commandCount() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- commandCount() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Get total number of Redis commands.
- commandCount() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Get total number of Redis commands.
- commandCount() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Get total number of Redis commands.
- commandCount() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Get total number of Redis commands.
- commandCount() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Get total number of Redis commands.
- commandCount() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Get total number of Redis commands.
- commandCount() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Get total number of Redis commands.
- CommandDetail - Class in com.lambdaworks.redis.models.command
-
- CommandDetail() - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
-
- CommandDetail(String, int, Set<CommandDetail.Flag>, int, int, int) - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
-
- CommandDetail.Flag - Enum in com.lambdaworks.redis.models.command
-
- CommandDetailParser - Class in com.lambdaworks.redis.models.command
-
- CommandEncoder - Class in com.lambdaworks.redis.protocol
-
- CommandEncoder() - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
-
- CommandEncoder(boolean) - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
-
- commandHandler(CommandHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- commandHandler() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- CommandHandler<K,V> - Class in com.lambdaworks.redis.protocol
-
A netty
ChannelHandler
responsible for writing redis commands and reading responses from the server.
- CommandHandler(ClientOptions, ClientResources) - Constructor for class com.lambdaworks.redis.protocol.CommandHandler
-
Initialize a new instance that handles commands from the supplied queue.
- CommandHandler.LifecycleState - Enum in com.lambdaworks.redis.protocol
-
- commandHandlerId - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- commandInfo(String...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- commandInfo(CommandType...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- commandInfo(String...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- commandInfo(CommandType...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- commandInfo(String...) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(String...) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(String...) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(String...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(String...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Returns an array reply of details about the requested commands.
- commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Returns an array reply of details about the requested commands.
- commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Returns an array reply of details about the requested commands.
- CommandKeyword - Enum in com.lambdaworks.redis.protocol
-
Keyword modifiers for redis commands.
- CommandLatency(long, long, Map<Double, Long>) - Constructor for class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
-
- CommandLatencyCollector - Interface in com.lambdaworks.redis.metrics
-
- commandLatencyCollector() - Method in interface com.lambdaworks.redis.resource.ClientResources
-
- commandLatencyCollector(CommandLatencyCollector) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
- commandLatencyCollector() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- CommandLatencyCollectorOptions - Interface in com.lambdaworks.redis.metrics
-
Configuration interface for command latency collection.
- commandLatencyCollectorOptions(CommandLatencyCollectorOptions) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
- CommandLatencyEvent - Class in com.lambdaworks.redis.event.metrics
-
Event that transports command latency metrics.
- CommandLatencyEvent(Map<CommandLatencyId, CommandMetrics>) - Constructor for class com.lambdaworks.redis.event.metrics.CommandLatencyEvent
-
- CommandLatencyId - Class in com.lambdaworks.redis.metrics
-
Identifier for a command latency.
- CommandLatencyId(SocketAddress, SocketAddress, ProtocolKeyword) - Constructor for class com.lambdaworks.redis.metrics.CommandLatencyId
-
- commandLatencyPublisherOptions() - Method in interface com.lambdaworks.redis.resource.ClientResources
-
- commandLatencyPublisherOptions(EventPublisherOptions) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
- commandLatencyPublisherOptions() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- CommandMetrics - Class in com.lambdaworks.redis.metrics
-
Latency metrics for commands.
- CommandMetrics(long, TimeUnit, CommandMetrics.CommandLatency, CommandMetrics.CommandLatency) - Constructor for class com.lambdaworks.redis.metrics.CommandMetrics
-
- CommandMetrics.CommandLatency - Class in com.lambdaworks.redis.metrics
-
- CommandOutput<K,V,T> - Class in com.lambdaworks.redis.output
-
Abstract representation of the output of a redis command.
- CommandOutput(RedisCodec<K, V>, T) - Constructor for class com.lambdaworks.redis.output.CommandOutput
-
Initialize a new instance that encodes and decodes keys and values using the supplied codec.
- commands() - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
-
- commands(int) - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
-
Obtain the connection/commands to a particular node.
- commandType() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
-
Returns the command type.
- CommandType - Enum in com.lambdaworks.redis.protocol
-
Redis commands.
- CommandWrapper<K,V,T> - Class in com.lambdaworks.redis.protocol
-
Wrapper for a command.
- CommandWrapper(RedisCommand<K, V, T>) - Constructor for class com.lambdaworks.redis.protocol.CommandWrapper
-
- compareTo(CommandLatencyId) - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
-
- complete(int) - Method in class com.lambdaworks.redis.output.ArrayOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.CommandOutput
-
Mark the command output complete.
- complete(int) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.MultiOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.ReplayOutput
-
- complete() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
Mark this command complete and notify all waiting threads.
- complete() - Method in class com.lambdaworks.redis.protocol.Command
-
Mark this command complete and notify all waiting threads.
- complete(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
Decoding hook: Complete a command.
- complete() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- complete() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
Complete a command.
- complete(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
-
- CompleteableCommand<T> - Interface in com.lambdaworks.redis.protocol
-
Extension to commands that provide registration of command completion callbacks.
- completeExceptionally(Throwable) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- completeExceptionally(Throwable) - Method in class com.lambdaworks.redis.protocol.Command
-
- completeExceptionally(Throwable) - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- completeExceptionally(Throwable) - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
- completeResult() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- CompressionCodec - Class in com.lambdaworks.redis.codec
-
A compressing/decompressing
RedisCodec
that wraps a typed
codec
and compresses values using GZIP
or Deflate.
- CompressionCodec() - Constructor for class com.lambdaworks.redis.codec.CompressionCodec
-
- CompressionCodec.CompressionType - Enum in com.lambdaworks.redis.codec
-
- computationThreadPoolSize() - Method in interface com.lambdaworks.redis.resource.ClientResources
-
Returns the pool size (number of threads) for all computation tasks.
- computationThreadPoolSize(int) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
Sets the thread pool size (number of threads to use) for computation operations (default value is the number of
CPUs).
- computationThreadPoolSize() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- configGet(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- configGet(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- configGet(String) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Get the value of a configuration parameter.
- configGet(String) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Get the value of a configuration parameter.
- configGet(String) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Get the value of a configuration parameter.
- configGet(String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Get the value of a configuration parameter.
- configGet(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Get the value of a configuration parameter.
- configGet(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Get the value of a configuration parameter.
- configGet(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Get the value of a configuration parameter.
- configResetstat() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- configResetstat() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- configResetstat() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Reset the stats returned by INFO.
- configResetstat() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Reset the stats returned by INFO.
- configResetstat() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Reset the stats returned by INFO.
- configResetstat() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Reset the stats returned by INFO.
- configResetstat() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Reset the stats returned by INFO.
- configResetstat() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Reset the stats returned by INFO.
- configResetstat() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Reset the stats returned by INFO.
- configRewrite() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- configRewrite() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- configRewrite() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Rewrite the configuration file with the in memory configuration.
- configRewrite() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Rewrite the configuration file with the in memory configuration.
- configRewrite() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Rewrite the configuration file with the in memory configuration.
- configRewrite() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Rewrite the configuration file with the in memory configuration.
- configRewrite() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Rewrite the configuration file with the in memory configuration.
- configRewrite() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Rewrite the configuration file with the in memory configuration.
- configRewrite() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Rewrite the configuration file with the in memory configuration.
- configSet(String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- configSet(String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- configSet(String, String) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Set a configuration parameter to the given value.
- configSet(String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Set a configuration parameter to the given value.
- configSet(String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Set a configuration parameter to the given value.
- configSet(String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Set a configuration parameter to the given value.
- configSet(String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Set a configuration parameter to the given value.
- configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Set a configuration parameter to the given value.
- configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Set a configuration parameter to the given value.
- connect() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Connect to a Redis Cluster and treat keys and values as UTF-8 strings.
- connect(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Connect to a Redis Cluster.
- connect(RedisClient, RedisCodec<K, V>, RedisURI) - Static method in class com.lambdaworks.redis.masterslave.MasterSlave
-
Open a new connection to a Redis Master-Slave server/servers using the supplied
RedisURI
and the supplied
codec
to encode/decode keys.
- connect(RedisClient, RedisCodec<K, V>, Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.masterslave.MasterSlave
-
Open a new connection to a Redis Master-Slave server/servers using the supplied
RedisURI
and the supplied
codec
to encode/decode keys.
- connect() - Method in class com.lambdaworks.redis.RedisClient
-
Open a new connection to a Redis server that treats keys and values as UTF-8 strings.
- connect(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new connection to a Redis server.
- connect(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new connection to a Redis server using the supplied
RedisURI
that treats keys and values as UTF-8 strings.
- connect(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new connection to a Redis server using the supplied
RedisURI
and the supplied
codec
to
encode/decode keys.
- connectAsync() - Method in class com.lambdaworks.redis.RedisClient
-
Deprecated.
- connectAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
- connectAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
- connectAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
- connectAsyncImpl(CommandHandler<K, V>, T, Supplier<SocketAddress>) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- connectCluster() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- connectCluster(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- connectClusterAsync() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- connectClusterAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- CONNECTED - Static variable in class com.lambdaworks.redis.cluster.models.partitions.ClusterPartitionParser
-
- ConnectedEvent - Class in com.lambdaworks.redis.event.connection
-
Event for a established TCP-level connection.
- ConnectedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectedEvent
-
- connection - Variable in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- connection - Variable in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- connection(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- connection() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- ConnectionActivatedEvent - Class in com.lambdaworks.redis.event.connection
-
- ConnectionActivatedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectionActivatedEvent
-
- connectionBuilder(CommandHandler<?, ?>, RedisChannelHandler<?, ?>, Supplier<SocketAddress>, ConnectionBuilder, RedisURI) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Populate connection builder with necessary resources.
- ConnectionBuilder - Class in com.lambdaworks.redis
-
Connection builder for connections.
- ConnectionBuilder() - Constructor for class com.lambdaworks.redis.ConnectionBuilder
-
- connectionBuilder() - Static method in class com.lambdaworks.redis.ConnectionBuilder
-
- ConnectionDeactivatedEvent - Class in com.lambdaworks.redis.event.connection
-
Event for a connection deactivation.
- ConnectionDeactivatedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectionDeactivatedEvent
-
- ConnectionEvent - Interface in com.lambdaworks.redis.event.connection
-
Interface for Connection-related events
- connectionEvents - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- connectionEvents(ConnectionEvents) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- ConnectionEvents - Class in com.lambdaworks.redis
-
Close Events Facility.
- ConnectionEvents() - Constructor for class com.lambdaworks.redis.ConnectionEvents
-
- ConnectionEvents.Activated - Class in com.lambdaworks.redis
-
Internal event when a channel is activated.
- ConnectionEvents.Close - Class in com.lambdaworks.redis
-
Internal event when a channel is closed.
- ConnectionEvents.PingBeforeActivate - Class in com.lambdaworks.redis
-
Internal event when a channel is activated.
- ConnectionEvents.PrepareClose - Class in com.lambdaworks.redis
-
Internal event before a channel is closed.
- ConnectionEvents.Reconnect - Class in com.lambdaworks.redis
-
Internal event when a reconnect is initiated.
- ConnectionFuture<T> - Interface in com.lambdaworks.redis
-
A ConnectionFuture
represents the result of an asynchronous connection initialization.
- ConnectionId - Interface in com.lambdaworks.redis
-
Connection identifier.
- ConnectionPoint - Interface in com.lambdaworks.redis
-
Interface for a connection point described with a host and port or socket.
- ConnectionPoolSupport - Class in com.lambdaworks.redis.support
-
- ConnectionWatchdog - Class in com.lambdaworks.redis.protocol
-
A netty
ChannelHandler
responsible for monitoring the channel and reconnecting when the connection is lost.
- ConnectionWatchdog(Delay, ClientOptions, Bootstrap, Timer, EventExecutorGroup, Supplier<SocketAddress>, ReconnectionListener) - Constructor for class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
Create a new watchdog that adds to new connections to the supplied
ChannelGroup
and establishes a new
Channel
when disconnected, while reconnect is true.
- connectPubSub() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Connect to a Redis Cluster using pub/sub connections and treat keys and values as UTF-8 strings.
- connectPubSub(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Connect to a Redis Cluster using pub/sub connections.
- connectPubSub() - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to a Redis server that treats keys and values as UTF-8 strings.
- connectPubSub(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to a Redis server using the supplied
RedisURI
that treats keys and values as UTF-8
strings.
- connectPubSub(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to the Redis server using the supplied
RedisURI
and use the supplied
codec
to encode/decode keys and values.
- connectPubSub(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to the Redis server using the supplied
RedisURI
and use the supplied
codec
to encode/decode keys and values.
- connectSentinel() - Method in class com.lambdaworks.redis.RedisClient
-
Open a connection to a Redis Sentinel that treats keys and values as UTF-8 strings.
- connectSentinel(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
Open a connection to a Redis Sentinel that treats keys and use the supplied
codec
to encode/decode
keys and values.
- connectSentinel(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a connection to a Redis Sentinel using the supplied
RedisURI
that treats keys and values as UTF-8 strings.
- connectSentinel(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a connection to a Redis Sentinel using the supplied
RedisURI
and use the supplied
codec
to encode/decode keys and values.
- connectSentinelAsync() - Method in class com.lambdaworks.redis.RedisClient
-
- connectSentinelAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
- connectSentinelAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
- connectSentinelAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
- connectTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.SocketOptions.Builder
-
Set connection timeout.
- connectToNode(SocketAddress) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- connectToNode(RedisCodec<K, V>, SocketAddress) - Method in interface com.lambdaworks.redis.cluster.topology.NodeConnectionFactory
-
- connectToNodeAsync(RedisCodec<K, V>, SocketAddress) - Method in interface com.lambdaworks.redis.cluster.topology.NodeConnectionFactory
-
- connectToNodeAsync(RedisCodec<K, V>, RedisURI) - Method in interface com.lambdaworks.redis.masterslave.NodeConnectionFactory
-
- constant(int, TimeUnit) - Static method in class com.lambdaworks.redis.resource.Delay
-
Creates a new ConstantDelay
.
- contains(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
Returns true if this
Partitions
contains the specified element.
- containsAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
Returns true if this collection contains all of the elements in the specified collection.
- coordinates - Variable in class com.lambdaworks.redis.GeoWithin
-
- copy() - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
-
- copy() - Method in class com.lambdaworks.redis.MigrateArgs
-
- copyOf(ClientOptions) - Static method in class com.lambdaworks.redis.ClientOptions
-
Create a copy of options
- copyOf(ClusterClientOptions) - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
Create a copy of options.
- copyOf(ClusterTopologyRefreshOptions) - Static method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
Create a copy of options.
- copyOf(SocketOptions) - Static method in class com.lambdaworks.redis.SocketOptions
-
Create a copy of options
- copyOf(SslOptions) - Static method in class com.lambdaworks.redis.SslOptions
-
Create a copy of options
- count() - Method in class com.lambdaworks.redis.protocol.CommandArgs
-
- count() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- CRC16 - Class in com.lambdaworks.codec
-
- crc16(byte[]) - Static method in class com.lambdaworks.codec.CRC16
-
Create a CRC16 checksum from the bytes.
- crc16(byte[], int, int) - Static method in class com.lambdaworks.codec.CRC16
-
Create a CRC16 checksum from the bytes.
- crc16(ByteBuffer) - Static method in class com.lambdaworks.codec.CRC16
-
Create a CRC16 checksum from the bytes.
- create() - Static method in class com.lambdaworks.redis.ClientOptions
-
- create() - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- create() - Static method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- create(RedisURI) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- create(Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- create(String) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Create a new client that connects to the supplied uri with default
ClientResources
.
- create(ClientResources, RedisURI) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- create(ClientResources, String) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Create a new client that connects to the supplied uri with shared
ClientResources
.You need to shut down the
ClientResources
upon shutting down your application.
- create(ClientResources, Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- create() - Static method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
-
- create(long, long) - Static method in class com.lambdaworks.redis.Limit
-
Creates a
Limit
given
offset
and
count
.
- create(SocketAddress, SocketAddress, ProtocolKeyword) - Static method in class com.lambdaworks.redis.metrics.CommandLatencyId
-
- create() - Static method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
-
- create(T, T) - Static method in class com.lambdaworks.redis.Range
-
Create a new range from lower
and upper
boundary values.
- create() - Static method in class com.lambdaworks.redis.RedisClient
-
- create(RedisURI) - Static method in class com.lambdaworks.redis.RedisClient
-
- create(String) - Static method in class com.lambdaworks.redis.RedisClient
-
Create a new client that connects to the supplied uri with default
ClientResources
.
- create(ClientResources) - Static method in class com.lambdaworks.redis.RedisClient
-
- create(ClientResources, String) - Static method in class com.lambdaworks.redis.RedisClient
-
Create a new client that connects to the supplied uri with shared
ClientResources
.You need to shut down the
ClientResources
upon shutting down your application.
- create(ClientResources, RedisURI) - Static method in class com.lambdaworks.redis.RedisClient
-
- create(SocketAddress, Throwable) - Static method in exception com.lambdaworks.redis.RedisConnectionException
-
- create(String, int) - Static method in class com.lambdaworks.redis.RedisURI
-
Create a Redis URI from host and port.
- create(String) - Static method in class com.lambdaworks.redis.RedisURI
-
Create a Redis URI from an URI string.
- create(URI) - Static method in class com.lambdaworks.redis.RedisURI
-
Create a Redis URI from an URI string:
The uri must follow conventions of
URI
- create() - Static method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- create() - Static method in class com.lambdaworks.redis.SocketOptions
-
- create() - Static method in class com.lambdaworks.redis.SslOptions
-
- create(RedisConnectionPool<T>) - Static method in class com.lambdaworks.redis.support.PoolingProxyFactory
-
Deprecated.
Creates a transparent connection pooling proxy.
- createCommand(CommandType, CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
-
- createCommand(CommandType, CommandOutput<K, V, T>, K) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
-
- createCommand(CommandType, CommandOutput<K, V, T>, K, V) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
-
- createCommand(CommandType, CommandOutput<K, V, T>, K, V[]) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
-
- createCommand(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
-
- createConnectionWatchdog() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- createDelay(long) - Method in class com.lambdaworks.redis.resource.Delay
-
Calculate a specific delay based on the attempt.
- createDissolvingObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- createDissolvingObservable(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- createDissolvingObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- createEventLoopGroup(Class<T>, int) - Static method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
-
- createGenericObjectPool(Supplier<T>, GenericObjectPoolConfig) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
-
- createGenericObjectPool(Supplier<T>, GenericObjectPoolConfig, boolean) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
-
- createInstance() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
-
- createInstance() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
-
- createInstance() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
-
- createObservable(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- createObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- createObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- createSoftReferenceObjectPool(Supplier<T>) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
-
- createSoftReferenceObjectPool(Supplier<T>, boolean) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
-
- createWorker() - Method in class com.lambdaworks.redis.resource.RxJavaEventExecutorGroupScheduler
-
- genericWorkerPool - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- geoadd(K, double, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- geoadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- geoadd(K, double, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- geoadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Single geo add.
- geoadd(K, Object...) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Multi geo add.
- geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Single geo add.
- geoadd(K, Object...) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Multi geo add.
- geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Single geo add.
- geoadd(K, Object...) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Multi geo add.
- geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Single geo add.
- geoadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Multi geo add.
- geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Single geo add.
- geoadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Multi geo add.
- geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Single geo add.
- geoadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Multi geo add.
- geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Single geo add.
- geoadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Multi geo add.
- GeoArgs - Class in com.lambdaworks.redis
-
Args for GEORADIUS and GEORADIUSBYMEMBER commands.
- GeoArgs() - Constructor for class com.lambdaworks.redis.GeoArgs
-
- GeoArgs.Sort - Enum in com.lambdaworks.redis
-
Sort order.
- GeoArgs.Unit - Enum in com.lambdaworks.redis
-
Supported geo unit.
- GeoCoordinates - Class in com.lambdaworks.redis
-
A tuple consisting of numerical geo data points to describe geo coordinates.
- GeoCoordinates(Number, Number) - Constructor for class com.lambdaworks.redis.GeoCoordinates
-
- GeoCoordinatesListOutput<K,V> - Class in com.lambdaworks.redis.output
-
- GeoCoordinatesListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.GeoCoordinatesListOutput
-
- geodist(K, V, V, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- geodist(K, V, V, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Retrieve distance between points from
and to
.
- geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Retrieve distance between points from
and to
.
- geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Retrieve distance between points from
and to
.
- geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Retrieve distance between points from
and to
.
- geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Retrieve distance between points from
and to
.
- geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Retrieve distance between points from
and to
.
- geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Retrieve distance between points from
and to
.
- geohash(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- geohash(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- geohash(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
- geohash(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
- geohash(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
- geohash(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
- geohash(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
- geohash - Variable in class com.lambdaworks.redis.GeoWithin
-
- geohash(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
- geohash(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a
geospatial index.
- geopos(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- geopos(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- geopos(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Get geo coordinates for the members
.
- geopos(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Get geo coordinates for the members
.
- geopos(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Get geo coordinates for the members
.
- geopos(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Get geo coordinates for the members
.
- geopos(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Get geo coordinates for the members
.
- geopos(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Get geo coordinates for the members
.
- geopos(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Get geo coordinates for the members
.
- georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
- georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Retrieve members selected by distance with the center of longitude
and latitude
.
- georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
- georadius_ro(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadius_ro(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadius_ro(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadius_ro(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
-
Deprecated.
- georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
Retrieve members selected by distance with the center of member
.
- georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoConnection
-
Deprecated.
- georadiusbymember_ro(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadiusbymember_ro(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- georadiusbymember_ro(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- georadiusbymember_ro(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- GeoRadiusStoreArgs<K> - Class in com.lambdaworks.redis
-
Store Args for GEORADIUS to store GEORADIUS results or GEORADIUS distances in a sorted set.
- GeoRadiusStoreArgs() - Constructor for class com.lambdaworks.redis.GeoRadiusStoreArgs
-
- GeoWithin<V> - Class in com.lambdaworks.redis
-
Geo element within a certain radius.
- GeoWithin(V, Double, Long, GeoCoordinates) - Constructor for class com.lambdaworks.redis.GeoWithin
-
- GeoWithinListOutput<K,V> - Class in com.lambdaworks.redis.output
-
A list output that creates a list with either double/long or
GeoCoordinates
's.
- GeoWithinListOutput(RedisCodec<K, V>, boolean, boolean, boolean) - Constructor for class com.lambdaworks.redis.output.GeoWithinListOutput
-
- get(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- get(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- get(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Get the value of a key.
- get(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Get the value of a key.
- get(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Get the value of a key.
- get(BitFieldArgs.BitFieldType, int) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
-
Create a new GET
subcommand.
- get(BitFieldArgs.BitFieldType, BitFieldArgs.Offset) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
-
Create a new GET
subcommand.
- get() - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new GET
subcommand using offset 0
and the field type of the previous command.
- get(BitFieldArgs.BitFieldType) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new GET
subcommand using offset 0
.
- get(BitFieldArgs.BitFieldType, int) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new GET
subcommand.
- get(BitFieldArgs.BitFieldType, BitFieldArgs.Offset) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new GET
subcommand.
- get(int) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new GET
subcommand using the field type of the previous command.
- get(RedisClusterNode) - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
-
- get(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Get the value of a key.
- get(RedisClusterNode) - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
-
- get(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Get the value of a key.
- get() - Method in interface com.lambdaworks.redis.ConnectionFuture
-
Waits if necessary for the computation to complete, and then retrieves its result.
- get() - Method in class com.lambdaworks.redis.event.DefaultEventBus
-
- get() - Method in interface com.lambdaworks.redis.event.EventBus
-
Subscribe to the event bus and
Event
s.
- get(Method) - Method in class com.lambdaworks.redis.internal.AbstractInvocationHandler.MethodTranslator
-
- get() - Method in class com.lambdaworks.redis.output.CommandOutput
-
Get the command output.
- get() - Method in class com.lambdaworks.redis.protocol.Command
-
- get(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Get the value of a key.
- get(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Get the value of a key.
- get(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
-
- get(String) - Method in class com.lambdaworks.redis.SortArgs
-
- getAdaptiveRefreshTimeout() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
Timeout between adaptive cluster topology updates.
- getAdaptiveRefreshTimeoutUnit() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- getAdaptiveRefreshTriggers() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- getArgs() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- getArgs() - Method in class com.lambdaworks.redis.protocol.Command
-
- getArgs() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- getArgs() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
- getArity() - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- getAttempt() - Method in class com.lambdaworks.redis.ConnectionEvents.Reconnect
-
- getbit(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- getbit(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- getbit(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Returns the bit value at offset in the string value stored at key.
- getbit(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Returns the bit value at offset in the string value stored at key.
- getbit(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Returns the bit value at offset in the string value stored at key.
- getbit(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Returns the bit value at offset in the string value stored at key.
- getbit(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Returns the bit value at offset in the string value stored at key.
- getbit(K, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Returns the bit value at offset in the string value stored at key.
- getbit(K, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Returns the bit value at offset in the string value stored at key.
- getBits() - Method in class com.lambdaworks.redis.BitFieldArgs.BitFieldType
-
- getBytes() - Method in enum com.lambdaworks.redis.BitFieldArgs.OverflowType
-
- getBytes() - Method in enum com.lambdaworks.redis.protocol.CommandKeyword
-
- getBytes() - Method in enum com.lambdaworks.redis.protocol.CommandType
-
- getBytes() - Method in interface com.lambdaworks.redis.protocol.ProtocolKeyword
-
- getChannel() - Method in class com.lambdaworks.redis.pubsub.api.rx.ChannelMessage
-
- getChannel() - Method in class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
-
- getChannelCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- getChannelWriter() - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- getClientName() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the client name.
- getClientResources() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
- getClusterDistributionChannelWriter() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- getCommand() - Method in class com.lambdaworks.redis.ConnectionEvents.PingBeforeActivate
-
- getCommandOutput(RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- getCommandOutput(RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
-
- getCompletion() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
-
- getComponentType() - Method in class com.lambdaworks.redis.RedisConnectionPool
-
Deprecated.
- getComputationThreadPoolSize() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
-
- getConfigEpoch() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getConnection() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- getConnection(ConnectionFuture<T>) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- getConnection() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Retrieve a connection to the specified cluster node using host and port.
- getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Retrieve a connection to the specified cluster node using host and port.
- getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
-
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
-
Retrieve a connection to the specified cluster node using host and port.
- getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Retrieve a connection to the specified cluster node using host and port.
- getConnection(String) - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
-
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
-
Retrieve a connection to the specified cluster node using host and port.
- getConnection(String) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- getConnection(String, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- getConnection(String) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
-
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
-
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
-
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
-
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
- getConnection(String) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- getConnection(String, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- getConnection(String) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- getConnection(String, int) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- getConnection(MasterSlaveConnectionProvider.Intent) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- getConnection(RedisNodeDescription) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- getConnectionCount() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- getConnectionProvider() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- getConnectTimeout() - Method in class com.lambdaworks.redis.SocketOptions
-
Returns the connection timeout.
- getConnectTimeoutUnit() - Method in class com.lambdaworks.redis.SocketOptions
-
Returns the the connection timeout unit.
- getCoordinates() - Method in class com.lambdaworks.redis.GeoWithin
-
- getCount() - Method in class com.lambdaworks.redis.Limit
-
- getCount() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
-
- getCount() - Method in class com.lambdaworks.redis.StreamScanCursor
-
- getCursor() - Method in class com.lambdaworks.redis.ScanCursor
-
- getDatabase() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the Redis database number.
- getDelegate() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- getDelegate() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- getDelegate() - Method in interface com.lambdaworks.redis.protocol.DecoratedCommand
-
The underlying command.
- getDisconnectedBehavior() - Method in class com.lambdaworks.redis.ClientOptions
-
Behavior for command invocation when connections are in a disconnected state.
- getDistance() - Method in class com.lambdaworks.redis.GeoWithin
-
- getError() - Method in class com.lambdaworks.redis.output.CommandOutput
-
Get the error that occurred.
- getError() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- getError() - Method in class com.lambdaworks.redis.protocol.Command
-
- getError() - Method in interface com.lambdaworks.redis.RedisFuture
-
- getFirstCharArray(CommandArgs<K, V>) - Static method in class com.lambdaworks.redis.protocol.CommandArgsAccessor
-
Get the first char
-array argument.
- getFirstEncodedKey() - Method in class com.lambdaworks.redis.protocol.CommandArgs
-
Returns the first key argument in its byte-encoded representation.
- getFirstInteger() - Method in class com.lambdaworks.redis.protocol.CommandArgs
-
Deprecated.
- getFirstInteger(CommandArgs<K, V>) - Static method in class com.lambdaworks.redis.protocol.CommandArgsAccessor
-
- getFirstKeyPosition() - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- getFirstResponse() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
-
- getFirstString() - Method in class com.lambdaworks.redis.protocol.CommandArgs
-
Deprecated.
- getFirstString(CommandArgs<K, V>) - Static method in class com.lambdaworks.redis.protocol.CommandArgsAccessor
-
Get the first
String
argument.
- getFirstUri() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- getFlags() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getFlags() - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- getFrom() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- getGeohash() - Method in class com.lambdaworks.redis.GeoWithin
-
- getHost() - Method in interface com.lambdaworks.redis.ConnectionPoint
-
Returns the host that should represent the hostname or IPv4/IPv6 literal.
- getHost() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
-
- getHost() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the host.
- getHostText() - Method in class com.lambdaworks.redis.internal.HostAndPort
-
- getInitialUris() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- getIoThreadPoolSize() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
-
- getKeys() - Method in class com.lambdaworks.redis.KeyScanCursor
-
- getKeyStepCount() - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- getKeystore() - Method in class com.lambdaworks.redis.SslOptions
-
- getKeystorePassword() - Method in class com.lambdaworks.redis.SslOptions
-
- getLastKeyPosition() - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- getLatencies() - Method in class com.lambdaworks.redis.event.metrics.CommandLatencyEvent
-
- getLower() - Method in class com.lambdaworks.redis.Range
-
- getMap() - Method in class com.lambdaworks.redis.MapScanCursor
-
- getMaster() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- getMaster() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- getMaster() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Deprecated.
Return the ip and port number of the master with that name.
- getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Return the ip and port number of the master with that name.
- getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Return the ip and port number of the master with that name.
- getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Return the ip and port number of the master with that name.
- getMasterAddrByName(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- getMasterAddrByName(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- getMasterNode() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- getMax() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
-
- getMaxRedirects() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
Number of maximal of cluster redirects (-MOVED and -ASK) to follow in case a key was moved from one
node to another node.
- getMember() - Method in class com.lambdaworks.redis.GeoWithin
-
- getMessage() - Method in class com.lambdaworks.redis.pubsub.api.rx.ChannelMessage
-
- getMessage() - Method in class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
-
- getMin() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
-
- getMonitoredMasters() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
-
- getName() - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- getNodeId() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getNodes() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
-
- getNodes() - Method in class com.lambdaworks.redis.masterslave.SentinelTopologyProvider
-
- getNodes() - Method in class com.lambdaworks.redis.masterslave.StaticMasterSlaveTopologyProvider
-
- getNodes() - Method in interface com.lambdaworks.redis.masterslave.TopologyProvider
-
Lookup nodes within the topology.
- getNodes() - Method in interface com.lambdaworks.redis.ReadFrom.Nodes
-
Returns the list of nodes that are applicable for the read operation.
- getNodesFromInfo(String) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
-
- getNumActive() - Method in class com.lambdaworks.redis.RedisConnectionPool
-
Deprecated.
- getNumIdle() - Method in class com.lambdaworks.redis.RedisConnectionPool
-
Deprecated.
- getObjectType() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
-
- getObjectType() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
-
- getObjectType() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
-
- getOffset() - Method in class com.lambdaworks.redis.BitFieldArgs.Offset
-
- getOffset() - Method in class com.lambdaworks.redis.Limit
-
- getOptions() - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- getOptions() - Method in interface com.lambdaworks.redis.api.StatefulConnection
-
- getOptions() - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- getOutput() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
Get the object that holds this command's output.
- getOutput() - Method in class com.lambdaworks.redis.protocol.Command
-
Get the object that holds this command's output.
- getOutput() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- getOutput() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
The command output.
- getPartition(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- getPartitionByNodeId(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- getPartitionBySlot(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- getPartitions() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
-
- getPartitions() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- getPartitions() - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
-
- getPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Retrieve the cluster view.
- getPartitions() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- getPassword() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the password.
- getPassword() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
- getPattern() - Method in class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
-
- getPercentiles() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
-
- getPingSentTimestamp() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getPongReceivedTimestamp() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getPool() - Method in class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
-
Deprecated.
- getPort() - Method in interface com.lambdaworks.redis.ConnectionPoint
-
Get the current port number.
- getPort() - Method in class com.lambdaworks.redis.internal.HostAndPort
-
- getPort() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the Redis port.
- getPrepareCloseFuture() - Method in class com.lambdaworks.redis.ConnectionEvents.PrepareClose
-
- getrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- getrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- getrange(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Get a substring of the string stored at a key.
- getrange(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Get a substring of the string stored at a key.
- getrange(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Get a substring of the string stored at a key.
- getrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Get a substring of the string stored at a key.
- getrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Get a substring of the string stored at a key.
- getrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Get a substring of the string stored at a key.
- getrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Get a substring of the string stored at a key.
- getReactiveCommands() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
Deprecated.
- getReadFrom() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
-
Gets the
ReadFrom
setting for this connection.
- getReadFrom() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- getReadFrom() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- getReadFrom() - Method in interface com.lambdaworks.redis.masterslave.StatefulRedisMasterSlaveConnection
-
Gets the
ReadFrom
setting for this connection.
- getRedisURI() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
- getRedisURIs() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
-
- getRefreshPeriod() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
Period between the regular cluster topology updates.
- getRefreshPeriod() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
Period between the regular cluster topology updates.
- getRefreshPeriodUnit() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- getRefreshPeriodUnit() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- getRefreshTriggersReconnectAttempts() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
-
- getRemoteAddress() - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
-
- getRequestQueueSize() - Method in class com.lambdaworks.redis.ClientOptions
-
Request queue size for a connection.
- getResolvedAddress() - Method in class com.lambdaworks.redis.RedisURI
-
- getResourceCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- getResources() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- getResources() - Method in class com.lambdaworks.redis.RedisClient
-
- getRole() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getRole() - Method in interface com.lambdaworks.redis.models.role.RedisInstance
-
- getRole() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- getRole() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
-
- getRole() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- getSentinelMasterId() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the Sentinel Master Id.
- getSentinels() - Method in class com.lambdaworks.redis.RedisURI
-
- getset(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- getset(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- getset(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Set the string value of a key and return its old value.
- getset(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Set the string value of a key and return its old value.
- getset(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Set the string value of a key and return its old value.
- getset(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Set the string value of a key and return its old value.
- getset(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Set the string value of a key and return its old value.
- getset(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Set the string value of a key and return its old value.
- getset(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Set the string value of a key and return its old value.
- getSlaveNodes() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- getSlaveOf() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getSlaves() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- getSlaves() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- getSlot(String) - Static method in class com.lambdaworks.redis.cluster.SlotHash
-
Calculate the slot from the given key.
- getSlot(byte[]) - Static method in class com.lambdaworks.redis.cluster.SlotHash
-
Calculate the slot from the given key.
- getSlot(ByteBuffer) - Static method in class com.lambdaworks.redis.cluster.SlotHash
-
Calculate the slot from the given key.
- getSlots() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getSocket() - Method in interface com.lambdaworks.redis.ConnectionPoint
-
Get the socket path.
- getSocket() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the Unix Domain Socket path.
- getSocketAddress(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
- getSocketAddressSupplier(Function<Partitions, Collection<RedisClusterNode>>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- getSocketOptions() - Method in class com.lambdaworks.redis.ClientOptions
-
- getSslOptions() - Method in class com.lambdaworks.redis.ClientOptions
-
- getSslProvider() - Method in class com.lambdaworks.redis.SslOptions
-
- getStack() - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- getState() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- getState() - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.async.RedisClusterPubSubAsyncCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.RedisClusterPubSubReactiveCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.RedisClusterPubSubCommands
-
- getStatefulConnection() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
-
Deprecated.
- getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
-
Deprecated.
- getStatefulConnection() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
-
- getStatefulConnection() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
- getStatefulConnection() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
- getStatefulConnection() - Method in class com.lambdaworks.redis.RedisAsyncCommandsImpl
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.RedisAsyncConnection
-
Deprecated.
- getStatefulConnection() - Method in interface com.lambdaworks.redis.RedisConnection
-
Deprecated.
- getStatefulConnection() - Method in class com.lambdaworks.redis.RedisReactiveCommandsImpl
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
- getStatefulConnection() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
- getStatefulConnection() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- getStatefulConnection() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- getStoreDistKey() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
-
- getStoreKey() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
-
- getSubscriber() - Method in class com.lambdaworks.redis.output.BooleanListOutput
-
- getSubscriber() - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
-
- getSubscriber() - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
-
- getSubscriber() - Method in class com.lambdaworks.redis.output.KeyListOutput
-
- getSubscriber() - Method in class com.lambdaworks.redis.output.ScoredValueListOutput
-
- getSubscriber() - Method in interface com.lambdaworks.redis.output.StreamingOutput
-
- getSubscriber() - Method in class com.lambdaworks.redis.output.StringListOutput
-
- getSubscriber() - Method in class com.lambdaworks.redis.output.ValueListOutput
-
- getSuccessObservable(Observable<T>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- getTimeout() - Method in interface com.lambdaworks.redis.api.StatefulConnection
-
- getTimeout() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- getTimeout() - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- getTimeout() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the command timeout for synchronous command execution.
- getTimeoutUnit() - Method in interface com.lambdaworks.redis.api.StatefulConnection
-
- getTimeoutUnit() - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- getTimeUnit() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- getTimeUnit() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
-
- getTimeUnit() - Method in class com.lambdaworks.redis.resource.Delay
-
- getTo() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- getTopologyRefreshOptions() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- getTopologyRefreshSource() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Returns the seed
RedisURI
for the topology refreshing.
- getTruststore() - Method in class com.lambdaworks.redis.SslOptions
-
- getTruststorePassword() - Method in class com.lambdaworks.redis.SslOptions
-
- getType() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- getType() - Method in class com.lambdaworks.redis.protocol.Command
-
- getType() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- getType() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
- getUnit() - Method in class com.lambdaworks.redis.RedisURI
-
Returns the
TimeUnit
for the command timeout.
- getUpper() - Method in class com.lambdaworks.redis.Range
-
- getUri() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- getUri() - Method in interface com.lambdaworks.redis.models.role.RedisNodeDescription
-
- getUri() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
- getValue() - Method in class com.lambdaworks.redis.Range.Boundary
-
- getValues() - Method in class com.lambdaworks.redis.ScoredValueScanCursor
-
- getValues() - Method in class com.lambdaworks.redis.ValueScanCursor
-
- getViewedBy(Map<RedisURI, Partitions>, Partitions) - Method in class com.lambdaworks.redis.cluster.topology.ClusterTopologyRefresh
-
- getX() - Method in class com.lambdaworks.redis.GeoCoordinates
-
- getY() - Method in class com.lambdaworks.redis.GeoCoordinates
-
- gt(T) - Method in class com.lambdaworks.redis.Range
-
Greater than lower
.
- gte(T) - Method in class com.lambdaworks.redis.Range
-
Greater than or equals lower
.
- handle(BiFunction<? super T, Throwable, ? extends U>) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- handleInvocation(Object, Method, Object[]) - Method in class com.lambdaworks.redis.internal.AbstractInvocationHandler
-
- handleInvocation(Object, Method, Object[]) - Method in class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
-
Deprecated.
- hasError() - Method in class com.lambdaworks.redis.output.CommandOutput
-
Check if the command resulted in an error.
- hashCode() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- hashCode() - Method in class com.lambdaworks.redis.GeoCoordinates
-
- hashCode() - Method in class com.lambdaworks.redis.GeoWithin
-
- hashCode() - Method in class com.lambdaworks.redis.internal.AbstractInvocationHandler
-
- hashCode() - Method in class com.lambdaworks.redis.internal.HostAndPort
-
- hashCode() - Method in class com.lambdaworks.redis.KeyValue
-
- hashCode() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
-
- hashCode() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- hashCode() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- hashCode() - Method in class com.lambdaworks.redis.RedisURI
-
- hashCode() - Method in class com.lambdaworks.redis.ScoredValue
-
- hasPort() - Method in class com.lambdaworks.redis.internal.HostAndPort
-
- hasSlot(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- hdel(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hdel(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hdel(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Delete one or more hash fields.
- hdel(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Delete one or more hash fields.
- hdel(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Delete one or more hash fields.
- hdel(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Delete one or more hash fields.
- hdel(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Delete one or more hash fields.
- hdel(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Delete one or more hash fields.
- hdel(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Delete one or more hash fields.
- hexists(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hexists(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hexists(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Determine if a hash field exists.
- hexists(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Determine if a hash field exists.
- hexists(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Determine if a hash field exists.
- hexists(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Determine if a hash field exists.
- hexists(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Determine if a hash field exists.
- hexists(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Determine if a hash field exists.
- hexists(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Determine if a hash field exists.
- hget(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hget(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hget(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Get the value of a hash field.
- hget(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Get the value of a hash field.
- hget(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Get the value of a hash field.
- hget(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Get the value of a hash field.
- hget(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Get the value of a hash field.
- hget(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get the value of a hash field.
- hget(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Get the value of a hash field.
- hgetall(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hgetall(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hgetall(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Stream over all the fields and values in a hash.
- hgetall(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Stream over all the fields and values in a hash.
- hgetall(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Stream over all the fields and values in a hash.
- hgetall(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Stream over all the fields and values in a hash.
- hgetall(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Stream over all the fields and values in a hash.
- hgetall(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Stream over all the fields and values in a hash.
- hgetall(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Stream over all the fields and values in a hash.
- hincrby(K, K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hincrby(K, K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Increment the integer value of a hash field by the given number.
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Increment the integer value of a hash field by the given number.
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Increment the integer value of a hash field by the given number.
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Increment the integer value of a hash field by the given number.
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Increment the integer value of a hash field by the given number.
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Increment the integer value of a hash field by the given number.
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Increment the integer value of a hash field by the given number.
- hincrbyfloat(K, K, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hincrbyfloat(K, K, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Increment the float value of a hash field by the given amount.
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Increment the float value of a hash field by the given amount.
- hkeys(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hkeys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hkeys(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hkeys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hkeys(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Stream over all the fields in a hash.
- hkeys(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Stream over all the fields in a hash.
- hkeys(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Stream over all the fields in a hash.
- hkeys(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Stream over all the fields in a hash.
- hkeys(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Stream over all the fields in a hash.
- hkeys(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get all the fields in a hash.
- hkeys(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Stream over all the fields in a hash.
- hlen(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hlen(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hlen(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Get the number of fields in a hash.
- hlen(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Get the number of fields in a hash.
- hlen(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Get the number of fields in a hash.
- hlen(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Get the number of fields in a hash.
- hlen(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Get the number of fields in a hash.
- hlen(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get the number of fields in a hash.
- hlen(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Get the number of fields in a hash.
- hmget(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hmget(ValueStreamingChannel<V>, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hmget(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hmget(ValueStreamingChannel<V>, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hmget(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Stream over the values of all the given hash fields.
- hmget(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Stream over the values of all the given hash fields.
- hmget(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Stream over the values of all the given hash fields.
- hmget(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Stream over the values of all the given hash fields.
- hmget(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Stream over the values of all the given hash fields.
- hmget(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Stream over the values of all the given hash fields.
- hmget(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Stream over the values of all the given hash fields.
- hmset(K, Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hmset(K, Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Set multiple hash fields to multiple values.
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Set multiple hash fields to multiple values.
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Set multiple hash fields to multiple values.
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Set multiple hash fields to multiple values.
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Set multiple hash fields to multiple values.
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Set multiple hash fields to multiple values.
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Set multiple hash fields to multiple values.
- HostAndPort - Class in com.lambdaworks.redis.internal
-
An immutable representation of a host and port.
- hostText - Variable in class com.lambdaworks.redis.internal.HostAndPort
-
- hscan(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hscan(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hscan(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Incrementally iterate hash fields and associated values.
- hscan(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Incrementally iterate hash fields and associated values.
- hscan(RedisHashCommands<K, V>, K) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over entries in a hash identified by key
.
- hscan(RedisHashCommands<K, V>, K, ScanArgs) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over entries in a hash identified by key
.
- hset(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hset(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hset(K, K, V) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Set the string value of a hash field.
- hset(K, K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Set the string value of a hash field.
- hset(K, K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Set the string value of a hash field.
- hset(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Set the string value of a hash field.
- hset(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Set the string value of a hash field.
- hset(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Set the string value of a hash field.
- hset(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Set the string value of a hash field.
- hsetnx(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hsetnx(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Set the value of a hash field, only if the field does not exist.
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Set the value of a hash field, only if the field does not exist.
- hstrlen(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hstrlen(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Get the string length of the field value in a hash.
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Get the string length of the field value in a hash.
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Get the string length of the field value in a hash.
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Get the string length of the field value in a hash.
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Get the string length of the field value in a hash.
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get the string length of the field value in a hash.
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Get the string length of the field value in a hash.
- hvals(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hvals(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- hvals(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hvals(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- hvals(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
-
Stream over all the values in a hash.
- hvals(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
-
Stream over all the values in a hash.
- hvals(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
-
Stream over all the values in a hash.
- hvals(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
-
Stream over all the values in a hash.
- hvals(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
-
Stream over all the values in a hash.
- hvals(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Deprecated.
Stream over all the values in a hash.
- hvals(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Deprecated.
Stream over all the values in a hash.
- PARAMETER_NAME_CLIENT_NAME - Static variable in class com.lambdaworks.redis.RedisURI
-
- PARAMETER_NAME_DATABASE - Static variable in class com.lambdaworks.redis.RedisURI
-
- PARAMETER_NAME_DATABASE_ALT - Static variable in class com.lambdaworks.redis.RedisURI
-
- PARAMETER_NAME_SENTINEL_MASTER_ID - Static variable in class com.lambdaworks.redis.RedisURI
-
- PARAMETER_NAME_TIMEOUT - Static variable in class com.lambdaworks.redis.RedisURI
-
- parse(String) - Static method in class com.lambdaworks.redis.cluster.models.partitions.ClusterPartitionParser
-
Parse partition lines into Partitions object.
- parse(List<?>) - Static method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotsParser
-
Parse the output of the redis CLUSTER SLOTS command and convert it to a list of
ClusterSlotRange
- parse(String) - Static method in class com.lambdaworks.redis.internal.HostAndPort
-
- parse(List<?>) - Static method in class com.lambdaworks.redis.models.command.CommandDetailParser
-
Parse the output of the redis COMMAND/COMMAND INFO command and convert to a list of
CommandDetail
.
- parse(List<?>) - Static method in class com.lambdaworks.redis.models.role.RoleParser
-
Parse the output of the redis ROLE command and convert to a RedisInstance.
- parseCompat(String) - Static method in class com.lambdaworks.redis.internal.HostAndPort
-
Temporary workaround until Redis provides IPv6 addresses in bracket notation.
- Partitions - Class in com.lambdaworks.redis.cluster.models.partitions
-
Cluster topology view.
- Partitions() - Constructor for class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- password(char[]) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- password() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- pattern() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- PatternMessage<K,V> - Class in com.lambdaworks.redis.pubsub.api.rx
-
Message payload for a subscription to a pattern.
- PatternMessage(K, K, V) - Constructor for class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
-
- patterns - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
- persist(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- persist(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- persist(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Remove the expiration from a key.
- persist(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Remove the expiration from a key.
- persist(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Remove the expiration from a key.
- persist(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Remove the expiration from a key.
- persist(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Remove the expiration from a key.
- persist(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Remove the expiration from a key.
- persist(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Remove the expiration from a key.
- pexpire(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pexpire(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pexpire(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Set a key's time to live in milliseconds.
- pexpire(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Set a key's time to live in milliseconds.
- pexpire(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Set a key's time to live in milliseconds.
- pexpire(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Set a key's time to live in milliseconds.
- pexpire(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Set a key's time to live in milliseconds.
- pexpire(K, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Set a key's time to live in milliseconds.
- pexpire(K, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Set a key's time to live in milliseconds.
- pexpireat(K, Date) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pexpireat(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pexpireat(K, Date) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pexpireat(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pexpireat(K, Date) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, Date) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, Date) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, Date) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, Date) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, Date) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, Date) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pexpireat(K, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
- pfadd(K, V, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pfadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pfadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pfadd(K, V, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pfadd(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisHLLAsyncCommands
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisHLLReactiveCommands
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisHLLCommands
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHLLAsyncCommands
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHLLCommands
-
Adds the specified elements to the specified HyperLogLog.
- pfadd(K, V, V...) - Method in interface com.lambdaworks.redis.RedisHLLAsyncConnection
-
Deprecated.
Adds the specified elements to the specified HyperLogLog.
- pfadd(K, V, V...) - Method in interface com.lambdaworks.redis.RedisHLLConnection
-
Deprecated.
Adds the specified elements to the specified HyperLogLog.
- pfcount(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pfcount(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pfcount(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pfcount(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pfcount(K...) - Method in interface com.lambdaworks.redis.api.async.RedisHLLAsyncCommands
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHLLReactiveCommands
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHLLCommands
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHLLAsyncCommands
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHLLCommands
-
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(K, K...) - Method in interface com.lambdaworks.redis.RedisHLLAsyncConnection
-
Deprecated.
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfcount(K, K...) - Method in interface com.lambdaworks.redis.RedisHLLConnection
-
Deprecated.
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
- pfmerge(K, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pfmerge(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pfmerge(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pfmerge(K, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pfmerge(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHLLAsyncCommands
-
Merge N different HyperLogLogs into a single one.
- pfmerge(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHLLReactiveCommands
-
Merge N different HyperLogLogs into a single one.
- pfmerge(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHLLCommands
-
Merge N different HyperLogLogs into a single one.
- pfmerge(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHLLAsyncCommands
-
Merge N different HyperLogLogs into a single one.
- pfmerge(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHLLCommands
-
Merge N different HyperLogLogs into a single one.
- pfmerge(K, K, K...) - Method in interface com.lambdaworks.redis.RedisHLLAsyncConnection
-
Deprecated.
Merge N different HyperLogLogs into a single one.
- pfmerge(K, K, K...) - Method in interface com.lambdaworks.redis.RedisHLLConnection
-
Deprecated.
Merge N different HyperLogLogs into a single one.
- ping() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- ping() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- ping() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
-
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
-
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Deprecated.
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Ping the server.
- ping() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Ping the server.
- ping() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- ping() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- PingBeforeActivate(RedisCommand<?, ?, ?>) - Constructor for class com.lambdaworks.redis.ConnectionEvents.PingBeforeActivate
-
- pingBeforeActivateConnection(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Sets the PING before activate connection flag.
- pingBeforeActivateConnection(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- pool() - Method in class com.lambdaworks.redis.RedisClient
-
- pool(int, int) - Method in class com.lambdaworks.redis.RedisClient
-
- pool(RedisCodec<K, V>, int, int) - Method in class com.lambdaworks.redis.RedisClient
-
- PoolingProxyFactory - Class in com.lambdaworks.redis.support
-
- port - Variable in class com.lambdaworks.redis.internal.HostAndPort
-
- PORT_PATTERN - Static variable in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
-
- predefinedSort(Iterable<RedisClusterNode>, Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.cluster.topology.TopologyComparators
-
Sort partitions by a
fixedOrder
and by
RedisURI
.
- PrepareClose() - Constructor for class com.lambdaworks.redis.ConnectionEvents.PrepareClose
-
- prepareReset() - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- ProtocolKeyword - Interface in com.lambdaworks.redis.protocol
-
Interface for protocol keywords providing an encoded representation.
- psetex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- psetex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Set the value and expiration in milliseconds of a key.
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Set the value and expiration in milliseconds of a key.
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Set the value and expiration in milliseconds of a key.
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Set the value and expiration in milliseconds of a key.
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Set the value and expiration in milliseconds of a key.
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Set the value and expiration in milliseconds of a key.
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Set the value and expiration in milliseconds of a key.
- psubscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.async.NodeSelectionPubSubAsyncCommands
-
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.NodeSelectionPubSubReactiveCommands
-
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.NodeSelectionPubSubCommands
-
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
-
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
-
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
-
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
- psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
-
Deprecated.
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
- psubscribed(RedisClusterNode, K, long) - Method in class com.lambdaworks.redis.cluster.pubsub.RedisClusterPubSubAdapter
-
- psubscribed(RedisClusterNode, K, long) - Method in interface com.lambdaworks.redis.cluster.pubsub.RedisClusterPubSubListener
-
Subscribed to a pattern.
- psubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
-
- psubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
-
Subscribed to a pattern.
- pttl(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pttl(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pttl(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Get the time to live for a key in milliseconds.
- pttl(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Get the time to live for a key in milliseconds.
- pttl(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Get the time to live for a key in milliseconds.
- pttl(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Get the time to live for a key in milliseconds.
- pttl(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Get the time to live for a key in milliseconds.
- pttl(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Get the time to live for a key in milliseconds.
- pttl(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Get the time to live for a key in milliseconds.
- publish(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- publish(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- publish(K, V) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Post a message to a channel.
- publish(K, V) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Post a message to a channel.
- publish(K, V) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Post a message to a channel.
- publish(K, V) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Post a message to a channel.
- publish(K, V) - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Post a message to a channel.
- publish(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
-
Post a message to a channel.
- publish(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
-
Post a message to a channel.
- publish(Event) - Method in class com.lambdaworks.redis.event.DefaultEventBus
-
- publish(Event) - Method in interface com.lambdaworks.redis.event.EventBus
-
Publish a
Event
to the bus.
- publish(K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
- publish(K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
- PubSubAsyncNodeSelection<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub.api.async
-
Node selection with access to asynchronous executed commands on the set.
- pubsubChannels() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pubsubChannels(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pubsubChannels() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pubsubChannels(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pubsubChannels() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Lists the currently *active channels*.
- pubsubChannels() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Lists the currently *active channels*.
- pubsubChannels() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Lists the currently *active channels*.
- pubsubChannels() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Lists the currently *active channels*.
- pubsubChannels() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Lists the currently *active channels*.
- pubsubChannels() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
-
Lists the currently *active channels*.
- pubsubChannels() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
- pubsubChannels(K) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
- PubSubCommandHandler<K,V> - Class in com.lambdaworks.redis.pubsub
-
A netty
ChannelHandler
responsible for writing Redis Pub/Sub commands and reading the response stream from the
server.
- PubSubCommandHandler(ClientOptions, ClientResources, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubCommandHandler
-
Initialize a new instance.
- PubSubNodeSelection<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub.api.sync
-
- pubsubNumpat() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pubsubNumpat() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pubsubNumpat() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
-
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
-
Returns the number of subscriptions to patterns.
- pubsubNumsub(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- pubsubNumsub(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
- pubsubNumsub(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
- PubSubOutput<K,V,T> - Class in com.lambdaworks.redis.pubsub
-
One element of the redis pub/sub stream.
- PubSubOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubOutput
-
- PubSubOutput.Type - Enum in com.lambdaworks.redis.pubsub
-
- PubSubReactiveNodeSelection<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub.api.rx
-
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.async.NodeSelectionPubSubAsyncCommands
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.NodeSelectionPubSubReactiveCommands
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.NodeSelectionPubSubCommands
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
-
Deprecated.
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
- punsubscribed(RedisClusterNode, K, long) - Method in class com.lambdaworks.redis.cluster.pubsub.RedisClusterPubSubAdapter
-
- punsubscribed(RedisClusterNode, K, long) - Method in interface com.lambdaworks.redis.cluster.pubsub.RedisClusterPubSubListener
-
Unsubscribed from a pattern.
- punsubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
-
- punsubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
-
Unsubscribed from a pattern.
- px(long) - Static method in class com.lambdaworks.redis.SetArgs.Builder
-
- px(long) - Method in class com.lambdaworks.redis.SetArgs
-
- randomBetween(long, long) - Static method in class com.lambdaworks.redis.resource.Delay
-
Generates a random long value within min
and max
boundaries.
- randomkey() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- randomkey() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- randomkey() - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Return a random key from the keyspace.
- randomkey() - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Return a random key from the keyspace.
- randomkey() - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Return a random key from the keyspace.
- randomkey() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Return a random key from the keyspace.
- randomkey() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Return a random key from the keyspace on a random master.
- randomkey() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Return a random key from the keyspace on a random master.
- randomkey() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Return a random key from the keyspace.
- randomkey() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Return a random key from the keyspace on a random master.
- randomkey() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- randomkey() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- randomkey() - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Return a random key from the keyspace.
- randomkey() - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Return a random key from the keyspace.
- Range<T> - Class in com.lambdaworks.redis
-
Range
defines lower and upper boundaries to retrieve items from a sorted set.
- Range.Boundary<T> - Class in com.lambdaworks.redis
-
- reactive() - Method in interface com.lambdaworks.redis.api.StatefulRedisConnection
-
- reactive() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
-
- reactive() - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
-
- reactive - Variable in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- reactive() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- reactive() - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
-
- reactive() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
- reactive() - Method in interface com.lambdaworks.redis.sentinel.api.StatefulRedisSentinelConnection
-
- reactive - Variable in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
-
- reactive() - Method in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
-
- reactive - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
-
- reactive() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
-
- ReactiveCommandDispatcher<K,V,T> - Class in com.lambdaworks.redis
-
Reactive command dispatcher.
- ReactiveCommandDispatcher(RedisCommand<K, V, T>, StatefulConnection<K, V>, boolean) - Constructor for class com.lambdaworks.redis.ReactiveCommandDispatcher
-
- ReactiveCommandDispatcher(Supplier<RedisCommand<K, V, T>>, StatefulConnection<K, V>, boolean) - Constructor for class com.lambdaworks.redis.ReactiveCommandDispatcher
-
- ReactiveExecutions<T> - Interface in com.lambdaworks.redis.cluster.api.rx
-
Execution holder for a reactive command to be executed on multiple nodes.
- ReadFrom - Class in com.lambdaworks.redis
-
Defines from which Redis nodes data is read.
- ReadFrom() - Constructor for class com.lambdaworks.redis.ReadFrom
-
- ReadFrom.Nodes - Interface in com.lambdaworks.redis
-
Descriptor of nodes that are available for the current read operation.
- readOnly() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- readOnly() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- readOnly() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Switch connection to Read-Only mode when connecting to a cluster.
- readOnly() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Switch connection to Read-Only mode when connecting to a cluster.
- readOnly() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Switch connection to Read-Only mode when connecting to a cluster.
- readOnly() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Switch connection to Read-Only mode when connecting to a cluster.
- readonly(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Select slave nodes by a predicate and keeps a static selection.
- readOnly() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write
queries.
- readOnly() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write
queries.
- readonly(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Select slave nodes by a predicate and keeps a static selection.
- readOnly() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write
queries.
- readonly(Predicate<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- readOnly() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write
queries.
- readOnly() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write
queries.
- readWrite() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- readWrite() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- readWrite() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Switch connection to Read-Write mode (default) when connecting to a cluster.
- readWrite() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Switch connection to Read-Write mode (default) when connecting to a cluster.
- readWrite() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Switch connection to Read-Write mode (default) when connecting to a cluster.
- readWrite() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Switch connection to Read-Write mode (default) when connecting to a cluster.
- readWrite() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Resets readOnly flag.
- readWrite() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Resets readOnly flag.
- readWrite() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Resets readOnly flag.
- readWrite() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Resets readOnly flag.
- readWrite() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Resets readOnly flag.
- Reconnect(int) - Constructor for class com.lambdaworks.redis.ConnectionEvents.Reconnect
-
- reconnectDelay() - Method in interface com.lambdaworks.redis.resource.ClientResources
-
Returns the
Delay
for reconnect attempts.
- reconnectDelay(Delay) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
Sets the stateless reconnect
Delay
to delay reconnect attempts.
- reconnectDelay(Supplier<Delay>) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
-
Sets the stateful reconnect
Supplier
to delay reconnect attempts.
- reconnectDelay() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- reconnectionListener(ReconnectionListener) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- ReconnectionListener - Interface in com.lambdaworks.redis.protocol
-
Listener for reconnection events.
- recordCommandLatency(SocketAddress, SocketAddress, ProtocolKeyword, long, long) - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollector
-
Record the command latency per connectionPoint
and commandType
.
- recordCommandLatency(SocketAddress, SocketAddress, ProtocolKeyword, long, long) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
-
Record the command latency per connectionPoint
and commandType
.
- redis(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Redis host.
- redis(String, int) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Redis host and port.
- RedisAdvancedClusterAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
-
Advanced asynchronous and thread-safe Redis Cluster API.
- RedisAdvancedClusterAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis.cluster
-
An advanced asynchronous and thread-safe API for a Redis Cluster connection.
- RedisAdvancedClusterAsyncCommandsImpl(StatefulRedisClusterConnectionImpl<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
Initialize a new connection.
- RedisAdvancedClusterAsyncConnection<K,V> - Interface in com.lambdaworks.redis.cluster
-
- RedisAdvancedClusterCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
-
Advanced synchronous and thread-safe Redis Cluster API.
- RedisAdvancedClusterConnection<K,V> - Interface in com.lambdaworks.redis.cluster
-
- RedisAdvancedClusterReactiveCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.rx
-
Advanced reactive and thread-safe Redis Cluster API.
- RedisAdvancedClusterReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis.cluster
-
An advanced reactive and thread-safe API to a Redis Cluster connection.
- RedisAdvancedClusterReactiveCommandsImpl(StatefulRedisClusterConnectionImpl<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
Initialize a new connection.
- RedisAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
A complete asynchronous and thread-safe Redis API with 400+ Methods.
- RedisAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis
-
An asynchronous and thread-safe API for a Redis connection.
- RedisAsyncCommandsImpl(StatefulRedisConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.RedisAsyncCommandsImpl
-
Initialize a new instance.
- RedisAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisChannelHandler<K,V> - Class in com.lambdaworks.redis
-
Abstract base for every redis connection.
- RedisChannelHandler(RedisChannelWriter<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisChannelHandler
-
- RedisChannelInitializer - Interface in com.lambdaworks.redis
-
Channel initializer to set up the transport before a Redis connection can be used.
- RedisChannelInitializerImpl - Class in com.lambdaworks.redis
-
Channel initializer to set up the transport before a Redis connection can be used.
- RedisChannelInitializerImpl() - Constructor for class com.lambdaworks.redis.RedisChannelInitializerImpl
-
- RedisChannelWriter<K,V> - Interface in com.lambdaworks.redis
-
Writer for a channel.
- RedisClient - Class in com.lambdaworks.redis
-
A scalable and thread-safe
Redis client supporting synchronous, asynchronous and reactive
execution models.
- RedisClient(ClientResources, RedisURI) - Constructor for class com.lambdaworks.redis.RedisClient
-
- RedisClient() - Constructor for class com.lambdaworks.redis.RedisClient
-
- RedisClient(String) - Constructor for class com.lambdaworks.redis.RedisClient
-
- RedisClient(String, int) - Constructor for class com.lambdaworks.redis.RedisClient
-
- RedisClient(RedisURI) - Constructor for class com.lambdaworks.redis.RedisClient
-
- RedisClientFactoryBean - Class in com.lambdaworks.redis.support
-
- RedisClientFactoryBean() - Constructor for class com.lambdaworks.redis.support.RedisClientFactoryBean
-
- RedisClusterAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
-
A complete asynchronous and thread-safe cluster Redis API with 400+ Methods.
- RedisClusterAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisClusterClient - Class in com.lambdaworks.redis.cluster
-
A scalable and thread-safe
Redis cluster client supporting synchronous, asynchronous and
reactive execution models.
- RedisClusterClient() - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
-
- RedisClusterClient(RedisURI) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
-
- RedisClusterClient(List<RedisURI>) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
-
- RedisClusterClient(ClientResources, Iterable<RedisURI>) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
-
Initialize the client with a list of cluster URI's.
- RedisClusterClientFactoryBean - Class in com.lambdaworks.redis.support
-
- RedisClusterClientFactoryBean() - Constructor for class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
-
- RedisClusterCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
-
A complete synchronous and thread-safe Redis Cluster API with 400+ Methods.
- RedisClusterConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisClusterNode - Class in com.lambdaworks.redis.cluster.models.partitions
-
Representation of a Redis Cluster node.
- RedisClusterNode() - Constructor for class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- RedisClusterNode(RedisURI, String, boolean, String, long, long, long, List<Integer>, Set<RedisClusterNode.NodeFlag>) - Constructor for class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- RedisClusterNode(RedisClusterNode) - Constructor for class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- RedisClusterNode.NodeFlag - Enum in com.lambdaworks.redis.cluster.models.partitions
-
Redis Cluster node flags.
- RedisClusterPubSubAdapter<K,V> - Class in com.lambdaworks.redis.cluster.pubsub
-
- RedisClusterPubSubAdapter() - Constructor for class com.lambdaworks.redis.cluster.pubsub.RedisClusterPubSubAdapter
-
- RedisClusterPubSubAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub.api.async
-
Asynchronous and thread-safe Redis Cluster PubSub API.
- RedisClusterPubSubCommands<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub.api.sync
-
Synchronous and thread-safe Redis Cluster PubSub API.
- RedisClusterPubSubListener<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub
-
Interface for Redis Cluster Pub/Sub listeners.
- RedisClusterPubSubReactiveCommands<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub.api.rx
-
Reactive and thread-safe Redis Cluster PubSub API.
- RedisClusterReactiveCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.rx
-
A complete reactive and thread-safe cluster Redis API with 400+ Methods.
- RedisClusterURIUtil - Class in com.lambdaworks.redis.cluster
-
- RedisClusterURIUtil() - Constructor for class com.lambdaworks.redis.cluster.RedisClusterURIUtil
-
- RedisCodec<K,V> - Interface in com.lambdaworks.redis.codec
-
A
RedisCodec
encodes keys and values sent to Redis, and decodes keys and values in the command output.
- RedisCommand<K,V,T> - Interface in com.lambdaworks.redis.protocol
-
A redis command that holds an output, arguments and a state, whether it is completed or not.
- RedisCommandExecutionException - Exception in com.lambdaworks.redis
-
Exception for errors states reported by Redis.
- RedisCommandExecutionException(String) - Constructor for exception com.lambdaworks.redis.RedisCommandExecutionException
-
Create a RedisCommandExecutionException
with the specified detail message.
- RedisCommandExecutionException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandExecutionException
-
Create a RedisCommandExecutionException
with the specified detail message and nested exception.
- RedisCommandExecutionException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandExecutionException
-
Create a RedisCommandExecutionException
with the specified nested exception.
- RedisCommandInterruptedException - Exception in com.lambdaworks.redis
-
Exception thrown when the thread executing a redis command is interrupted.
- RedisCommandInterruptedException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandInterruptedException
-
Create a RedisCommandInterruptedException
with the specified nested exception.
- RedisCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
A complete synchronous and thread-safe Redis API with 400+ Methods.
- RedisCommandTimeoutException - Exception in com.lambdaworks.redis
-
Exception thrown when the command waiting timeout is exceeded.
- RedisCommandTimeoutException() - Constructor for exception com.lambdaworks.redis.RedisCommandTimeoutException
-
Create a RedisCommandTimeoutException
with a default message.
- RedisCommandTimeoutException(String) - Constructor for exception com.lambdaworks.redis.RedisCommandTimeoutException
-
Create a RedisCommandTimeoutException
with the specified detail message.
- RedisConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisConnectionException - Exception in com.lambdaworks.redis
-
Exception for connection failures.
- RedisConnectionException(String) - Constructor for exception com.lambdaworks.redis.RedisConnectionException
-
Create a RedisConnectionException
with the specified detail message.
- RedisConnectionException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisConnectionException
-
Create a RedisConnectionException
with the specified detail message and nested exception.
- RedisConnectionPool<T> - Class in com.lambdaworks.redis
-
- RedisConnectionPool(RedisConnectionPool.RedisConnectionProvider<T>, int, int, long) - Constructor for class com.lambdaworks.redis.RedisConnectionPool
-
Deprecated.
Create a new connection pool
- RedisConnectionStateAdapter - Class in com.lambdaworks.redis
-
- RedisConnectionStateAdapter() - Constructor for class com.lambdaworks.redis.RedisConnectionStateAdapter
-
- RedisConnectionStateListener - Interface in com.lambdaworks.redis
-
Simple interface for Redis connection state monitoring.
- RedisException - Exception in com.lambdaworks.redis
-
Exception thrown when Redis returns an error message, or when the client fails for any reason.
- RedisException(String) - Constructor for exception com.lambdaworks.redis.RedisException
-
Create a RedisException
with the specified detail message.
- RedisException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisException
-
Create a RedisException
with the specified detail message and nested exception.
- RedisException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisException
-
Create a RedisException
with the specified nested exception.
- RedisFuture<V> - Interface in com.lambdaworks.redis
-
A
RedisFuture
represents the result of an asynchronous computation, extending
CompletionStage
.
- RedisGeoAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for the Geo-API.
- RedisGeoAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisGeoCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for the Geo-API.
- RedisGeoConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisGeoReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for the Geo-API.
- RedisHashAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Hashes (Key-Value pairs).
- RedisHashCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Hashes (Key-Value pairs).
- RedisHashesAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisHashesConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisHashReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Hashes (Key-Value pairs).
- RedisHLLAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for HyperLogLog (PF* commands).
- RedisHLLAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisHLLCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for HyperLogLog (PF* commands).
- RedisHLLConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisHLLReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for HyperLogLog (PF* commands).
- RedisInstance - Interface in com.lambdaworks.redis.models.role
-
Represents a redis instance according to the ROLE
output.
- RedisInstance.Role - Enum in com.lambdaworks.redis.models.role
-
Possible Redis instance roles.
- RedisKeyAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Keys (Key manipulation/querying).
- RedisKeyCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Keys (Key manipulation/querying).
- RedisKeyReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Keys (Key manipulation/querying).
- RedisKeysAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisKeysConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisListAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Lists.
- RedisListCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Lists.
- RedisListReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Lists.
- RedisListsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisListsConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisMasterInstance - Class in com.lambdaworks.redis.models.role
-
Represents a master instance.
- RedisMasterInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- RedisMasterInstance(long, List<ReplicationPartner>) - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- RedisNodeDescription - Interface in com.lambdaworks.redis.models.role
-
Description of a single Redis Node.
- RedisPubSubAdapter<K,V> - Class in com.lambdaworks.redis.pubsub
-
- RedisPubSubAdapter() - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
-
- RedisPubSubAsyncCommands<K,V> - Interface in com.lambdaworks.redis.pubsub.api.async
-
Asynchronous and thread-safe Redis PubSub API.
- RedisPubSubAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis.pubsub
-
An asynchronous and thread-safe API for a Redis pub/sub connection.
- RedisPubSubAsyncCommandsImpl(StatefulRedisPubSubConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
Initialize a new connection.
- RedisPubSubCommands<K,V> - Interface in com.lambdaworks.redis.pubsub.api.sync
-
Synchronous and thread-safe Redis PubSub API.
- RedisPubSubConnection<K,V> - Interface in com.lambdaworks.redis.pubsub
-
- RedisPubSubListener<K,V> - Interface in com.lambdaworks.redis.pubsub
-
Interface for redis pub/sub listeners.
- RedisPubSubReactiveCommands<K,V> - Interface in com.lambdaworks.redis.pubsub.api.rx
-
Reactive and thread-safe Redis PubSub API.
- RedisPubSubReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis.pubsub
-
A reactive and thread-safe API for a Redis pub/sub connection.
- RedisPubSubReactiveCommandsImpl(StatefulRedisPubSubConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
Initialize a new connection.
- RedisReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
A complete reactive and thread-safe Redis API with 400+ Methods.
- RedisReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis
-
A reactive and thread-safe API for a Redis Sentinel connection.
- RedisReactiveCommandsImpl(StatefulRedisConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.RedisReactiveCommandsImpl
-
Initialize a new instance.
- RedisScriptingAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Scripting.
- RedisScriptingAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisScriptingCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Scripting.
- RedisScriptingConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisScriptingReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Scripting.
- RedisSentinelAsyncCommands<K,V> - Interface in com.lambdaworks.redis.sentinel.api.async
-
Asynchronous executed commands for Redis Sentinel.
- RedisSentinelAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis.sentinel
-
An asynchronous and thread-safe API for a Redis Sentinel connection.
- RedisSentinelAsyncCommandsImpl(StatefulConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- RedisSentinelAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisSentinelCommands<K,V> - Interface in com.lambdaworks.redis.sentinel.api.sync
-
Synchronous executed commands for Redis Sentinel.
- RedisSentinelInstance - Class in com.lambdaworks.redis.models.role
-
Redis sentinel instance.
- RedisSentinelInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisSentinelInstance
-
- RedisSentinelInstance(List<String>) - Constructor for class com.lambdaworks.redis.models.role.RedisSentinelInstance
-
- RedisSentinelReactiveCommands<K,V> - Interface in com.lambdaworks.redis.sentinel.api.rx
-
Observable commands for Redis Sentinel.
- RedisSentinelReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis.sentinel
-
A reactive and thread-safe API for a Redis Sentinel connection.
- RedisSentinelReactiveCommandsImpl(StatefulConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- RedisServerAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Server Control.
- RedisServerAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisServerCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Server Control.
- RedisServerConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisServerReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Server Control.
- RedisSetAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Sets.
- RedisSetCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Sets.
- RedisSetReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Sets.
- RedisSetsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisSetsConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisSlaveInstance - Class in com.lambdaworks.redis.models.role
-
Redis slave instance.
- RedisSlaveInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- RedisSlaveInstance.State - Enum in com.lambdaworks.redis.models.role
-
State of the slave.
- RedisSortedSetAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Sorted Sets.
- RedisSortedSetCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Sorted Sets.
- RedisSortedSetReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Sorted Sets.
- RedisSortedSetsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisSortedSetsConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisStateMachine<K,V> - Class in com.lambdaworks.redis.protocol
-
- RedisStateMachine() - Constructor for class com.lambdaworks.redis.protocol.RedisStateMachine
-
Initialize a new instance.
- RedisStringAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Strings.
- RedisStringCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Strings.
- RedisStringReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Strings.
- RedisStringsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisStringsConnection<K,V> - Interface in com.lambdaworks.redis
-
- RedisTransactionalAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
-
Asynchronous executed commands for Transactions.
- RedisTransactionalCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
-
Synchronous executed commands for Transactions.
- RedisTransactionalReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
-
Observable commands for Transactions.
- RedisURI - Class in com.lambdaworks.redis
-
Redis URI.
- RedisURI() - Constructor for class com.lambdaworks.redis.RedisURI
-
Default empty constructor.
- RedisURI(String, int, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisURI
-
Constructor with host/port and timeout.
- RedisURI.Builder - Class in com.lambdaworks.redis
-
Builder for Redis URI.
- refreshClusterView(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- refreshPeriod(long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- refreshPeriod(long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
-
Set the refresh period.
- refreshTriggersReconnectAttempts(int) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
-
- registerCloseables(Collection<Closeable>, Closeable...) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
Register Closeable resources.
- release(EventExecutorGroup, long, long, TimeUnit) - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
-
- release(EventExecutorGroup, long, long, TimeUnit) - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
-
Release a eventLoopGroup
instance.
- reload(List<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
Update partitions and rebuild slot cache.
- reloadPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Reload partitions and re-initialize the distribution table.
- remoteAddress() - Method in interface com.lambdaworks.redis.ConnectionId
-
Returns the remote address.
- remoteAddress() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
-
Returns the remote address.
- remove(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- remove(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Deprecated.
remove the specified master.
- remove(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
remove the specified master.
- remove(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
remove the specified master.
- remove(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
remove the specified master.
- remove(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- remove(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- removeAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
Remove all
nodes
from the
Partitions
using elements from the given collection and update
the read-view/caches.
- removeListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Removes a listener.
- removeListener(RedisClusterPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
-
- removeListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.ConnectionEvents
-
- removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
-
- removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
-
- removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
-
- removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
Remove an existing listener.
- removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
-
Deprecated.
Remove an existing listener.
- removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
Remove an existing listener.
- removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
-
- removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
Remove an existing listener.
- rename(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- rename(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- rename(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Rename a key.
- rename(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Rename a key.
- rename(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Rename a key.
- rename(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Rename a key.
- rename(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Rename a key.
- rename(K, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Rename a key.
- rename(K, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Rename a key.
- renamenx(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- renamenx(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- renamenx(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Rename a key, only if the new key does not exist.
- renamenx(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Rename a key, only if the new key does not exist.
- renamenx(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Rename a key, only if the new key does not exist.
- renamenx(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Rename a key, only if the new key does not exist.
- renamenx(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Rename a key, only if the new key does not exist.
- renamenx(K, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Rename a key, only if the new key does not exist.
- renamenx(K, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Rename a key, only if the new key does not exist.
- replace() - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
-
- replace() - Method in class com.lambdaworks.redis.MigrateArgs
-
- replay(CommandOutput<?, ?, ?>) - Method in class com.lambdaworks.redis.output.ReplayOutput.BulkString
-
- replay(CommandOutput<?, ?, ?>) - Method in class com.lambdaworks.redis.output.ReplayOutput.ErrorBytes
-
- replay(CommandOutput<?, ?, ?>) - Method in class com.lambdaworks.redis.output.ReplayOutput
-
- replay(CommandOutput<?, ?, ?>) - Method in class com.lambdaworks.redis.output.ReplayOutput.Signal
-
- ReplayOutput<K,V> - Class in com.lambdaworks.redis.output
-
- ReplayOutput() - Constructor for class com.lambdaworks.redis.output.ReplayOutput
-
Initialize a new instance that encodes and decodes keys and values using the supplied codec.
- ReplayOutput.BulkString - Class in com.lambdaworks.redis.output
-
- ReplayOutput.ErrorBytes - Class in com.lambdaworks.redis.output
-
- ReplayOutput.Signal - Class in com.lambdaworks.redis.output
-
Encapsulates a replayable decoding signal.
- ReplicationPartner - Class in com.lambdaworks.redis.models.role
-
Replication partner providing the host and the replication offset.
- ReplicationPartner() - Constructor for class com.lambdaworks.redis.models.role.ReplicationPartner
-
- ReplicationPartner(HostAndPort, long) - Constructor for class com.lambdaworks.redis.models.role.ReplicationPartner
-
Constructs a replication partner.
- requestQueueSize(int) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Set the per-connection request queue size.
- requestQueueSize(int) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- reset() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- reset() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- reset() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Reset the command state.
- reset() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Reset the command state.
- reset() - Method in interface com.lambdaworks.redis.api.StatefulConnection
-
Reset the command state.
- reset() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Reset the command state.
- reset() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- reset() - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
Reset the writer state.
- reset() - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
Reset the state machine.
- reset() - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- reset() - Method in interface com.lambdaworks.redis.RedisChannelWriter
-
Reset the writer state.
- reset(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Deprecated.
This command will reset all the masters with matching name.
- reset() - Method in interface com.lambdaworks.redis.resource.Delay.StatefulDelay
-
Reset this delay state.
- reset(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
This command will reset all the masters with matching name.
- reset(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
This command will reset all the masters with matching name.
- reset(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
This command will reset all the masters with matching name.
- reset(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- reset(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- resetLatenciesAfterEvent() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
-
Returns whether the latencies should be reset once an event is emitted.
- resetLatenciesAfterEvent(boolean) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
-
Sets whether the recorded latencies should be reset once the metrics event was emitted.
- resetLatenciesAfterEvent() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
-
- resolve(String) - Method in class com.lambdaworks.redis.resource.DirContextDnsResolver
-
Perform hostname to address resolution.
- resolve(String) - Method in interface com.lambdaworks.redis.resource.DnsResolver
-
Returns the IP address for the specified host name.
- resolve(RedisURI, DnsResolver) - Static method in class com.lambdaworks.redis.resource.SocketAddressResolver
-
- restore(K, long, byte[]) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- restore(K, long, byte[]) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Create a key using the provided serialized value, previously obtained using DUMP.
- restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Create a key using the provided serialized value, previously obtained using DUMP.
- resubscribe() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
Re-subscribe to all previously subscribed channels and patterns.
- retainAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
Retains only the elements in this
Partitions
that are contained in the specified collection (optional
operation)and update the read-view/caches.
- retrieveMetrics() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
-
- retrieveMetrics() - Method in interface com.lambdaworks.redis.metrics.MetricCollector
-
Returns the collected/aggregated metrics.
- role() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- role() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- role() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
-
Return the role of the instance in the context of replication.
- role() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
-
Return the role of the instance in the context of replication.
- role() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
-
Return the role of the instance in the context of replication.
- role() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Return the role of the instance in the context of replication.
- role() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Deprecated.
Return the role of the instance in the context of replication.
- role() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
-
Return the role of the instance in the context of replication.
- role() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
-
Return the role of the instance in the context of replication.
- ROLE_MAPPING - Static variable in class com.lambdaworks.redis.models.role.RoleParser
-
- ROLE_PATTERN - Static variable in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
-
- RoleParser - Class in com.lambdaworks.redis.models.role
-
Parser for redis
ROLE command output.
- rpop(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- rpop(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- rpop(K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
Remove and get the last element in a list.
- rpop(K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
Remove and get the last element in a list.
- rpop(K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
Remove and get the last element in a list.
- rpop(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
Remove and get the last element in a list.
- rpop(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
Remove and get the last element in a list.
- rpop(K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
Deprecated.
Remove and get the last element in a list.
- rpop(K) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
Deprecated.
Remove and get the last element in a list.
- rpoplpush(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- rpoplpush(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- rpoplpush(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
Remove the last element in a list, append it to another list and return it.
- rpoplpush(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
Remove the last element in a list, append it to another list and return it.
- rpoplpush(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
Remove the last element in a list, append it to another list and return it.
- rpoplpush(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
Remove the last element in a list, append it to another list and return it.
- rpoplpush(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
Remove the last element in a list, append it to another list and return it.
- rpoplpush(K, K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
Deprecated.
Remove the last element in a list, append it to another list and return it.
- rpoplpush(K, K) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
Deprecated.
Remove the last element in a list, append it to another list and return it.
- rpush(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- rpush(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- rpush(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
Append one or multiple values to a list.
- rpush(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
Append one or multiple values to a list.
- rpush(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
Append one or multiple values to a list.
- rpush(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
Append one or multiple values to a list.
- rpush(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
Append one or multiple values to a list.
- rpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
Deprecated.
Append one or multiple values to a list.
- rpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
Deprecated.
Append one or multiple values to a list.
- rpushx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- rpushx(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- rpushx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- rpushx(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- rpushx(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
- rpushx(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
-
Append values to a list, only if the list exists.
- rpushx(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
- rpushx(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
-
Append values to a list, only if the list exists.
- rpushx(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
- rpushx(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
-
Append values to a list, only if the list exists.
- rpushx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
- rpushx(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
-
Append values to a list, only if the list exists.
- rpushx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
- rpushx(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
-
Append values to a list, only if the list exists.
- rpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
- rpushx(K, V...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
-
Deprecated.
Append values to a list, only if the list exists.
- rpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
- rpushx(K, V...) - Method in interface com.lambdaworks.redis.RedisListsConnection
-
Deprecated.
Append values to a list, only if the list exists.
- rsm - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- run(Timeout) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
Reconnect to the remote address that the closed channel was connected to.
- run(T) - Method in class com.lambdaworks.redis.support.WithConnection
-
Deprecated.
Execution method.
- runAfterBoth(CompletionStage<?>, Runnable) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- runAfterBothAsync(CompletionStage<?>, Runnable) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- runAfterEither(CompletionStage<?>, Runnable) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in interface com.lambdaworks.redis.ConnectionFuture
-
- RxJavaEventExecutorGroupScheduler - Class in com.lambdaworks.redis.resource
-
- RxJavaEventExecutorGroupScheduler(EventExecutorGroup) - Constructor for class com.lambdaworks.redis.resource.RxJavaEventExecutorGroupScheduler
-
- sadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sadd(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Add one or more members to a set.
- sadd(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Add one or more members to a set.
- sadd(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Add one or more members to a set.
- sadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Add one or more members to a set.
- sadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Add one or more members to a set.
- sadd(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Add one or more members to a set.
- sadd(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Add one or more members to a set.
- safeMulti(CommandOutput<K, V, ?>, int, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- safeSet(CommandOutput<K, V, ?>, long, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- safeSet(CommandOutput<K, V, ?>, ByteBuffer, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- safeSetError(CommandOutput<K, V, ?>, ByteBuffer, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- save() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- save() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- save() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Synchronously save the dataset to disk.
- save() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Synchronously save the dataset to disk.
- save() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Synchronously save the dataset to disk.
- save() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Synchronously save the dataset to disk.
- save() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Synchronously save the dataset to disk.
- save() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Synchronously save the dataset to disk.
- save() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Synchronously save the dataset to disk.
- scan() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan(ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan(ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan(ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan(KeyStreamingChannel<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scan() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan(ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan(ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan(ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan(KeyStreamingChannel<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scan() - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan() - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Incrementally iterate the keys space.
- scan() - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Incrementally iterate the keys space.
- scan() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Incrementally iterate the keys space.
- scan() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Incrementally iterate the keys space.
- scan() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Incrementally iterate the keys space over the whole Cluster.
- scan() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan(ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan(ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan(ScanCursor) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan(KeyStreamingChannel<K>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scan() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan(ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan(ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan(ScanCursor) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan(KeyStreamingChannel<K>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scan() - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan() - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Incrementally iterate the keys space.
- scan(RedisKeyCommands<K, V>) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over keys in the keyspace.
- scan(RedisKeyCommands<K, V>, ScanArgs) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over keys in the keyspace.
- ScanArgs - Class in com.lambdaworks.redis
-
Argument list builder for the redis scan commans (scan, hscan, sscan, zscan) .
- ScanArgs() - Constructor for class com.lambdaworks.redis.ScanArgs
-
- ScanArgs.Builder - Class in com.lambdaworks.redis
-
Static builder methods.
- ScanCursor - Class in com.lambdaworks.redis
-
Generic Cursor data structure.
- ScanCursor() - Constructor for class com.lambdaworks.redis.ScanCursor
-
- ScanCursor(String, boolean) - Constructor for class com.lambdaworks.redis.ScanCursor
-
- ScanIterator<T> - Class in com.lambdaworks.redis
-
Scan command support exposed through
Iterator
.
- ScanOutput<K,V,T extends ScanCursor> - Class in com.lambdaworks.redis.output
-
Cursor handling output.
- ScanOutput(RedisCodec<K, V>, T) - Constructor for class com.lambdaworks.redis.output.ScanOutput
-
- scard(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scard(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scard(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Get the number of members in a set.
- scard(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Get the number of members in a set.
- scard(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Get the number of members in a set.
- scard(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Get the number of members in a set.
- scard(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Get the number of members in a set.
- scard(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Get the number of members in a set.
- scard(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Get the number of members in a set.
- scheduleReconnect() - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
Schedule reconnect if channel is not available/not active.
- score - Variable in class com.lambdaworks.redis.ScoredValue
-
- ScoredValue<V> - Class in com.lambdaworks.redis
-
A value and its associated score from a ZSET.
- ScoredValue(double, V) - Constructor for class com.lambdaworks.redis.ScoredValue
-
- ScoredValueListOutput<K,V> - Class in com.lambdaworks.redis.output
-
List
of values and their associated scores.
- ScoredValueListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueListOutput
-
- ScoredValueScanCursor<V> - Class in com.lambdaworks.redis
-
- ScoredValueScanCursor() - Constructor for class com.lambdaworks.redis.ScoredValueScanCursor
-
- ScoredValueScanOutput<K,V> - Class in com.lambdaworks.redis.output
-
- ScoredValueScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueScanOutput
-
- ScoredValueScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
-
Streaming-Output of of values and their associated scores.
- ScoredValueScanStreamingOutput(RedisCodec<K, V>, ScoredValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueScanStreamingOutput
-
- ScoredValueStreamingChannel<V> - Interface in com.lambdaworks.redis.output
-
Streaming API for multiple Keys.
- ScoredValueStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
-
Streaming-Output of of values and their associated scores.
- ScoredValueStreamingOutput(RedisCodec<K, V>, ScoredValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueStreamingOutput
-
- scriptExists(String...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scriptExists(String...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scriptExists(String...) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
-
Check existence of scripts in the script cache.
- scriptExists(String...) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
-
Check existence of scripts in the script cache.
- scriptExists(String...) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
-
Check existence of scripts in the script cache.
- scriptExists(String...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
-
Check existence of scripts in the script cache.
- scriptExists(String...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
-
Check existence of scripts in the script cache.
- scriptExists(String...) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
-
Deprecated.
Check existence of scripts in the script cache.
- scriptExists(String...) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
-
Deprecated.
Check existence of scripts in the script cache.
- scriptFlush() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scriptFlush() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scriptFlush() - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
-
Remove all the scripts from the script cache.
- scriptFlush() - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
-
Remove all the scripts from the script cache.
- scriptFlush() - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
-
Remove all the scripts from the script cache.
- scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
-
Remove all the scripts from the script cache.
- scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Remove all the scripts from the script cache on all cluster nodes.
- scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Remove all the scripts from the script cache on all cluster nodes.
- scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
-
Remove all the scripts from the script cache.
- scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Remove all the scripts from the script cache on all cluster nodes.
- scriptFlush() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scriptFlush() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scriptFlush() - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
-
Deprecated.
Remove all the scripts from the script cache.
- scriptFlush() - Method in interface com.lambdaworks.redis.RedisScriptingConnection
-
Deprecated.
Remove all the scripts from the script cache.
- scriptKill() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scriptKill() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scriptKill() - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
-
Kill the script currently in execution.
- scriptKill() - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
-
Kill the script currently in execution.
- scriptKill() - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
-
Kill the script currently in execution.
- scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
-
Kill the script currently in execution.
- scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Kill the script currently in execution on all cluster nodes.
- scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Kill the script currently in execution on all cluster nodes.
- scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
-
Kill the script currently in execution.
- scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Kill the script currently in execution on all cluster nodes.
- scriptKill() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- scriptKill() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- scriptKill() - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
-
Deprecated.
Kill the script currently in execution.
- scriptKill() - Method in interface com.lambdaworks.redis.RedisScriptingConnection
-
Deprecated.
Kill the script currently in execution.
- scriptLoad(V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- scriptLoad(V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- scriptLoad(V) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
-
Load the specified Lua script into the script cache.
- scriptLoad(V) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
-
Load the specified Lua script into the script cache.
- scriptLoad(V) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
-
Load the specified Lua script into the script cache.
- scriptLoad(V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
-
Load the specified Lua script into the script cache.
- scriptLoad(V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
-
Load the specified Lua script into the script cache.
- scriptLoad(V) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
-
Deprecated.
Load the specified Lua script into the script cache.
- scriptLoad(V) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
-
Deprecated.
Load the specified Lua script into the script cache.
- ScriptOutputType - Enum in com.lambdaworks.redis
-
- sdiff(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sdiff(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sdiff(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sdiff(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sdiff(K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Subtract multiple sets.
- sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Subtract multiple sets.
- sdiff(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Subtract multiple sets.
- sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Subtract multiple sets.
- sdiff(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Subtract multiple sets.
- sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Subtract multiple sets.
- sdiff(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Subtract multiple sets.
- sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Subtract multiple sets.
- sdiff(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Subtract multiple sets.
- sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Subtract multiple sets.
- sdiff(K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Subtract multiple sets.
- sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Subtract multiple sets.
- sdiff(K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Subtract multiple sets.
- sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Subtract multiple sets.
- sdiffstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sdiffstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Subtract multiple sets and store the resulting set in a key.
- sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Subtract multiple sets and store the resulting set in a key.
- select(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- select(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- select(int) - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
-
Change the selected database for the current connection.
- select(int) - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
-
Change the selected database for the current connection.
- select(int) - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
-
Change the selected database for the current Commands.
- select(ReadFrom.Nodes) - Method in class com.lambdaworks.redis.ReadFrom
-
Chooses the nodes from the matching Redis nodes that match this read selector.
- select(int) - Method in interface com.lambdaworks.redis.RedisAsyncConnection
-
Deprecated.
Change the selected database for the current connection.
- select(int) - Method in interface com.lambdaworks.redis.RedisConnection
-
Deprecated.
Change the selected database for the current connection.
- selectAsync(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sentinel(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Sentinel host.
- sentinel(String, int) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Sentinel host and port.
- sentinel(String, String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Sentinel host and master id.
- sentinel(String, int, String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Sentinel host, port and master id.
- SentinelTopologyProvider - Class in com.lambdaworks.redis.masterslave
-
Topology provider using Redis Sentinel and the Sentinel API.
- SentinelTopologyProvider(String, RedisClient, RedisURI) - Constructor for class com.lambdaworks.redis.masterslave.SentinelTopologyProvider
-
- set(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- set(K, V, SetArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- set(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- set(K, V, SetArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- set(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Set the string value of a key.
- set(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Set the string value of a key.
- set(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Set the string value of a key.
- set(BitFieldArgs.BitFieldType, int, long) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
-
Create a new SET
subcommand.
- set(BitFieldArgs.BitFieldType, BitFieldArgs.Offset, long) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
-
Create a new SET
subcommand.
- set(long) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new SET
subcommand using offset 0
and the field type of the previous command.
- set(BitFieldArgs.BitFieldType, long) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new SET
subcommand using offset 0
.
- set(int, long) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new SET
subcommand using the field type of the previous command.
- set(BitFieldArgs.BitFieldType, int, long) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new SET
subcommand.
- set(BitFieldArgs.BitFieldType, BitFieldArgs.Offset, long) - Method in class com.lambdaworks.redis.BitFieldArgs
-
Adds a new SET
subcommand.
- set(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Set the string value of a key.
- set(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Set the string value of a key.
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ArrayOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.ArrayOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.BooleanListOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.BooleanOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.BooleanOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ByteArrayOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.CommandOutput
-
Set the command output to a sequence of bytes, or null.
- set(long) - Method in class com.lambdaworks.redis.output.CommandOutput
-
Set the command output to a 64-bit signed integer.
- set(long) - Method in class com.lambdaworks.redis.output.DateOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.DoubleOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.IntegerOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.IntegerOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MapOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.MapOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.MultiOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MultiOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ReplayOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.ReplayOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScanOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.SocketAddressOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StatusOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StringListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueSetOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- set(long) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- set(K, String, V) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Deprecated.
Multiple option / value pairs can be specified (or none at all).
- set(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Set the string value of a key.
- set(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Set the string value of a key.
- set(K, String, V) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Multiple option / value pairs can be specified (or none at all).
- set(K, String, V) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Multiple option / value pairs can be specified (or none at all).
- set(K, String, V) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Multiple option / value pairs can be specified (or none at all).
- set(K, String, V) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- set(K, String, V) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- SetArgs - Class in com.lambdaworks.redis
-
Argument list builder for the new redis
SET command starting from Redis 2.6.12.
- SetArgs() - Constructor for class com.lambdaworks.redis.SetArgs
-
- SetArgs.Builder - Class in com.lambdaworks.redis
-
- setArity(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.api.StatefulConnection
-
Disable or enable auto-flush behavior.
- setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Deprecated.
Disable or enable auto-flush behavior.
- setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.RedisChannelWriter
-
Disable or enable auto-flush behavior.
- setbit(K, long, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- setbit(K, long, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Sets or clears the bit at offset in the string value stored at key.
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Sets or clears the bit at offset in the string value stored at key.
- setClientName(String) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the client name to be applied on Redis connections.
- setClientName(String) - Method in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
-
- setClientName(String) - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
-
- setClientResources(ClientResources) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
Set shared client resources to reuse across different client instances.
- setComputationThreadPoolSize(int) - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
-
Sets the thread pool size (number of threads to use) for computation operations (default value is the number of CPUs).
- setConfigEpoch(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
Sets the configEpoch
.
- setConnected(boolean) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
Sets the connected
flag.
- setCount(long) - Method in class com.lambdaworks.redis.StreamScanCursor
-
- setCursor(String) - Method in class com.lambdaworks.redis.ScanCursor
-
Set the cursor
- setDatabase(int) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the Redis database number.
- setDefaultTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Set the default timeout for
connections
created by this client.
- setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.CommandOutput
-
Set command output to an error message from the server.
- setError(String) - Method in class com.lambdaworks.redis.output.CommandOutput
-
Set command output to an error message from the client.
- setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.MultiOutput
-
- setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.ReplayOutput
-
- setError(String) - Method in class com.lambdaworks.redis.output.ReplayOutput
-
- setex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- setex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- setex(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Set the value and expiration of a key.
- setex(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Set the value and expiration of a key.
- setex(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Set the value and expiration of a key.
- setex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Set the value and expiration of a key.
- setex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Set the value and expiration of a key.
- setex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Set the value and expiration of a key.
- setex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Set the value and expiration of a key.
- setFinished(boolean) - Method in class com.lambdaworks.redis.ScanCursor
-
- setFirstKeyPosition(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- setFlags(Set<RedisClusterNode.NodeFlag>) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- setFlags(Set<CommandDetail.Flag>) - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- setFrom(int) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setHost(HostAndPort) - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
-
- setHost(String) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the Redis host.
- setIoThreadPoolSize(int) - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
-
Sets the thread pool size (number of threads to use) for I/O operations (default value is the number of CPUs).
- setKeyStepCount(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- setKnownNodes(Collection<RedisNodeDescription>) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- setLastKeyPosition(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- setListenOnChannelInactive(boolean) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- setMaster(HostAndPort) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setMaster(ReplicationPartner) - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- setMasterNode(RedisClusterNode) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setMonitoredMasters(List<String>) - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
-
- setName(String) - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- setNodeId(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
Sets nodeId
.
- setNodeMessagePropagation(boolean) - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
-
- setnx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- setnx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- setnx(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Set the value of a key, only if the key does not exist.
- setnx(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Set the value of a key, only if the key does not exist.
- setnx(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Set the value of a key, only if the key does not exist.
- setnx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Set the value of a key, only if the key does not exist.
- setnx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Set the value of a key, only if the key does not exist.
- setnx(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Set the value of a key, only if the key does not exist.
- setnx(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Set the value of a key, only if the key does not exist.
- setOptions(ClientOptions) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- setOptions(ClusterClientOptions) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- setOptions(ClientOptions) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- setOptions(ClientOptions) - Method in class com.lambdaworks.redis.RedisClient
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyScanStreamingOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueScanStreamingOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.MapScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueScanStreamingOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueScanStreamingOutput
-
- setOutput(CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
-
- setOutput(CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.Command
-
- setOutput(CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.CommandWrapper
-
- setOutput(CommandOutput<K, V, T>) - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
Set a new output.
- setPartitions(Partitions) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Sets the new cluster topology.
- setPartitions(Partitions) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- setPassword(String) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the password.
- setPassword(char[]) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the password.
- setPassword(String) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
Sets the password to use for a Redis connection.
- setPingSentTimestamp(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
Sets the last pingSentTimestamp
.
- setPongReceivedTimestamp(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
Sets the last pongReceivedTimestamp
.
- setPort(int) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the Redis port.
- setrange(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- setrange(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- setrange(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Overwrite part of a string at key starting at the specified offset.
- setrange(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Overwrite part of a string at key starting at the specified offset.
- setrange(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Overwrite part of a string at key starting at the specified offset.
- setrange(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Overwrite part of a string at key starting at the specified offset.
- setrange(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Overwrite part of a string at key starting at the specified offset.
- setrange(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Overwrite part of a string at key starting at the specified offset.
- setrange(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Overwrite part of a string at key starting at the specified offset.
- setReadFrom(ReadFrom) - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
-
Set from which nodes data is read.
- setReadFrom(ReadFrom) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- setReadFrom(ReadFrom) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
-
- setReadFrom(ReadFrom) - Method in interface com.lambdaworks.redis.masterslave.StatefulRedisMasterSlaveConnection
-
Set from which nodes data is read.
- setReconnectSuspended(boolean) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- setRedisChannelHandler(RedisChannelHandler<K, V>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- setRedisChannelHandler(RedisChannelHandler<K, V>) - Method in interface com.lambdaworks.redis.RedisChannelWriter
-
Set the corresponding connection instance in order to notify it about channel active/inactive state.
- setRedisURI(RedisURI) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
Set the RedisURI for connecting Redis.
- setReplicationOffset(long) - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- setReplicationOffset(long) - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
-
- setSentinelMasterId(String) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the Sentinel Master Id.
- setSlaveNodes(List<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setSlaveOf(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
Sets the replication source.
- setSlaves(List<HostAndPort>) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setSlaves(List<ReplicationPartner>) - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- setSlots(List<Integer>) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- setSocket(String) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the Unix Domain Socket path.
- setSsl(boolean) - Method in class com.lambdaworks.redis.RedisURI
-
Sets whether to use SSL model.
- setStartTls(boolean) - Method in class com.lambdaworks.redis.RedisURI
-
Returns whether StartTLS is enabled.
- setState(RedisSlaveInstance.State) - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- setState(CommandHandler.LifecycleState) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- setSubscriber(StreamingOutput.Subscriber<Boolean>) - Method in class com.lambdaworks.redis.output.BooleanListOutput
-
- setSubscriber(StreamingOutput.Subscriber<GeoCoordinates>) - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
-
- setSubscriber(StreamingOutput.Subscriber<GeoWithin<V>>) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
-
- setSubscriber(StreamingOutput.Subscriber<K>) - Method in class com.lambdaworks.redis.output.KeyListOutput
-
- setSubscriber(StreamingOutput.Subscriber<ScoredValue<V>>) - Method in class com.lambdaworks.redis.output.ScoredValueListOutput
-
- setSubscriber(StreamingOutput.Subscriber<T>) - Method in interface com.lambdaworks.redis.output.StreamingOutput
-
- setSubscriber(StreamingOutput.Subscriber<String>) - Method in class com.lambdaworks.redis.output.StringListOutput
-
- setSubscriber(StreamingOutput.Subscriber<V>) - Method in class com.lambdaworks.redis.output.ValueListOutput
-
- setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
-
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
-
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.StatefulConnection
-
Set the default command timeout for this connection.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
-
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
-
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
-
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
-
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisAsyncConnection
-
Deprecated.
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
Set the command timeout for this connection.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Deprecated.
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Deprecated.
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisConnection
-
Deprecated.
Set the default timeout for operations.
- setTimeout(long) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the command timeout for synchronous command execution.
- setTo(int) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setUnit(TimeUnit) - Method in class com.lambdaworks.redis.RedisURI
-
Sets the
TimeUnit
for the command timeout.
- setUri(RedisURI) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
Sets thhe connection point details.
- setUri(URI) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
Set the URI for connecting Redis.
- setVerifyPeer(boolean) - Method in class com.lambdaworks.redis.RedisURI
-
Sets whether to verify peers when using
SSL
.
- setVerifyPeer(boolean) - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
-
- shutdown() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
Deprecated.
- shutdown(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- shutdown() - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Shutdown this client and close all open connections.
- shutdown(long, long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Shutdown this client and close all open connections.
- shutdown(boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- shutdown(boolean) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Synchronously save the dataset to disk and then shut down the server.
- shutdown(boolean) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Synchronously save the dataset to disk and then shut down the server.
- shutdown(boolean) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Synchronously save the dataset to disk and then shut down the server.
- shutdown(boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Synchronously save the dataset to disk and then shut down all nodes of the cluster.
- shutdown(boolean) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
-
Synchronously save the dataset to disk and then shut down all nodes of the cluster.
- shutdown(boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Synchronously save the dataset to disk and then shut down all nodes of the cluster.
- shutdown(boolean) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
-
- shutdown(boolean) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
-
- shutdown(long, long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Shutdown this client and close all open connections.
- shutdown() - Method in class com.lambdaworks.redis.event.metrics.DefaultCommandLatencyEventPublisher
-
- shutdown() - Method in interface com.lambdaworks.redis.event.metrics.MetricEventPublisher
-
Shut down the event publisher.
- shutdown() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
-
- shutdown() - Method in interface com.lambdaworks.redis.metrics.MetricCollector
-
Shut down the metrics collector.
- shutdown(boolean) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Synchronously save the dataset to disk and then shut down the server.
- shutdown(boolean) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Synchronously save the dataset to disk and then shut down the server.
- shutdown() - Method in interface com.lambdaworks.redis.resource.ClientResources
-
- shutdown(long, long, TimeUnit) - Method in interface com.lambdaworks.redis.resource.ClientResources
-
- shutdown() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- shutdown(long, long, TimeUnit) - Method in class com.lambdaworks.redis.resource.DefaultClientResources
-
- shutdown(long, long, TimeUnit) - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
-
- shutdown(long, long, TimeUnit) - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
-
Shutdown the provider and release all instances.
- shutdownAsync() - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Shutdown this client and close all open connections asynchronously.
- shutdownAsync(long, long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Shutdown this client and close all open connections asynchronously.
- Signal() - Constructor for class com.lambdaworks.redis.output.ReplayOutput.Signal
-
- signed(int) - Static method in class com.lambdaworks.redis.BitFieldArgs
-
- sinter(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sinter(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sinter(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sinter(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sinter(K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Intersect multiple sets.
- sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Intersect multiple sets.
- sinter(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Intersect multiple sets.
- sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Intersect multiple sets.
- sinter(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Intersect multiple sets.
- sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Intersect multiple sets.
- sinter(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Intersect multiple sets.
- sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Intersect multiple sets.
- sinter(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Intersect multiple sets.
- sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Intersect multiple sets.
- sinter(K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Intersect multiple sets.
- sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Intersect multiple sets.
- sinter(K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Intersect multiple sets.
- sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Intersect multiple sets.
- sinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Intersect multiple sets and store the resulting set in a key.
- sinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Intersect multiple sets and store the resulting set in a key.
- sinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Intersect multiple sets and store the resulting set in a key.
- sismember(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sismember(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sismember(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Determine if a given value is a member of a set.
- sismember(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Determine if a given value is a member of a set.
- sismember(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Determine if a given value is a member of a set.
- sismember(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Determine if a given value is a member of a set.
- sismember(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Determine if a given value is a member of a set.
- sismember(K, V) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Determine if a given value is a member of a set.
- sismember(K, V) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Determine if a given value is a member of a set.
- size() - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
-
- size() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- skipme() - Static method in class com.lambdaworks.redis.KillArgs.Builder
-
- skipme() - Method in class com.lambdaworks.redis.KillArgs
-
- skipme(boolean) - Method in class com.lambdaworks.redis.KillArgs
-
- SLAVE - Static variable in class com.lambdaworks.redis.ReadFrom
-
Setting to read from the slave only.
- SLAVE_PATTERN - Static variable in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
-
- SLAVE_PREFERRED - Static variable in class com.lambdaworks.redis.ReadFrom
-
Setting to read preferred from slaves and fall back to master if no slave is not available.
- SLAVE_STATE_MAPPING - Static variable in class com.lambdaworks.redis.models.role.RoleParser
-
- slaveof(String, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- slaveof(String, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- slaveof(String, int) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Make the server a slave of another instance, or promote it as master.
- slaveof(String, int) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Make the server a slave of another instance, or promote it as master.
- slaveof(String, int) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Make the server a slave of another instance, or promote it as master.
- slaveof(String, int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Make the server a slave of another instance, or promote it as master.
- slaveof(String, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Make the server a slave of another instance, or promote it as master.
- slaveof(String, int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Make the server a slave of another instance.
- slaveof(String, int) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Make the server a slave of another instance, or promote it as master.
- slaveofNoOne() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- slaveofNoOne() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- slaveofNoOne() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Promote server as master.
- slaveofNoOne() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Promote server as master.
- slaveofNoOne() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Promote server as master.
- slaveofNoOne() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Promote server as master.
- slaveofNoOne() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Promote server as master.
- slaveofNoOne() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Promote server as master.
- slaveofNoOne() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Promote server as master.
- slaves() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Select all slaves.
- slaves(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
-
Select all slaves.
- slaves() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Select all slaves.
- slaves(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
-
Select all slaves.
- slaves() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.async.RedisClusterPubSubAsyncCommands
-
Select all slaves.
- slaves(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.async.RedisClusterPubSubAsyncCommands
-
Select all slaves.
- slaves() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.RedisClusterPubSubReactiveCommands
-
Select all slaves.
- slaves(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.RedisClusterPubSubReactiveCommands
-
Select all slaves.
- slaves() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.RedisClusterPubSubCommands
-
Select all slaves.
- slaves(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.RedisClusterPubSubCommands
-
Select all slaves.
- slaves(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Deprecated.
Provides a list of slaves for the master with the specified name.
- slaves(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
-
Provides a list of slaves for the master with the specified name.
- slaves(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
-
Provides a list of slaves for the master with the specified name.
- slaves(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
-
Provides a list of slaves for the master with the specified name.
- slaves(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
-
- slaves(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
-
- SLOT_COUNT - Static variable in class com.lambdaworks.redis.cluster.SlotHash
-
Number of redis cluster slot hashes.
- SlotHash - Class in com.lambdaworks.redis.cluster
-
Utility to calculate the slot from a key.
- slowlogGet() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- slowlogGet(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- slowlogGet() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- slowlogGet(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- slowlogGet() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Read the slow log.
- slowlogGet() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Read the slow log.
- slowlogGet() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Read the slow log.
- slowlogGet() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Read the slow log.
- slowlogGet() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Read the slow log.
- slowlogGet() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Read the slow log.
- slowlogGet() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Read the slow log.
- slowlogLen() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- slowlogLen() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- slowlogLen() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Obtaining the current length of the slow log.
- slowlogLen() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Obtaining the current length of the slow log.
- slowlogLen() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Obtaining the current length of the slow log.
- slowlogLen() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Obtaining the current length of the slow log.
- slowlogLen() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Obtaining the current length of the slow log.
- slowlogLen() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Obtaining the current length of the slow log.
- slowlogLen() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Obtaining the current length of the slow log.
- slowlogReset() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- slowlogReset() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- slowlogReset() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Resetting the slow log.
- slowlogReset() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Resetting the slow log.
- slowlogReset() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Resetting the slow log.
- slowlogReset() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Resetting the slow log.
- slowlogReset() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Resetting the slow log.
- slowlogReset() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
Resetting the slow log.
- slowlogReset() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
Resetting the slow log.
- smembers(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- smembers(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- smembers(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- smembers(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- smembers(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Get all the members in a set.
- smembers(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Get all the members in a set.
- smembers(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Get all the members in a set.
- smembers(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Get all the members in a set.
- smembers(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Get all the members in a set.
- smembers(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Get all the members in a set.
- smembers(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Get all the members in a set.
- smove(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- smove(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- smove(K, K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Move a member from one set to another.
- smove(K, K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Move a member from one set to another.
- smove(K, K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Move a member from one set to another.
- smove(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Move a member from one set to another.
- smove(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Move a member from one set to another.
- smove(K, K, V) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Move a member from one set to another.
- smove(K, K, V) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Move a member from one set to another.
- socket(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Redis socket.
- socketAddress() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- SocketAddressOutput<K,V> - Class in com.lambdaworks.redis.output
-
Output capturing a hostname and port (both string elements) into a
SocketAddress
.
- SocketAddressOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.SocketAddressOutput
-
- SocketAddressResolver - Class in com.lambdaworks.redis.resource
-
- SocketAddressResolver() - Constructor for class com.lambdaworks.redis.resource.SocketAddressResolver
-
- socketAddressSupplier(Supplier<SocketAddress>) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- socketChannelClass() - Method in interface com.lambdaworks.redis.EpollProvider.EpollResources
-
- socketChannelClass() - Method in interface com.lambdaworks.redis.KqueueProvider.KqueueResources
-
- socketOptions(SocketOptions) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Sets the low-level
SocketOptions
for the connections kept to Redis servers.
- socketOptions(SocketOptions) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- SocketOptions - Class in com.lambdaworks.redis
-
Options to configure low-level socket options for the connections kept to Redis servers.
- SocketOptions(SocketOptions.Builder) - Constructor for class com.lambdaworks.redis.SocketOptions
-
- SocketOptions(SocketOptions) - Constructor for class com.lambdaworks.redis.SocketOptions
-
- SocketOptions.Builder - Class in com.lambdaworks.redis
-
- sort(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sort(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sort(K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sort(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sort(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sort(K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sort(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Sort the elements in a list, set or sorted set.
- sort(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sort(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Sort the elements in a list, set or sorted set.
- sort(GeoArgs.Sort) - Method in class com.lambdaworks.redis.GeoArgs
-
Sort results.
- sort(GeoArgs.Sort) - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
-
Sort results.
- sort(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sort(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- SortArgs - Class in com.lambdaworks.redis
-
Argument list builder for the redis
SORT command.
- SortArgs() - Constructor for class com.lambdaworks.redis.SortArgs
-
- SortArgs.Builder - Class in com.lambdaworks.redis
-
Static builder methods.
- sortByClientCount(Iterable<RedisClusterNode>) - Static method in class com.lambdaworks.redis.cluster.topology.TopologyComparators
-
Sort partitions by client count.
- sortByLatency(Iterable<RedisClusterNode>) - Static method in class com.lambdaworks.redis.cluster.topology.TopologyComparators
-
Sort partitions by latency.
- sortByUri(Iterable<RedisClusterNode>) - Static method in class com.lambdaworks.redis.cluster.topology.TopologyComparators
-
Sort partitions by RedisURI.
- sortStore(K, SortArgs, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sortStore(K, SortArgs, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
-
Sort the elements in a list, set or sorted set.
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
-
Sort the elements in a list, set or sorted set.
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
-
Sort the elements in a list, set or sorted set.
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
-
Sort the elements in a list, set or sorted set.
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Deprecated.
Sort the elements in a list, set or sorted set.
- spliterator() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
-
- spliterator() - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
-
- spop(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- spop(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- spop(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- spop(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- spop(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Remove and return a random member from a set.
- spop(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Remove and return one or multiple random members from a set.
- spop(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Remove and return a random member from a set.
- spop(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Remove and return one or multiple random members from a set.
- spop(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Remove and return a random member from a set.
- spop(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Remove and return one or multiple random members from a set.
- spop(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Remove and return a random member from a set.
- spop(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Remove and return one or multiple random members from a set.
- spop(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Remove and return a random member from a set.
- spop(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Remove and return one or multiple random members from a set.
- spop(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Remove and return a random member from a set.
- spop(K, long) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Remove and return one or multiple random members from a set.
- spop(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Remove and return a random member from a set.
- spop(K, long) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Remove and return one or multiple random members from a set.
- srandmember(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- srandmember(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- srandmember(ValueStreamingChannel<V>, K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- srandmember(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- srandmember(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- srandmember(ValueStreamingChannel<V>, K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- srandmember(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Get one random member from a set.
- srandmember(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Get one or multiple random members from a set.
- srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Get one or multiple random members from a set.
- srandmember(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Get one random member from a set.
- srandmember(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Get one or multiple random members from a set.
- srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Get one or multiple random members from a set.
- srandmember(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Get one random member from a set.
- srandmember(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Get one or multiple random members from a set.
- srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Get one or multiple random members from a set.
- srandmember(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Get one random member from a set.
- srandmember(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Get one or multiple random members from a set.
- srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Get one or multiple random members from a set.
- srandmember(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Get one random member from a set.
- srandmember(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Get one or multiple random members from a set.
- srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Get one or multiple random members from a set.
- srandmember(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Get one or multiple random members from a set.
- srandmember(K, long) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Get one or multiple random members from a set.
- srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Get one or multiple random members from a set.
- srandmember(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Get one or multiple random members from a set.
- srandmember(K, long) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Get one or multiple random members from a set.
- srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Get one or multiple random members from a set.
- srem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- srem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- srem(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Remove one or more members from a set.
- srem(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Remove one or more members from a set.
- srem(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Remove one or more members from a set.
- srem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Remove one or more members from a set.
- srem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Remove one or more members from a set.
- srem(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Remove one or more members from a set.
- srem(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Remove one or more members from a set.
- sscan(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sscan(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sscan(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Incrementally iterate Set elements.
- sscan(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Incrementally iterate Set elements.
- sscan(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Incrementally iterate Set elements.
- sscan(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Incrementally iterate Set elements.
- sscan(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Incrementally iterate Set elements.
- sscan(RedisSetCommands<K, V>, K) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over elements in a set identified by key
.
- sscan(RedisSetCommands<K, V>, K, ScanArgs) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over elements in a set identified by key
.
- ssl(RedisURI) - Method in class com.lambdaworks.redis.SslConnectionBuilder
-
- SslConnectionBuilder - Class in com.lambdaworks.redis
-
Connection builder for SSL connections.
- SslConnectionBuilder() - Constructor for class com.lambdaworks.redis.SslConnectionBuilder
-
- sslConnectionBuilder() - Static method in class com.lambdaworks.redis.SslConnectionBuilder
-
- sslOptions(SslOptions) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Sets the
SslOptions
for SSL connections kept to Redis servers.
- sslOptions(SslOptions) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- SslOptions - Class in com.lambdaworks.redis
-
Options to configure SSL options for the connections kept to Redis servers.
- SslOptions(SslOptions.Builder) - Constructor for class com.lambdaworks.redis.SslOptions
-
- SslOptions(SslOptions) - Constructor for class com.lambdaworks.redis.SslOptions
-
- SslOptions.Builder - Class in com.lambdaworks.redis
-
- ST_CANCELLED - Static variable in class com.lambdaworks.redis.protocol.Command
-
- ST_COMPLETED - Static variable in class com.lambdaworks.redis.protocol.Command
-
- ST_INITIAL - Static variable in class com.lambdaworks.redis.protocol.Command
-
- stack - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- StatefulConnection<K,V> - Interface in com.lambdaworks.redis.api
-
A stateful connection providing command dispatching, timeouts and open/close methods.
- StatefulRedisClusterConnection<K,V> - Interface in com.lambdaworks.redis.cluster.api
-
A stateful cluster connection.
- StatefulRedisClusterConnectionImpl<K,V> - Class in com.lambdaworks.redis.cluster
-
A thread-safe connection to a Redis Cluster.
- StatefulRedisClusterConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
Initialize a new connection.
- StatefulRedisClusterPubSubConnection<K,V> - Interface in com.lambdaworks.redis.cluster.pubsub
-
A stateful Pub/Sub connection for Redis Cluster use.
- StatefulRedisConnection<K,V> - Interface in com.lambdaworks.redis.api
-
A thread-safe connection to a redis server.
- StatefulRedisConnectionImpl<K,V> - Class in com.lambdaworks.redis
-
A thread-safe connection to a Redis server.
- StatefulRedisConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.StatefulRedisConnectionImpl
-
Initialize a new connection.
- StatefulRedisMasterSlaveConnection<K,V> - Interface in com.lambdaworks.redis.masterslave
-
Redis Master-Slave connection.
- StatefulRedisPubSubConnection<K,V> - Interface in com.lambdaworks.redis.pubsub
-
An asynchronous thread-safe pub/sub connection to a redis server.
- StatefulRedisPubSubConnectionImpl<K,V> - Class in com.lambdaworks.redis.pubsub
-
An thread-safe pub/sub connection to a Redis server.
- StatefulRedisPubSubConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
Initialize a new connection.
- StatefulRedisSentinelConnection<K,V> - Interface in com.lambdaworks.redis.sentinel.api
-
A thread-safe connection to a redis server.
- StatefulRedisSentinelConnectionImpl<K,V> - Class in com.lambdaworks.redis.sentinel
-
- StatefulRedisSentinelConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
-
- stateLock - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- StaticMasterSlaveTopologyProvider - Class in com.lambdaworks.redis.masterslave
-
Topology provider for a static node collection.
- StaticMasterSlaveTopologyProvider(RedisClient, Iterable<RedisURI>) - Constructor for class com.lambdaworks.redis.masterslave.StaticMasterSlaveTopologyProvider
-
- status - Variable in class com.lambdaworks.redis.protocol.Command
-
- StatusOutput<K,V> - Class in com.lambdaworks.redis.output
-
Status message output.
- StatusOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StatusOutput
-
- stream() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
-
- stream() - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
-
- stream() - Method in class com.lambdaworks.redis.ScanIterator
-
Returns a sequential
Stream
with this
ScanIterator
as its source.
- StreamingOutput<T> - Interface in com.lambdaworks.redis.output
-
Implementors of this class support a streaming
CommandOutput
while the command is still processed.
- StreamingOutput.Subscriber<T> - Class in com.lambdaworks.redis.output
-
- StreamScanCursor - Class in com.lambdaworks.redis
-
Cursor result using the Streaming API.
- StreamScanCursor() - Constructor for class com.lambdaworks.redis.StreamScanCursor
-
- string(double) - Static method in class com.lambdaworks.redis.LettuceStrings
-
- StringCodec - Class in com.lambdaworks.redis.codec
-
Optimized String codec.
- StringCodec() - Constructor for class com.lambdaworks.redis.codec.StringCodec
-
- StringCodec(Charset) - Constructor for class com.lambdaworks.redis.codec.StringCodec
-
- StringListOutput<K,V> - Class in com.lambdaworks.redis.output
-
- StringListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StringListOutput
-
- strlen(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- strlen(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- strlen(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
-
Get the length of the value stored in a key.
- strlen(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
-
Get the length of the value stored in a key.
- strlen(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
-
Get the length of the value stored in a key.
- strlen(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
-
Get the length of the value stored in a key.
- strlen(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
-
Get the length of the value stored in a key.
- strlen(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Deprecated.
Get the length of the value stored in a key.
- strlen(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Deprecated.
Get the length of the value stored in a key.
- SUBKEY_END - Static variable in class com.lambdaworks.redis.cluster.SlotHash
-
Constant for a subkey end.
- SUBKEY_START - Static variable in class com.lambdaworks.redis.cluster.SlotHash
-
Constant for a subkey start.
- subscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.async.NodeSelectionPubSubAsyncCommands
-
Listen for messages published to the given channels.
- subscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.NodeSelectionPubSubReactiveCommands
-
Listen for messages published to the given channels.
- subscribe(K...) - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.NodeSelectionPubSubCommands
-
Listen for messages published to the given channels.
- subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
-
Listen for messages published to the given channels.
- subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
-
Listen for messages published to the given channels.
- subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
-
Listen for messages published to the given channels.
- subscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
-
- subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
-
Deprecated.
Listen for messages published to the given channels.
- subscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
-
- subscribed(RedisClusterNode, K, long) - Method in class com.lambdaworks.redis.cluster.pubsub.RedisClusterPubSubAdapter
-
- subscribed(RedisClusterNode, K, long) - Method in interface com.lambdaworks.redis.cluster.pubsub.RedisClusterPubSubListener
-
Subscribed to a channel.
- subscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
-
- subscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
-
Subscribed to a channel.
- Subscriber() - Constructor for class com.lambdaworks.redis.output.StreamingOutput.Subscriber
-
- Success - Enum in com.lambdaworks.redis.api.rx
-
An enum representing a successful operation.
- sum() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
-
- sum() - Method in class com.lambdaworks.redis.ZStoreArgs
-
- sunion(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sunion(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sunion(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sunion(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sunion(K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Add multiple sets.
- sunion(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Add multiple sets.
- sunion(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Add multiple sets.
- sunion(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Add multiple sets.
- sunion(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Add multiple sets.
- sunion(K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Add multiple sets.
- sunion(K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Add multiple sets.
- sunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
-
Add multiple sets and store the resulting set in a key.
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
-
Add multiple sets and store the resulting set in a key.
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
-
Add multiple sets and store the resulting set in a key.
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
-
Add multiple sets and store the resulting set in a key.
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
-
Add multiple sets and store the resulting set in a key.
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Deprecated.
Add multiple sets and store the resulting set in a key.
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Deprecated.
Add multiple sets and store the resulting set in a key.
- suspendReconnectOnProtocolFailure(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Suspends reconnect when reconnects run into protocol failures (SSL verification, PING before connect fails).
- suspendReconnectOnProtocolFailure(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
- swapdb(int, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- swapdb(int, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- swapdb(int, int) - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
-
Swap two Redis databases, so that immediately all the clients connected to a given DB will see the data of the other DB,
and the other way around
- swapdb(int, int) - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
-
Swap two Redis databases, so that immediately all the clients connected to a given DB will see the data of the other DB,
and the other way around
- swapdb(int, int) - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
-
Swap two Redis databases, so that immediately all the clients connected to a given DB will see the data of the other DB,
and the other way around
- swapdb(int, int) - Method in interface com.lambdaworks.redis.RedisAsyncConnection
-
Deprecated.
Swap two Redis databases, so that immediately all the clients connected to a given DB will see the data of the other DB,
and the other way around
- sync() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- sync() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- sync() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
-
Deprecated.
- sync() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
-
Deprecated.
- sync() - Method in interface com.lambdaworks.redis.api.StatefulRedisConnection
-
- sync() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
-
Deprecated.
- sync() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
-
Deprecated.
- sync() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
-
- sync() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
-
Deprecated.
- sync() - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
-
- sync - Variable in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- sync() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- sync() - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
-
- sync() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
-
- sync() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Deprecated.
- sync() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Deprecated.
- sync() - Method in interface com.lambdaworks.redis.sentinel.api.StatefulRedisSentinelConnection
-
- sync - Variable in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
-
- sync() - Method in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
-
- sync - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
-
- sync() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
-
- syncHandler(Object, Class<?>...) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- syncInvocationHandler() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
-
- zadd(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zadd(K, ScoredValue<V>...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zadd(K, ZAddArgs, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zadd(K, ZAddArgs, Object...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zadd(K, ZAddArgs, ScoredValue<V>...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zadd(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zadd(K, ScoredValue<V>...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zadd(K, ZAddArgs, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zadd(K, ZAddArgs, Object...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zadd(K, ZAddArgs, ScoredValue<V>...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, ScoredValue<V>...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
- ZAddArgs - Class in com.lambdaworks.redis
-
Argument list builder for the improved redis
ZADD command starting from Redis
3.0.2.
- ZAddArgs() - Constructor for class com.lambdaworks.redis.ZAddArgs
-
- ZAddArgs.Builder - Class in com.lambdaworks.redis
-
- zaddincr(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zaddincr(K, ZAddArgs, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zaddincr(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zaddincr(K, ZAddArgs, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
ZADD acts like ZINCRBY
- zaddincr(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists applying the INCR
option.
- zcard(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zcard(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zcard(K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Get the number of members in a sorted set.
- zcard(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Get the number of members in a sorted set.
- zcard(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Get the number of members in a sorted set.
- zcard(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Get the number of members in a sorted set.
- zcard(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Get the number of members in a sorted set.
- zcard(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Get the number of members in a sorted set.
- zcard(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Get the number of members in a sorted set.
- zcount(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zcount(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zcount(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zcount(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zcount(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Count the members in a sorted set with scores within the given
Range
.
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zcount(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Count the members in a sorted set with scores within the given
Range
.
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zcount(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Count the members in a sorted set with scores within the given
Range
.
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zcount(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Count the members in a sorted set with scores within the given
Range
.
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zcount(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Count the members in a sorted set with scores within the given
Range
.
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Count the members in a sorted set with scores within the given values.
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Count the members in a sorted set with scores within the given values.
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Count the members in a sorted set with scores within the given values.
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Count the members in a sorted set with scores within the given values.
- zincrby(K, double, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zincrby(K, double, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Increment the score of a member in a sorted set.
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Increment the score of a member in a sorted set.
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Increment the score of a member in a sorted set.
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Increment the score of a member in a sorted set.
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Increment the score of a member in a sorted set.
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Increment the score of a member in a sorted set.
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Increment the score of a member in a sorted set.
- zinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zinterstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zinterstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zlexcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zlexcount(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zlexcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zlexcount(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zlexcount(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zlexcount(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zlexcount(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zlexcount(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zlexcount(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Count the number of members in a sorted set between a given lexicographical range.
- zrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by index.
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by index.
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by index.
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by index.
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by index.
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by index.
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by index.
- zrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebylex(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebylex(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebylex(K, Range<? extends V>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebylex(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebylex(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebylex(K, Range<? extends V>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
- zrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score.
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
- zrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by index.
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members with scores in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members with scores in a sorted set, by index.
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members with scores in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by index.
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by index.
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members with scores in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by index.
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by index.
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by index.
- zrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrank(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Determine the index of a member in a sorted set.
- zrank(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Determine the index of a member in a sorted set.
- zrank(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Determine the index of a member in a sorted set.
- zrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Determine the index of a member in a sorted set.
- zrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Determine the index of a member in a sorted set.
- zrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Determine the index of a member in a sorted set.
- zrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Determine the index of a member in a sorted set.
- zrem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrem(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Remove one or more members from a sorted set.
- zrem(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Remove one or more members from a sorted set.
- zrem(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Remove one or more members from a sorted set.
- zrem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Remove one or more members from a sorted set.
- zrem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Remove one or more members from a sorted set.
- zrem(K, V...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Remove one or more members from a sorted set.
- zrem(K, V...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Remove one or more members from a sorted set.
- zremrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zremrangebylex(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zremrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zremrangebylex(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zremrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zremrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zremrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zremrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zremrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Remove all members in a sorted set between the given lexicographical range.
- zremrangebyrank(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zremrangebyrank(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Remove all members in a sorted set within the given indexes.
- zremrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zremrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zremrangebyscore(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zremrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zremrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zremrangebyscore(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zremrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zremrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zremrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zremrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zremrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Remove all members in a sorted set within the given scores.
- zrevrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrangebylex(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebylex(K, Range<? extends V>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebylex(K, Range<? extends V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebylex(K, Range<? extends V>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebylex(K, Range<? extends V>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by lexicographical range ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, Range<? extends Number>, Limit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zrevrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zscan(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(ScoredValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscan(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(ScoredValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscan(K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
- zscan(RedisSortedSetCommands<K, V>, K) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over scored values in a sorted set identified by key
.
- zscan(RedisSortedSetCommands<K, V>, K, ScanArgs) - Static method in class com.lambdaworks.redis.ScanIterator
-
Sequentially iterate over scored values in a sorted set identified by key
.
- zscore(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zscore(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zscore(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Get the score associated with the given member in a sorted set.
- zscore(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Get the score associated with the given member in a sorted set.
- zscore(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Get the score associated with the given member in a sorted set.
- zscore(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Get the score associated with the given member in a sorted set.
- zscore(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Get the score associated with the given member in a sorted set.
- zscore(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Get the score associated with the given member in a sorted set.
- zscore(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Get the score associated with the given member in a sorted set.
- ZStoreArgs - Class in com.lambdaworks.redis
-
- ZStoreArgs() - Constructor for class com.lambdaworks.redis.ZStoreArgs
-
- ZStoreArgs.Builder - Class in com.lambdaworks.redis
-
Static builder methods.
- zunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zunionstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
-
- zunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zunionstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
-
- zunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
-
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.
- zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.