- BasicRedisPersistentEntity<T> - Class in org.springframework.data.redis.core.mapping
-
- BasicRedisPersistentEntity(TypeInformation<T>, KeySpaceResolver, TimeToLiveAccessor) - Constructor for class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
-
- beanManager - Variable in class org.springframework.data.redis.repository.cdi.CdiBean
-
- BeanUtilsHashMapper<T> - Class in org.springframework.data.redis.hash
-
HashMapper based on Apache Commons BeanUtils project.
- BeanUtilsHashMapper(Class<T>) - Constructor for class org.springframework.data.redis.hash.BeanUtilsHashMapper
-
- before(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
-
Applies the before pivot.
- between(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
-
Applies the from member.
- bgReWriteAof(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
-
- bgReWriteAof() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bgReWriteAof() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bgReWriteAof(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
-
- bgReWriteAof() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
-
Start an Append Only File rewrite process on server.
- bgReWriteAof(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
-
Start an Append Only File rewrite process on given node.
- bgReWriteAof(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
-
- bgSave(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
-
- bgSave() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bgSave() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bgSave(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
-
- bgSave() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
-
Start background saving of db on server.
- bgSave(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
-
Start background saving of db on given node.
- bgSave(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
-
- bgWriteAof() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bgWriteAof() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bgWriteAof() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
-
- bindConnection(RedisConnectionFactory) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
-
Binds a new Redis connection (from the given factory) to the current thread, if none is already bound.
- bindConnection(RedisConnectionFactory, boolean) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
-
Binds a new Redis connection (from the given factory) to the current thread, if none is already bound and enables
transaction support if enableTranactionSupport
is set to true.
- bit(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
-
- bit(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
-
- bitCount(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bitCount(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bitCount(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bitCount(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bitCount(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bitCount(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bitCount(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Count the number of set bits (population counting) in value stored at key.
- bitCount(ByteBuffer, long, long) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Count the number of set bits (population counting) of value stored at key between begin and
end.
- bitCount(Publisher<ReactiveStringCommands.BitCountCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Count the number of set bits (population counting) of value stored at key between begin and
end.
- bitCount(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
-
- bitCount(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Count the number of set bits (population counting) in value stored at key
.
- bitCount(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Count the number of set bits (population counting) of value stored at key
between begin
and
end
.
- bitCount(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Count the number of set bits (population counting) in value stored at key
.
- bitCount(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Count the number of set bits (population counting) of value stored at key
between start
and
end
.
- bitOp(RedisStringCommands.BitOperation, byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bitOp(RedisStringCommands.BitOperation, byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bitOp(RedisStringCommands.BitOperation, String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bitOp(Collection<ByteBuffer>, RedisStringCommands.BitOperation, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Perform bitwise operations between strings.
- bitOp(Publisher<ReactiveStringCommands.BitOpCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Perform bitwise operations between strings.
- bitOp(RedisStringCommands.BitOperation, byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Perform bitwise operations between strings.
- bitOp(RedisStringCommands.BitOperation, String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Perform bitwise operations between strings.
- blockingFor(Duration) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
-
- blockingFor(Duration) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
-
- bLPop(int, byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bLPop(int, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bLPop(int, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- blPop(List<ByteBuffer>, Duration) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
-
Removes and returns first element from lists stored at keys.
- bLPop(int, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisListCommands
-
Removes and returns first element from lists stored at keys
.
- bLPop(int, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
- BooleanResponse(I, Boolean) - Constructor for class org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse
-
- boundaryToBytesForZRange(RedisZSetCommands.Range.Boundary, byte[]) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
-
- boundaryToBytesForZRange(RedisZSetCommands.Range.Boundary, byte[]) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- boundaryToBytesForZRangeByLex(RedisZSetCommands.Range.Boundary, byte[]) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
-
- boundaryToBytesForZRangeByLex(RedisZSetCommands.Range.Boundary, byte[]) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- boundaryToStringForZRange(RedisZSetCommands.Range.Boundary, String) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- BoundGeoOperations<K,M> - Interface in org.springframework.data.redis.core
-
- boundGeoOps(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Returns geospatial specific operations interface bound to the given key.
- boundGeoOps(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- BoundHashOperations<H,HK,HV> - Interface in org.springframework.data.redis.core
-
Hash operations bound to a certain key.
- boundHashOps(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Returns the operations performed on hash values bound to the given key.
- boundHashOps(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- BoundKeyOperations<K> - Interface in org.springframework.data.redis.core
-
Operations over a Redis key.
- BoundListOperations<K,V> - Interface in org.springframework.data.redis.core
-
List operations bound to a certain key.
- boundListOps(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Returns the operations performed on list values bound to the given key.
- boundListOps(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- BoundSetOperations<K,V> - Interface in org.springframework.data.redis.core
-
Set operations bound to a certain key.
- boundSetOps(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Returns the operations performed on set values bound to the given key.
- boundSetOps(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- BoundValueOperations<K,V> - Interface in org.springframework.data.redis.core
-
Value (or String in Redis terminology) operations bound to a certain key.
- boundValueOps(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Returns the operations performed on simple values (or Strings in Redis terminology) bound to the given key.
- boundValueOps(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- BoundZSetOperations<K,V> - Interface in org.springframework.data.redis.core
-
ZSet (or SortedSet) operations bound to a certain key.
- boundZSetOps(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Returns the operations performed on zset values (also known as sorted sets) bound to the given key.
- boundZSetOps(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- bPop(Publisher<ReactiveListCommands.BPopCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
-
- bRPop(int, byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bRPop(int, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bRPop(int, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- brPop(List<ByteBuffer>, Duration) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
-
Removes and returns last element from lists stored at keys.
- bRPop(int, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisListCommands
-
Removes and returns last element from lists stored at keys
.
- bRPop(int, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
- bRPopLPush(int, byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- bRPopLPush(int, byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bRPopLPush(int, String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- bRPopLPush(ByteBuffer, ByteBuffer, Duration) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
-
Remove the last element from list at source, append it to destination and return its value.
- bRPopLPush(Publisher<ReactiveListCommands.BRPopLPushCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
-
- bRPopLPush(int, byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
-
Remove the last element from list at srcKey
, append it to dstKey
and return its value.
- bRPopLPush(int, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
- Bucket - Class in org.springframework.data.redis.core.convert
-
Bucket is the data bag for Redis hash structures to be used with
RedisData
.
- Bucket() - Constructor for class org.springframework.data.redis.core.convert.Bucket
-
Creates new empty bucket
- build() - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
-
- build() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
-
- build() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
-
- build() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
-
- build() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
-
- build() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
-
- build() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
-
- build() - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
-
- build() - Method in class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
-
- build() - Method in interface org.springframework.data.redis.core.query.SortCriterion
-
- build() - Method in class org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
-
- build() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
-
- builder() - Static method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- builder() - Static method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
-
- BulkMapper<T,V> - Interface in org.springframework.data.redis.core
-
Mapper translating Redis bulk value responses (typically returned by a sort query) to actual objects.
- by(byte[]) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
-
- by(T) - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand
-
Applies the numeric value.
- by(T) - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
-
Applies the numeric value.
- by(T) - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
-
Applies the numeric value.
- by(Number) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
-
Applies the numeric increment.
- by(String) - Method in class org.springframework.data.redis.core.query.SortQueryBuilder
-
- ByteArraySet - Class in org.springframework.data.redis.connection.util
-
- ByteArraySet() - Constructor for class org.springframework.data.redis.connection.util.ByteArraySet
-
- ByteArraySet(Collection<byte[]>) - Constructor for class org.springframework.data.redis.connection.util.ByteArraySet
-
- ByteArrayWrapper - Class in org.springframework.data.redis.connection.util
-
Simple wrapper class used for wrapping arrays so they can be used as keys inside maps.
- ByteArrayWrapper(byte[]) - Constructor for class org.springframework.data.redis.connection.util.ByteArrayWrapper
-
- ByteBufferResponse(I, ByteBuffer) - Constructor for class org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse
-
- bytesCollectionToBytesList() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- bytesListToBytesSet() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- bytesListToMapConverter() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- bytesListToStringListConverter() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
-
- bytesListToTupleListConverter() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- bytesSetToBytesList() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- bytesSetToGeoResultsConverter() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- bytesToString() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- ByteUtils - Class in org.springframework.data.redis.util
-
Some handy methods for dealing with byte arrays.
- calculateSlot(String) - Static method in class org.springframework.data.redis.connection.ClusterSlotHashUtil
-
Calculate the slot from the given key.
- calculateSlot(byte[]) - Static method in class org.springframework.data.redis.connection.ClusterSlotHashUtil
-
Calculate the slot from the given key.
- CdiBean<T> - Class in org.springframework.data.redis.repository.cdi
-
Base class for Bean
wrappers.
- CdiBean(Set<Annotation>, Class<T>, BeanManager) - Constructor for class org.springframework.data.redis.repository.cdi.CdiBean
-
- CdiBean(Set<Annotation>, Set<Type>, Class<T>, BeanManager) - Constructor for class org.springframework.data.redis.repository.cdi.CdiBean
-
- ch() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
-
Applies ch mode (Modify the return value from the number of new elements added, to the total number of
elements changed).
- ChannelTopic - Class in org.springframework.data.redis.listener
-
Channel topic implementation (maps to a Redis channel).
- ChannelTopic(String) - Constructor for class org.springframework.data.redis.listener.ChannelTopic
-
Constructs a new ChannelTopic
instance.
- CHARSET - Static variable in class org.springframework.data.redis.core.convert.Bucket
-
Encoding used for converting
Byte
to and from
String
.
- CHARSET - Static variable in class org.springframework.data.redis.core.RedisKeyExpiredEvent
-
Use UTF-8 as default charset.
- checkResult(Object) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- clear() - Method in class org.springframework.data.redis.cache.RedisCache
-
- clear() - Method in class org.springframework.data.redis.connection.util.ByteArraySet
-
- clear() - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- clear() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- clear() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- clear() - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
-
- clear() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
- clear() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- clientName(String) - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
-
- clientName(String) - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
-
Configure a clientName
to be set with CLIENT SETNAME
.
- clientOptions(ClientOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
-
- clientOptions(ClientOptions) - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
-
Configure ClientOptions
.
- clientResources(ClientResources) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
-
- clientResources(ClientResources) - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
-
Configure ClientResources
.
- clone() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
- clone() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- close() - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
-
- close() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- close() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- close() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- close() - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
-
- close() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- close() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- close() - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
-
- close() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
-
- close() - Method in interface org.springframework.data.redis.connection.RedisConnection
-
Closes (or quits) the connection.
- close() - Method in class org.springframework.data.redis.core.ConvertingCursor
-
- close() - Method in class org.springframework.data.redis.core.ScanCursor
-
- closePipeline() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- closePipeline() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- closePipeline() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- closePipeline() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- closePipeline() - Method in interface org.springframework.data.redis.connection.RedisConnection
-
Executes the commands in the pipeline and returns their result.
- clusterAddSlots(RedisClusterNode, int...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterAddSlots(RedisClusterNode, RedisClusterNode.SlotRange) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterAddSlots(RedisClusterNode, int...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterAddSlots(RedisClusterNode, RedisClusterNode.SlotRange) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterAddSlots(RedisClusterNode, int...) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
- clusterAddSlots(RedisClusterNode, RedisClusterNode.SlotRange) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
- ClusterCommandExecutionFailureException - Exception in org.springframework.data.redis.connection
-
Exception thrown when at least one call to a clustered redis environment fails.
- ClusterCommandExecutionFailureException(Throwable) - Constructor for exception org.springframework.data.redis.connection.ClusterCommandExecutionFailureException
-
- ClusterCommandExecutionFailureException(List<? extends Throwable>) - Constructor for exception org.springframework.data.redis.connection.ClusterCommandExecutionFailureException
-
- ClusterCommandExecutor - Class in org.springframework.data.redis.connection
-
- ClusterCommandExecutor(ClusterTopologyProvider, ClusterNodeResourceProvider, ExceptionTranslationStrategy) - Constructor for class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- ClusterCommandExecutor(ClusterTopologyProvider, ClusterNodeResourceProvider, ExceptionTranslationStrategy, AsyncTaskExecutor) - Constructor for class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- ClusterCommandExecutor.ClusterCommandCallback<T,S> - Interface in org.springframework.data.redis.connection
-
Callback interface for Redis 'low level' code using the cluster client directly.
- ClusterCommandExecutor.MulitNodeResult<T> - Class in org.springframework.data.redis.connection
-
- ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S> - Interface in org.springframework.data.redis.connection
-
Callback interface for Redis 'low level' code using the cluster client to execute multi key commands.
- ClusterCommandExecutor.NodeResult<T> - Class in org.springframework.data.redis.connection
-
- clusterCountKeysInSlot(int) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterCountKeysInSlot(int) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterCountKeysInSlot(int) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Count the number of keys assigned to one slot.
- clusterDeleteSlots(RedisClusterNode, int...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterDeleteSlots(RedisClusterNode, int...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterDeleteSlots(RedisClusterNode, int...) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
- clusterDeleteSlotsInRange(RedisClusterNode, RedisClusterNode.SlotRange) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterDeleteSlotsInRange(RedisClusterNode, RedisClusterNode.SlotRange) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterDeleteSlotsInRange(RedisClusterNode, RedisClusterNode.SlotRange) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
- clusterForget(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterForget(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterForget(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Remove given node from cluster.
- clusterGetClusterInfo() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetClusterInfo() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetClusterInfo() - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Get cluster information.
- clusterGetKeysInSlot(int, Integer) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetKeysInSlot(int, Integer) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetKeysInSlot(int, Integer) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Get keys served by slot.
- clusterGetMasterSlaveMap() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetMasterSlaveMap() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetMasterSlaveMap() - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Retrieve information about masters and their connected slaves.
- clusterGetNodeForKey(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetNodeForKey(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetNodeForKey(byte[]) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
- clusterGetNodeForSlot(int) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetNodeForSlot(int) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetNodeForSlot(int) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
- clusterGetNodes() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetNodes() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetNodes() - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Retrieve cluster node information such as id, host, port and slots.
- clusterGetSlaves(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetSlaves(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetSlaves(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Retrieve information about connected slaves for given master node.
- clusterGetSlotForKey(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterGetSlotForKey(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterGetSlotForKey(byte[]) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Find the slot for a given key
.
- ClusterInfo - Class in org.springframework.data.redis.connection
-
ClusterInfo
gives access to cluster information such as
cluster_state
and
cluster_slots_assigned
provided by the
CLUSTER INFO
command.
- ClusterInfo(Properties) - Constructor for class org.springframework.data.redis.connection.ClusterInfo
-
- ClusterInfo.Info - Enum in org.springframework.data.redis.connection
-
- clusterMeet(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterMeet(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterMeet(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Add given node to cluster.
- clusterNode(RedisNode) - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
-
- clusterNode(String, Integer) - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
-
- ClusterNodeResourceProvider - Interface in org.springframework.data.redis.connection
-
- ClusterOperations<K,V> - Interface in org.springframework.data.redis.core
-
Redis operations for cluster specific operations.
- ClusterRedirectException - Exception in org.springframework.data.redis
-
ClusterRedirectException
indicates that a requested slot is not served by the targeted server but can be
obtained on another one.
- ClusterRedirectException(int, String, int, Throwable) - Constructor for exception org.springframework.data.redis.ClusterRedirectException
-
- clusterReplicate(RedisClusterNode, RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterReplicate(RedisClusterNode, RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterReplicate(RedisClusterNode, RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
Assign a slave to given master.
- clusterSetSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- clusterSetSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- clusterSetSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - Method in interface org.springframework.data.redis.connection.RedisClusterCommands
-
- ClusterSlotHashUtil - Class in org.springframework.data.redis.connection
-
- ClusterStateFailureException - Exception in org.springframework.data.redis
-
- ClusterStateFailureException(String) - Constructor for exception org.springframework.data.redis.ClusterStateFailureException
-
- ClusterStateFailureException(String, Throwable) - Constructor for exception org.springframework.data.redis.ClusterStateFailureException
-
- ClusterTopology - Class in org.springframework.data.redis.connection
-
- ClusterTopology(Set<RedisClusterNode>) - Constructor for class org.springframework.data.redis.connection.ClusterTopology
-
- ClusterTopologyProvider - Interface in org.springframework.data.redis.connection
-
- code() - Method in enum org.springframework.data.redis.connection.DataType
-
Returns the code associated with the current enum.
- CommandResponse() - Constructor for class org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse
-
- commandTimeout(Duration) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
-
- commandTimeout(Duration) - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
-
Configure a command timeout.
- compareAndSet(double, double) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
Atomically sets the value to the given updated value if the current value ==
the expected value.
- compareAndSet(int, int) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
Atomically set the value to the given updated value if the current value == the expected value.
- compareAndSet(long, long) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
Atomically sets the value to the given updated value if the current value ==
the expected value.
- compareTo(Double) - Method in class org.springframework.data.redis.connection.DefaultTuple
-
- compareTo(Double) - Method in class org.springframework.data.redis.core.DefaultTypedTuple
-
- compareTo(ZSetOperations.TypedTuple<V>) - Method in class org.springframework.data.redis.core.DefaultTypedTuple
-
- compareTo(Version) - Method in class org.springframework.data.redis.Version
-
- complete(RedisOperationChain, Sort) - Method in class org.springframework.data.redis.repository.query.RedisQueryCreator
-
- CompositeIndexResolver - Class in org.springframework.data.redis.core.convert
-
- CompositeIndexResolver(Collection<IndexResolver>) - Constructor for class org.springframework.data.redis.core.convert.CompositeIndexResolver
-
- CompositeValueTransformer(Collection<IndexValueTransformer>) - Constructor for class org.springframework.data.redis.core.index.RedisIndexDefinition.CompositeValueTransformer
-
- computeExpiration(String) - Method in class org.springframework.data.redis.cache.RedisCacheManager
-
- concat(byte[], byte[]) - Static method in class org.springframework.data.redis.util.ByteUtils
-
- concatAll(byte[]...) - Static method in class org.springframework.data.redis.util.ByteUtils
-
- ConfigurableIndexDefinitionProvider - Interface in org.springframework.data.redis.core.index
-
- connect(RedisCodec<K, V>) - Method in class org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
-
Deprecated.
- ConnectionUtils - Class in org.springframework.data.redis.connection
-
- ConnectionUtils() - Constructor for class org.springframework.data.redis.connection.ConnectionUtils
-
- connectPubSub(RedisCodec<K, V>) - Method in class org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
-
Deprecated.
- connectTimeout(Duration) - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
-
- connectTimeout(Duration) - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
-
Configure a connection timeout.
- contains(int) - Method in class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
-
- contains(Object) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
-
- contains(Serializable, Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- contains(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
-
- contains(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
- contains(Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- containsAll(Collection<?>) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
-
- containsAll(Collection<?>) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- containsKey(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- containsKey(Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- containsValue(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- containsValue(Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- convert(List<S>) - Method in class org.springframework.data.redis.connection.convert.ListConverter
-
- convert(Long) - Method in class org.springframework.data.redis.connection.convert.LongToBooleanConverter
-
- convert(Map<S, S>) - Method in class org.springframework.data.redis.connection.convert.MapConverter
-
- convert(Map<?, ?>) - Method in enum org.springframework.data.redis.connection.convert.MapToPropertiesConverter
-
- convert(Set<S>) - Method in class org.springframework.data.redis.connection.convert.SetConverter
-
- convert(String) - Method in class org.springframework.data.redis.connection.convert.StringToDataTypeConverter
-
- convert(String) - Method in class org.springframework.data.redis.connection.convert.StringToPropertiesConverter
-
- convert(String[]) - Method in class org.springframework.data.redis.connection.convert.StringToRedisClientInfoConverter
-
- convert(List<Object>) - Method in class org.springframework.data.redis.connection.convert.TransactionResultConverter
-
- convert(Object) - Method in class org.springframework.data.redis.connection.FutureResult
-
Converts the given result if a converter is specified, else returns the result
- convert(Exception) - Method in class org.springframework.data.redis.connection.jedis.JedisExceptionConverter
-
- convert(Object) - Method in class org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter
-
- convert(Exception) - Method in class org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
-
- convert(Object) - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition.CompositeValueTransformer
-
- convert(Object) - Method in enum org.springframework.data.redis.core.index.RedisIndexDefinition.LowercaseIndexValueTransformer
-
- convert(Object) - Method in enum org.springframework.data.redis.core.index.RedisIndexDefinition.NoOpValueTransformer
-
- convertAndSend(String, Object) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Publishes the given message to the given channel.
- convertAndSend(String, Object) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- converter - Variable in class org.springframework.data.redis.connection.FutureResult
-
- Converters - Class in org.springframework.data.redis.connection.convert
-
Common type converters
- Converters() - Constructor for class org.springframework.data.redis.connection.convert.Converters
-
- ConvertingCursor<S,T> - Class in org.springframework.data.redis.core
-
- ConvertingCursor(Cursor<S>, Converter<S, T>) - Constructor for class org.springframework.data.redis.core.ConvertingCursor
-
- convertJedisAccessException(Exception) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- convertJedisAccessException(Exception) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- convertJedisAccessException(JedisException) - Static method in class org.springframework.data.redis.connection.jedis.JedisUtils
-
Deprecated.
Converts the given, native Jedis exception to Spring's DAO hierarchy.
- convertJedisAccessException(RuntimeException) - Static method in class org.springframework.data.redis.connection.jedis.JedisUtils
-
Deprecated.
Converts the given, native, runtime Jedis exception to Spring's DAO hierarchy.
- convertLettuceAccessException(Exception) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- convertQuery(SortQuery<K>, RedisSerializer<String>) - Static method in class org.springframework.data.redis.core.query.QueryUtils
-
- convertToList(Collection<String>) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-
- convertToSet(Collection<String>) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-
- count(int) - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Limit
-
- count(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
-
Count number of elements within sorted set with scores between min
and max
.
- count(K, Range<Double>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
-
- count(K, Range<Double>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
-
Count number of elements within sorted set with scores between min
and max
.
- count(Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- count(long) - Method in class org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
-
- count(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
-
Count number of elements within sorted set with scores between min
and max
.
- create(CreationalContext<RedisKeyValueAdapter>) - Method in class org.springframework.data.redis.repository.cdi.RedisKeyValueAdapterBean
-
- create(CreationalContext<KeyValueOperations>) - Method in class org.springframework.data.redis.repository.cdi.RedisKeyValueTemplateBean
-
- create(CreationalContext<T>, Class<T>, Optional<Object>) - Method in class org.springframework.data.redis.repository.cdi.RedisRepositoryBean
-
- create(Part, Iterator<Object>) - Method in class org.springframework.data.redis.repository.query.RedisQueryCreator
-
- createAndAddCache(String) - Method in class org.springframework.data.redis.cache.RedisCacheManager
-
- createCache(String) - Method in class org.springframework.data.redis.cache.RedisCacheManager
-
- createCluster(RedisClusterConfiguration, GenericObjectPoolConfig) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- createDefaultTaskExecutor() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
Creates a default TaskExecutor.
- createFlux(ReactiveRedisCallback<T>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- createKey(String, String) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- createLettuceConnector() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- createMono(ReactiveRedisCallback<T>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
-
- createPersistentProperty(Property, RedisPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
-
- createRedisConnectionProxy(ReactiveRedisConnection) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- createRedisConnectionProxy(RedisConnection) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- createRedisPool() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Creates JedisPool
.
- createRedisSentinelPool(RedisSentinelConfiguration) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Creates JedisSentinelPool
.
- createRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - Method in class org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean
-
- Cursor<T> - Interface in org.springframework.data.redis.core
-
- CustomConversions - Class in org.springframework.data.redis.core.convert
-
- CustomConversions() - Constructor for class org.springframework.data.redis.core.convert.CustomConversions
-
Deprecated.
- CustomConversions(List<?>) - Constructor for class org.springframework.data.redis.core.convert.CustomConversions
-
Deprecated.
- DataType - Enum in org.springframework.data.redis.connection
-
Enumeration of the Redis data types.
- dateToLong() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- dbSize(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
-
- dbSize() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- dbSize() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- dbSize(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
-
- dbSize() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
-
Get the total number of available keys in currently selected database.
- decode(byte[]) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-
- decodeMap(Map<byte[], byte[]>) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-
- decodeMultiple(byte[]...) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-
- DecodeUtils - Class in org.springframework.data.redis.connection.util
-
Simple class containing various decoding utilities.
- DecodeUtils() - Constructor for class org.springframework.data.redis.connection.util.DecodeUtils
-
- decorateCache(Cache) - Method in class org.springframework.data.redis.cache.RedisCacheManager
-
- DecoratedRedisConnection - Interface in org.springframework.data.redis.connection
-
- DecoratingStringHashMapper<T> - Class in org.springframework.data.redis.hash
-
Delegating hash mapper used for flattening objects into Strings.
- DecoratingStringHashMapper(HashMapper<T, ?, ?>) - Constructor for class org.springframework.data.redis.hash.DecoratingStringHashMapper
-
- decr(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- decr(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- decr(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- decr(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
-
Decrement value of key by 1.
- decr(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
-
Decrement value of key by 1.
- decr(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand
-
- decr(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Decrement an integer value stored as string value of key
by 1.
- decr(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Decrement an integer value stored as string value of key
by 1.
- decrBy(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- decrBy(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- decrBy(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- decrBy(ByteBuffer, T) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
-
Decrement value of key by value.
- decrBy(Publisher<ReactiveNumberCommands.DecrByCommand<T>>) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
-
Decrement value of key by value.
- decrBy(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Decrement an integer value stored as string value of key
by value
.
- decrBy(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Decrement an integer value stored as string value of key
by value
.
- decrementAndGet() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
Atomically decrements by one the current value.
- decrementAndGet() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
Atomically decrement by one the current value.
- decrementAndGet() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
Atomically decrements by one the current value.
- DEFAULT_CHARSET - Static variable in class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
-
- DEFAULT_RECOVERY_INTERVAL - Static variable in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
The default recovery interval: 5000 ms = 5 seconds.
- DEFAULT_SUBSCRIPTION_REGISTRATION_WAIT_TIME - Static variable in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
The default subscription wait time: 2000 ms = 2 seconds.
- DEFAULT_THREAD_NAME_PREFIX - Static variable in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
Default thread name prefix: "RedisListeningContainer-".
- DefaultClusterOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultClusterOperations(RedisTemplate<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultClusterOperations
-
- defaultConfiguration() - Static method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- defaultConfiguration() - Static method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
-
Creates a default
LettuceClientConfiguration
with:
SSL
no
Peer Verification
yes
Start TLS
no
Client Options
none
Client Resources
none
Connect Timeout
60 Seconds
Shutdown Timeout
2 Seconds
- DefaultedRedisClusterConnection - Interface in org.springframework.data.redis.connection
-
- DefaultedRedisConnection - Interface in org.springframework.data.redis.connection
-
- DefaultGeoOperations<K,M> - Class in org.springframework.data.redis.core
-
- DefaultHyperLogLogOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultHyperLogLogOperations(RedisTemplate<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultHyperLogLogOperations
-
- DefaultLettucePool - Class in org.springframework.data.redis.connection.lettuce
-
- DefaultLettucePool() - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Constructs a new DefaultLettucePool
instance with default settings.
- DefaultLettucePool(String, int) - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Uses the Config
and RedisClient
defaults for configuring the connection pool
- DefaultLettucePool(RedisSentinelConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
- DefaultLettucePool(String, int, GenericObjectPoolConfig) - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Uses the RedisClient
defaults for configuring the connection pool
- DefaultMessage - Class in org.springframework.data.redis.connection
-
Default message implementation.
- DefaultMessage(byte[], byte[]) - Constructor for class org.springframework.data.redis.connection.DefaultMessage
-
- DefaultReactiveGeoOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultReactiveGeoOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- DefaultReactiveHashOperations<H,HK,HV> - Class in org.springframework.data.redis.core
-
- DefaultReactiveHashOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<H, ?>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveHashOperations
-
- DefaultReactiveHyperLogLogOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultReactiveHyperLogLogOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveHyperLogLogOperations
-
- DefaultReactiveListOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultReactiveListOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveListOperations
-
- DefaultReactiveSetOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultReactiveSetOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveSetOperations
-
- DefaultReactiveValueOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultReactiveValueOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveValueOperations
-
- DefaultReactiveZSetOperations<K,V> - Class in org.springframework.data.redis.core
-
- DefaultReactiveZSetOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveZSetOperations
-
- DefaultRedisCachePrefix - Class in org.springframework.data.redis.cache
-
Default implementation for
RedisCachePrefix
which uses the given cache name and a delimiter for creating the
prefix.
- DefaultRedisCachePrefix() - Constructor for class org.springframework.data.redis.cache.DefaultRedisCachePrefix
-
- DefaultRedisCachePrefix(String) - Constructor for class org.springframework.data.redis.cache.DefaultRedisCachePrefix
-
- DefaultRedisList<E> - Class in org.springframework.data.redis.support.collections
-
- DefaultRedisList(String, RedisOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisList
-
Constructs a new, uncapped DefaultRedisList
instance.
- DefaultRedisList(BoundListOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisList
-
Constructs a new, uncapped DefaultRedisList
instance.
- DefaultRedisList(BoundListOperations<String, E>, int) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisList
-
Constructs a new DefaultRedisList
instance.
- DefaultRedisMap<K,V> - Class in org.springframework.data.redis.support.collections
-
- DefaultRedisMap(String, RedisOperations<String, ?>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisMap
-
Constructs a new DefaultRedisMap
instance.
- DefaultRedisMap(BoundHashOperations<String, K, V>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisMap
-
Constructs a new DefaultRedisMap
instance.
- DefaultRedisScript<T> - Class in org.springframework.data.redis.core.script
-
- DefaultRedisScript() - Constructor for class org.springframework.data.redis.core.script.DefaultRedisScript
-
- DefaultRedisScript(String, Class<T>) - Constructor for class org.springframework.data.redis.core.script.DefaultRedisScript
-
- DefaultRedisSet<E> - Class in org.springframework.data.redis.support.collections
-
- DefaultRedisSet(String, RedisOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisSet
-
Constructs a new DefaultRedisSet
instance.
- DefaultRedisSet(BoundSetOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisSet
-
Constructs a new DefaultRedisSet
instance.
- DefaultRedisZSet<E> - Class in org.springframework.data.redis.support.collections
-
- DefaultRedisZSet(String, RedisOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
Constructs a new DefaultRedisZSet
instance with a default score of '1'.
- DefaultRedisZSet(String, RedisOperations<String, E>, double) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
Constructs a new DefaultRedisSortedSet
instance.
- DefaultRedisZSet(BoundZSetOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
Constructs a new DefaultRedisZSet
instance with a default score of '1'.
- DefaultRedisZSet(BoundZSetOperations<String, E>, double) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
Constructs a new DefaultRedisZSet
instance.
- DefaultScriptExecutor<K> - Class in org.springframework.data.redis.core.script
-
- DefaultScriptExecutor(RedisTemplate<K, ?>) - Constructor for class org.springframework.data.redis.core.script.DefaultScriptExecutor
-
- DefaultSortParameters - Class in org.springframework.data.redis.connection
-
- DefaultSortParameters() - Constructor for class org.springframework.data.redis.connection.DefaultSortParameters
-
Constructs a new DefaultSortParameters
instance.
- DefaultSortParameters(SortParameters.Range, SortParameters.Order, Boolean) - Constructor for class org.springframework.data.redis.connection.DefaultSortParameters
-
Constructs a new DefaultSortParameters
instance.
- DefaultSortParameters(byte[], SortParameters.Range, byte[][], SortParameters.Order, Boolean) - Constructor for class org.springframework.data.redis.connection.DefaultSortParameters
-
Constructs a new DefaultSortParameters
instance.
- DefaultStringRedisConnection - Class in org.springframework.data.redis.connection
-
- DefaultStringRedisConnection(RedisConnection) - Constructor for class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
Constructs a new DefaultStringRedisConnection
instance.
- DefaultStringRedisConnection(RedisConnection, RedisSerializer<String>) - Constructor for class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
Constructs a new DefaultStringRedisConnection
instance.
- DefaultStringTuple - Class in org.springframework.data.redis.connection
-
- DefaultStringTuple(byte[], String, Double) - Constructor for class org.springframework.data.redis.connection.DefaultStringTuple
-
Constructs a new DefaultStringTuple
instance.
- DefaultStringTuple(RedisZSetCommands.Tuple, String) - Constructor for class org.springframework.data.redis.connection.DefaultStringTuple
-
Constructs a new DefaultStringTuple
instance.
- DefaultTuple - Class in org.springframework.data.redis.connection
-
- DefaultTuple(byte[], Double) - Constructor for class org.springframework.data.redis.connection.DefaultTuple
-
Constructs a new DefaultTuple
instance.
- DefaultTypedTuple<V> - Class in org.springframework.data.redis.core
-
Default implementation of TypedTuple.
- DefaultTypedTuple(V, Double) - Constructor for class org.springframework.data.redis.core.DefaultTypedTuple
-
Constructs a new DefaultTypedTuple
instance.
- del(byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- del(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- del(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- del(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Delete key.
- del(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Delete keys one by one.
- del(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
-
Delete given keys
.
- del(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Delete given keys
.
- del(String) - Method in class org.springframework.data.redis.core.PartialUpdate
-
Remove the value reachable via given path.
- delete(Object...) - Method in interface org.springframework.data.redis.core.BoundHashOperations
-
Delete given hash keys
at the bound key.
- delete(K) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperations
-
- delete(K) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- delete(H) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
-
- delete(K) - Method in class org.springframework.data.redis.core.DefaultReactiveHyperLogLogOperations
-
- delete(K) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
-
- delete(K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
-
- delete(K) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
-
- delete(K) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
-
- delete(H, Object...) - Method in interface org.springframework.data.redis.core.HashOperations
-
Delete given hash hashKeys
.
- delete(K) - Method in interface org.springframework.data.redis.core.HyperLogLogOperations
-
Removes the given key.
- delete(K) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Removes the given key.
- delete(H) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
-
Removes the given key.
- delete(K) - Method in interface org.springframework.data.redis.core.ReactiveHyperLogLogOperations
-
Removes the given key.
- delete(K) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
-
Removes the given key.
- delete(K...) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
Delete given key
.
- delete(Publisher<K>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
Delete given keys
.
- delete(K...) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- delete(Publisher<K>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- delete(K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
-
Removes the given key.
- delete(K) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
-
Removes the given key.
- delete(K) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
-
Removes the given key.
- delete(Serializable, Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- delete(Serializable, Serializable, Class<T>) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- delete(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Delete given key
.
- delete(Collection<K>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Delete given keys
.
- delete(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- delete(Collection<K>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- deleteAllOf(Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- desc() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
-
- descendingIterator() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
-
- deserialize(byte[], Class<T>) - Method in class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
-
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.GenericToStringSerializer
-
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
-
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
-
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.OxmSerializer
-
- deserialize(byte[]) - Method in interface org.springframework.data.redis.serializer.RedisSerializer
-
Deserialize an object from the given binary data.
- deserialize(Set<byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-
- deserialize(List<byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-
- deserialize(Collection<byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-
- deserialize(Map<byte[], byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-
- deserialize(Map<byte[], byte[]>, RedisSerializer<HK>, RedisSerializer<HV>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.StringRedisSerializer
-
- deserializeResult(RedisSerializer<T>, Object) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-
- deserializingGeoResultsConverter(RedisSerializer<V>) - Static method in class org.springframework.data.redis.connection.convert.Converters
-
- destroy() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- destroy() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- destroy() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
- destroy() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- destroy() - Method in interface org.springframework.data.redis.connection.Pool
-
Destroys the pool
- destroy() - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- destroy() - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
-
- destroy() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
- destroy(T, CreationalContext<T>) - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- destroy(RedisKeyValueAdapter, CreationalContext<RedisKeyValueAdapter>) - Method in class org.springframework.data.redis.repository.cdi.RedisKeyValueAdapterBean
-
- destroy(KeyValueOperations, CreationalContext<KeyValueOperations>) - Method in class org.springframework.data.redis.repository.cdi.RedisKeyValueTemplateBean
-
- diff(K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
-
Diff all sets for given the bound key and key
.
- diff(Collection<K>) - Method in interface org.springframework.data.redis.core.BoundSetOperations
-
Diff all sets for given the bound key and keys
.
- diff(RedisSet<?>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
-
- diff(Collection<? extends RedisSet<?>>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
-
- diff(RedisSet<?>) - Method in interface org.springframework.data.redis.support.collections.RedisSet
-
- diff(Collection<? extends RedisSet<?>>) - Method in interface org.springframework.data.redis.support.collections.RedisSet
-
- diffAndStore(K, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
-
Diff all sets for given the bound key and keys
and store result in destKey
.
- diffAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
-
Diff all sets for given the bound key and keys
and store result in destKey
.
- diffAndStore(RedisSet<?>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
-
- diffAndStore(Collection<? extends RedisSet<?>>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
-
- diffAndStore(RedisSet<?>, String) - Method in interface org.springframework.data.redis.support.collections.RedisSet
-
- diffAndStore(Collection<? extends RedisSet<?>>, String) - Method in interface org.springframework.data.redis.support.collections.RedisSet
-
- difference(K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
-
- difference(K, Collection<K>) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
-
- difference(K, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
-
Diff all sets for given key
and otherKey
.
- difference(K, Collection<K>) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
-
Diff all sets for given key
and otherKeys
.
- difference(K, K) - Method in interface org.springframework.data.redis.core.SetOperations
-
Diff all sets for given key
and otherKey
.
- difference(K, Collection<K>) - Method in interface org.springframework.data.redis.core.SetOperations
-
Diff all sets for given key
and otherKeys
.
- differenceAndStore(K, K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
-
- differenceAndStore(K, Collection<K>, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
-
- differenceAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
-
Diff all sets for given key
and otherKey
and store result in destKey
.
- differenceAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
-
Diff all sets for given key
and otherKeys
and store result in destKey
.
- differenceAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.SetOperations
-
Diff all sets for given key
and otherKey
and store result in destKey
.
- differenceAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.SetOperations
-
Diff all sets for given key
and otherKeys
and store result in destKey
.
- DigestUtils - Class in org.springframework.data.redis.core.script
-
- DigestUtils() - Constructor for class org.springframework.data.redis.core.script.DigestUtils
-
- disablePeerVerification() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
-
- disablePeerVerification() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
-
Disable peer verification.
- discard() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- discard() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- discard() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- discard() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- discard() - Method in interface org.springframework.data.redis.connection.RedisTxCommands
-
- discard() - Method in interface org.springframework.data.redis.core.RedisOperations
-
- discard() - Method in class org.springframework.data.redis.core.RedisTemplate
-
- distanceConverterForMetric(Metric) - Static method in class org.springframework.data.redis.connection.convert.Converters
-
- distinctRandomMembers(long) - Method in interface org.springframework.data.redis.core.BoundSetOperations
-
Get count
distinct random elements from set at the bound key.
- distinctRandomMembers(K, long) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
-
- distinctRandomMembers(K, long) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
-
Get count
distinct random elements from set at key
.
- distinctRandomMembers(K, long) - Method in interface org.springframework.data.redis.core.SetOperations
-
Get count
distinct random elements from set at key
.
- doClose() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
Shutdown the subscription and free any resources held.
- doClose() - Method in class org.springframework.data.redis.core.ScanCursor
-
- doGetAsyncDedicatedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- doGetAsyncDedicatedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- doGetConnection(RedisConnectionFactory, boolean, boolean, boolean) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
-
Gets a Redis connection.
- doHandleMessage(Message) - Method in class org.springframework.data.redis.listener.KeyExpirationEventMessageListener
-
- doHandleMessage(Message) - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
-
Handle the actual message
- doInCluster(T) - Method in interface org.springframework.data.redis.connection.ClusterCommandExecutor.ClusterCommandCallback
-
- doInCluster(T, byte[]) - Method in interface org.springframework.data.redis.connection.ClusterCommandExecutor.MultiKeyClusterCommandCallback
-
- doInit(Jedis) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
-
Do what ever is required to establish the connection to redis.
- doInKeyValue(KeyValueAdapter) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
-
- doInRedis(ReactiveRedisConnection) - Method in interface org.springframework.data.redis.core.ReactiveRedisCallback
-
- doInRedis(RedisConnection) - Method in interface org.springframework.data.redis.core.RedisCallback
-
- doInRedis(RedisClusterConnection) - Method in interface org.springframework.data.redis.core.RedisClusterCallback
-
Gets called by RedisClusterTemplate
with an active Redis connection.
- doInRedis(RedisKeyValueAdapter) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
-
- doOpen(long) - Method in class org.springframework.data.redis.core.ScanCursor
-
- doPartialUpdate(PartialUpdate<?>) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate
-
- doPsubscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
Subscribe to the given patterns
- doPUnsubscribe(boolean, byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
Pattern unsubscribe.
- doRegister(RedisMessageListenerContainer) - Method in class org.springframework.data.redis.listener.KeyExpirationEventMessageListener
-
- doRegister(RedisMessageListenerContainer) - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
-
Register instance within the container.
- doScan(long, ScanOptions) - Method in class org.springframework.data.redis.core.KeyBoundCursor
-
- doScan(byte[], long, ScanOptions) - Method in class org.springframework.data.redis.core.KeyBoundCursor
-
- doScan(long, ScanOptions) - Method in class org.springframework.data.redis.core.ScanCursor
-
Performs the actual scan command using the native client implementation.
- doSubscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
Subscribe to the given channels.
- doubleValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
- doubleValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
- doubleValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
- doUnsubscribe(boolean, byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
Channel unsubscribe.
- drainTo(Collection<? super E>, int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- drainTo(Collection<? super E>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- dump(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- dump(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- dump(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
-
Retrieve serialized version of the value stored at key
.
- dump(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Retrieve serialized version of the value stored at key
.
- dump(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
Executes the Redis dump command and returns the results.
- echo(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- echo(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- echo(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- echo(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- echo(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- echo(byte[]) - Method in interface org.springframework.data.redis.connection.RedisConnectionCommands
-
Returns message
via server roundtrip.
- echo(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Returns message
via server roundtrip.
- element() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- elementAt(long) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand
-
- elementAt(long) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
-
- elements() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- EnableRedisRepositories - Annotation Type in org.springframework.data.redis.repository.configuration
-
Annotation to activate Redis repositories.
- encode(String) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-
- encodeMap(Map<String, byte[]>) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-
- ENCODING - Static variable in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- entries() - Method in interface org.springframework.data.redis.core.BoundHashOperations
-
Get entire hash at the bound key.
- entries(H) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
-
- entries(H) - Method in interface org.springframework.data.redis.core.HashOperations
-
Get entire hash stored at key
.
- entries(H) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
-
Get entire hash stored at key
.
- entries(Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- entrySet() - Method in class org.springframework.data.redis.core.convert.Bucket
-
A set view of the mappings contained in this bucket.
- entrySet() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- entrySet() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- equals(Object) - Method in class org.springframework.data.redis.connection.DefaultStringTuple
-
- equals(Object) - Method in class org.springframework.data.redis.connection.DefaultTuple
-
- equals(Object) - Method in class org.springframework.data.redis.connection.RedisNode
-
- equals(Object) - Method in class org.springframework.data.redis.connection.util.ByteArrayWrapper
-
- equals(Object) - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
-
- equals(Object) - Method in class org.springframework.data.redis.core.DefaultTypedTuple
-
- equals(Object) - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-
- equals(Object) - Method in class org.springframework.data.redis.core.index.SpelIndexDefinition
-
- equals(Object) - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
- equals(Object) - Method in class org.springframework.data.redis.listener.ChannelTopic
-
- equals(Object) - Method in class org.springframework.data.redis.listener.PatternTopic
-
- equals(Object) - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
-
- equals(Object) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- equals(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- equals(Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- equals(Object) - Method in class org.springframework.data.redis.Version
-
- eval(byte[], ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- eval(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- eval(String, ReturnType, int, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
NOTE: This method will not deserialize Strings returned by Lua scripts, as they may not be encoded with the same
serializer used here.
- eval(byte[], ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
-
Evaluate given script
.
- eval(String, ReturnType, int, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Evaluate given script
.
- eval(RedisConnection, RedisScript<T>, ReturnType, int, byte[][], RedisSerializer<T>) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-
- evalSha(String, ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- evalSha(byte[], ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- evalSha(String, ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- evalSha(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- evalSha(String, ReturnType, int, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
NOTE: This method will not deserialize Strings returned by Lua scripts, as they may not be encoded with the same
serializer used here.
- evalSha(String, ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
-
Evaluate given scriptSha
.
- evalSha(byte[], ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
-
Evaluate given scriptSha
.
- evalSha(String, ReturnType, int, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Evaluate given scriptSha
.
- evict(Object) - Method in class org.springframework.data.redis.cache.RedisCache
-
- evict(RedisCacheElement) - Method in class org.springframework.data.redis.cache.RedisCache
-
- exceptionConverter() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
-
- exceptionConverter() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- ExceptionTranslationStrategy - Interface in org.springframework.data.redis
-
- exec() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- exec() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- exec() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- exec() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- exec() - Method in interface org.springframework.data.redis.connection.RedisTxCommands
-
- exec() - Method in interface org.springframework.data.redis.core.RedisOperations
-
- exec(RedisSerializer<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Execute a transaction, using the provided
RedisSerializer
to deserialize any results that are byte[]s or
Collections of byte[]s.
- exec() - Method in class org.springframework.data.redis.core.RedisTemplate
-
Execute a transaction, using the default
RedisSerializer
s to deserialize any results that are byte[]s or
Collections or Maps of byte[]s or Tuples.
- exec(RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- execRaw() - Method in class org.springframework.data.redis.core.RedisTemplate
-
- execute(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- execute(String, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- execute(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- execute(String, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- execute(String, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- execute(String, byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- execute(String, CommandOutput, byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
'Native' or 'raw' execution of the given command along-side the given arguments.
- execute(String, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisCommands
-
'Native' or 'raw' execution of the given command along-side the given arguments.
- execute(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
'Native' or 'raw' execution of the given command along-side the given arguments.
- execute(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
'Native' or 'raw' execution of the given command along-side the given arguments.
- execute(RedisClusterCallback<T>) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
-
- execute(ReactiveRedisCallback<T>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
Executes the given action within a Redis connection.
- execute(ReactiveRedisCallback<T>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- execute(ReactiveRedisCallback<T>, boolean) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
Executes the given action object within a connection that can be exposed or not.
- execute(RedisCallback<T>) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- execute(RedisCallback<T>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Executes the given action within a Redis connection.
- execute(SessionCallback<T>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Executes a Redis session.
- execute(RedisScript<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.RedisOperations
-
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.RedisOperations
-
- execute(RedisCallback<T>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- execute(RedisCallback<T>, boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
-
Executes the given action object within a connection, which can be exposed or not.
- execute(RedisCallback<T>, boolean, boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
-
Executes the given action object within a connection that can be exposed or not.
- execute(SessionCallback<T>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- execute(RedisScript<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- execute(RedisScript<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-
- execute(RedisScript<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.script.ScriptExecutor
-
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.script.ScriptExecutor
-
- execute(RedisOperations<K, V>) - Method in interface org.springframework.data.redis.core.SessionCallback
-
Executes all the given operations inside the same session.
- executeCommandAsyncOnNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T>, Iterable<RedisClusterNode>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- executeCommandOnAllNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- executeCommandOnArbitraryNode(ClusterCommandExecutor.ClusterCommandCallback<?, T>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- executeCommandOnSingleNode(ClusterCommandExecutor.ClusterCommandCallback<S, T>, RedisClusterNode) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- executeListener(MessageListener, Message, byte[]) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
Execute the specified listener.
- executeMuliKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T>, Iterable<byte[]>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-
- executePipelined(RedisCallback<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Executes the given action object on a pipelined connection, returning the results.
- executePipelined(RedisCallback<?>, RedisSerializer<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Executes the given action object on a pipelined connection, returning the results using a dedicated serializer.
- executePipelined(SessionCallback<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Executes the given Redis session on a pipelined connection.
- executePipelined(SessionCallback<?>, RedisSerializer<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer.
- executePipelined(SessionCallback<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- executePipelined(SessionCallback<?>, RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- executePipelined(RedisCallback<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- executePipelined(RedisCallback<?>, RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- executeWithStickyConnection(RedisCallback<T>) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Allocates and binds a new
RedisConnection
to the actual return type of the method.
- executeWithStickyConnection(RedisCallback<T>) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- exists(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- exists(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- exists(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- exists(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Determine if given key exists.
- exists(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Determine if given key exists.
- exists(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
-
Determine if given key
exists.
- exists(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Determine if given key
exists.
- Expiration - Class in org.springframework.data.redis.core.types
-
Expiration holds a value with its associated
TimeUnit
.
- Expiration(long, TimeUnit) - Constructor for class org.springframework.data.redis.core.types.Expiration
-
- expire(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- expire(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- expire(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- expire(ByteBuffer, Duration) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Set time to live for given key
in seconds.
- expire(Publisher<ReactiveKeyCommands.ExpireCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Expire keys one by one.
- expire(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
-
Set time to live for given key
in seconds.
- expire(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Set time to live for given key
in seconds.
- expire(long, TimeUnit) - Method in interface org.springframework.data.redis.core.BoundKeyOperations
-
Sets the key time-to-live/expiration.
- expire(K, Duration) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
Set time to live for given key
.
- expire(K, Duration) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- expire(K, long, TimeUnit) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Set time to live for given key
..
- expire(K, long, TimeUnit) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- expire(long, TimeUnit) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
- expire(long, TimeUnit) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
- expire(long, TimeUnit) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
- expire(long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- expire(long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- expire(long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- expireAfter(long) - Method in class org.springframework.data.redis.cache.RedisCacheElement
-
Expire the element after given seconds.
- expireAt(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- expireAt(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- expireAt(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- expireAt(ByteBuffer, Instant) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Set the expiration for given key
as a UNIX timestamp.
- expireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
-
Set one-by-one the expiration for given key
as a UNIX timestamp.
- expireAt(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
-
Set the expiration for given key
as a UNIX timestamp.
- expireAt(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Set the expiration for given key
as a UNIX timestamp.
- expireAt(Date) - Method in interface org.springframework.data.redis.core.BoundKeyOperations
-
Sets the key time-to-live/expiration.
- expireAt(K, Instant) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
Set the expiration for given key
as a expireAt timestamp.
- expireAt(K, Instant) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- expireAt(K, Date) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Set the expiration for given key
as a date timestamp.
- expireAt(K, Date) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- expireAt(Date) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
- expireAt(Date) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
- expireAt(Date) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
- expireAt(Date) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- expireAt(Date) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- expireAt(Date) - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- expiring(Expiration) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
-
- extract(String) - Method in class org.springframework.data.redis.core.convert.Bucket
-
Extracts a bucket containing key/value pairs with the prefix
.
- extractAllKeysFor(String) - Method in class org.springframework.data.redis.core.convert.Bucket
-
Get all the keys matching a given path.
- extractMessage(Message) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
-
Extract the message body from the given Redis message.
- GenericJackson2JsonRedisSerializer - Class in org.springframework.data.redis.serializer
-
- GenericJackson2JsonRedisSerializer() - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
-
- GenericJackson2JsonRedisSerializer(String) - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
-
- GenericJackson2JsonRedisSerializer(ObjectMapper) - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
-
Setting a custom-configured ObjectMapper
is one way to take further control of the JSON serialization
process.
- GenericToStringSerializer<T> - Class in org.springframework.data.redis.serializer
-
Generic String to byte[] (and back) serializer.
- GenericToStringSerializer(Class<T>) - Constructor for class org.springframework.data.redis.serializer.GenericToStringSerializer
-
- GenericToStringSerializer(Class<T>, Charset) - Constructor for class org.springframework.data.redis.serializer.GenericToStringSerializer
-
- geoAdd(byte[], Point, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoAdd(byte[], Map<byte[], Point>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoAdd(byte[], Point, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(String, Point, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(String, RedisGeoCommands.GeoLocation<String>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(byte[], Map<byte[], Point>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(String, Map<String, Point>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(String, Iterable<RedisGeoCommands.GeoLocation<String>>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoAdd(ByteBuffer, Point, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Add
Point
with given member to key.
- geoAdd(ByteBuffer, RedisGeoCommands.GeoLocation<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
- geoAdd(ByteBuffer, Collection<RedisGeoCommands.GeoLocation<ByteBuffer>>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
- geoAdd(Publisher<ReactiveGeoCommands.GeoAddCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
- geoAdd(byte[], Point, byte[]) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Add
Point
with given member name to key.
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
- geoAdd(byte[], Map<byte[], Point>) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
- geoAdd(String, Point, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Add
Point
with given member name to key.
- geoAdd(String, RedisGeoCommands.GeoLocation<String>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Add GeoLocation
to key.
- geoAdd(String, Map<String, Point>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
- geoAdd(String, Iterable<RedisGeoCommands.GeoLocation<String>>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Add GeoLocation
s to key
- geoAdd(Point, M) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Add
Point
with given member name to key.
- geoAdd(RedisGeoCommands.GeoLocation<M>) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
- geoAdd(Map<M, Point>) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
- geoAdd(Iterable<RedisGeoCommands.GeoLocation<M>>) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
- geoAdd(K, Point, M) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoAdd(K, RedisGeoCommands.GeoLocation<M>) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoAdd(K, Map<M, Point>) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoAdd(K, Point, V) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoAdd(K, RedisGeoCommands.GeoLocation<V>) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoAdd(K, Map<V, Point>) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<V>>) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoAdd(K, Publisher<? extends Collection<RedisGeoCommands.GeoLocation<V>>>) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoAdd(K, Point, M) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Add
Point
with given member name to key.
- geoAdd(K, RedisGeoCommands.GeoLocation<M>) - Method in interface org.springframework.data.redis.core.GeoOperations
-
- geoAdd(K, Map<M, Point>) - Method in interface org.springframework.data.redis.core.GeoOperations
-
- geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - Method in interface org.springframework.data.redis.core.GeoOperations
-
- geoAdd(K, Point, M) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Add
Point
with given member name to key.
- geoAdd(K, RedisGeoCommands.GeoLocation<M>) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
- geoAdd(K, Map<M, Point>) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
- geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
- geoAdd(K, Publisher<? extends Collection<RedisGeoCommands.GeoLocation<M>>>) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
- geoCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- geoCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- geoCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- geoCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- geoCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
-
- geoCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
-
- geoCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
-
- geoCoordinatesToPoint(GeoCoordinates) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- geoCoordinatesToPointConverter() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- geoCoordinateToPointConverter() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
-
- geoDist(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoDist(byte[], byte[], byte[], Metric) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoDist(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoDist(String, String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoDist(byte[], byte[], byte[], Metric) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoDist(String, String, String, Metric) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoDist(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
- geoDist(ByteBuffer, ByteBuffer, ByteBuffer, Metric) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
- geoDist(Publisher<ReactiveGeoCommands.GeoDistCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
- geoDist(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Get the
Distance
between member1 and member2.
- geoDist(byte[], byte[], byte[], Metric) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
- geoDist(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the
Distance
between member1 and member2.
- geoDist(String, String, String, Metric) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
- geoDist(M, M) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Get the
Distance
between member1 and member2.
- geoDist(M, M, Metric) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
- geoDist(K, M, M) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoDist(K, M, M, Metric) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoDist(K, V, V) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoDist(K, V, V, Metric) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoDist(K, M, M) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Get the
Distance
between member1 and member2.
- geoDist(K, M, M, Metric) - Method in interface org.springframework.data.redis.core.GeoOperations
-
- geoDist(K, M, M) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get the
Distance
between member1 and member2.
- geoDist(K, M, M, Metric) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
- geoHash(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoHash(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoHash(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoHash(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get geohash representation of the position for the one member.
- geoHash(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get geohash representation of the position for one or more members.
- geoHash(Publisher<ReactiveGeoCommands.GeoHashCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get geohash representation of the position for one or more members.
- geoHash(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Get Geohash representation of the position for one or more members.
- geoHash(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get geohash representation of the position for one or more members.
- geoHash(M...) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Get Geohash representation of the position for one or more members.
- geoHash(K, M...) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoHash(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoHash(K, V...) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoHash(K, M...) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Get Geohash representation of the position for one or more members.
- geoHash(K, M) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get Geohash representation of the position for one or more members.
- geoHash(K, M...) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get Geohash representation of the position for one or more members.
- GeoIndexDefinition - Class in org.springframework.data.redis.core.index
-
- GeoIndexDefinition(String, String) - Constructor for class org.springframework.data.redis.core.index.GeoIndexDefinition
-
- GeoIndexDefinition(String, String, String) - Constructor for class org.springframework.data.redis.core.index.GeoIndexDefinition
-
- GeoIndexed - Annotation Type in org.springframework.data.redis.core.index
-
Mark properties value to be included in a secondary index.
- GeoIndexedPropertyValue - Class in org.springframework.data.redis.core.convert
-
IndexedData
implementation indicating storage of data within a Redis GEO structure.
- GeoIndexedPropertyValue() - Constructor for class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-
- geoIndexName(String) - Static method in class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-
- GeoLocation() - Constructor for class org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation
-
- GeoOperations<K,M> - Interface in org.springframework.data.redis.core
-
Redis operations for geo commands.
- geoPos(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoPos(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoPos(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoPos(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the
Point
representation of positions for the members.
- geoPos(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the
Point
representation of positions for one or more members.
- geoPos(Publisher<ReactiveGeoCommands.GeoPosCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the
Point
representation of positions for one or more members.
- geoPos(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Get the
Point
representation of positions for one or more members.
- geoPos(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the
Point
representation of positions for one or more members.
- geoPos(M...) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Get the
Point
representation of positions for one or more members.
- geoPos(K, M...) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoPos(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoPos(K, V...) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoPos(K, M...) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Get the
Point
representation of positions for one or more members.
- geoPos(K, M) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get the
Point
representation of positions for one or more members.
- geoPos(K, M...) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get the
Point
representation of positions for one or more members.
- geoRadius(byte[], Circle) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoRadius(String, Circle) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadius(byte[], Circle) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadius(ByteBuffer, Circle) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the members within the boundaries of a given
Circle
.
- geoRadius(ByteBuffer, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the members within the boundaries of a given
Circle
applying given parameters.
- geoRadius(Publisher<ReactiveGeoCommands.GeoRadiusCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the members within the boundaries of a given
Circle
applying given parameters.
- geoRadius(byte[], Circle) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Get the members within the boundaries of a given
Circle
.
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
- geoRadius(String, Circle) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the members within the boundaries of a given
Circle
.
- geoRadius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the members within the boundaries of a given
Circle
applying
GeoRadiusCommandArgs
.
- geoRadius(Circle) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Get the members within the boundaries of a given
Circle
.
- geoRadius(Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
- geoRadius(K, Circle) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoRadius(K, Circle) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoRadius(K, Circle) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Get the members within the boundaries of a given
Circle
.
- geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.GeoOperations
-
- geoRadius(K, Circle) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get the members within the boundaries of a given
Circle
.
- geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
- geoRadiusByMember(byte[], byte[], Distance) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoRadiusByMember(String, String, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadiusByMember(String, String, Distance) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadiusByMember(byte[], byte[], double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadiusByMember(byte[], byte[], Distance) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRadiusByMember(ByteBuffer, ByteBuffer, Distance) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the members within given
Distance
from member applying given parameters.
- geoRadiusByMember(ByteBuffer, ByteBuffer, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the members within given
Distance
from member applying given parameters.
- geoRadiusByMember(Publisher<ReactiveGeoCommands.GeoRadiusByMemberCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
-
Get the members within given
Distance
from member applying given parameters.
- geoRadiusByMember(byte[], byte[], double) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Get the members within the circle defined by the members coordinates and given
radius.
- geoRadiusByMember(byte[], byte[], Distance) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Get the members within the circle defined by the members coordinates and given
Distance
.
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
- geoRadiusByMember(String, String, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the members within the circle defined by the members coordinates and given
radius.
- geoRadiusByMember(String, String, Distance) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the members within the circle defined by the members coordinates and given
Distance
.
- geoRadiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the members within the circle defined by the members coordinates and given
Distance
and
GeoRadiusCommandArgs
.
- geoRadiusByMember(K, M, double) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Get the members within the circle defined by the members coordinates and given
radius.
- geoRadiusByMember(M, Distance) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Get the members within the circle defined by the members coordinates and given
radius applying
Metric
.
- geoRadiusByMember(M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
- geoRadiusByMember(K, M, double) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoRadiusByMember(K, M, Distance) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoRadiusByMember(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoRadiusByMember(K, V, double) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoRadiusByMember(K, V, Distance) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoRadiusByMember(K, V, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoRadiusByMember(K, M, double) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Get the members within the circle defined by the members coordinates and given
radius.
- geoRadiusByMember(K, M, Distance) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Get the members within the circle defined by the members coordinates and given
radius applying
Metric
.
- geoRadiusByMember(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.GeoOperations
-
- geoRadiusByMember(K, M, double) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get the members within the circle defined by the members coordinates and given
radius.
- geoRadiusByMember(K, M, Distance) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Get the members within the circle defined by the members coordinates and given
radius applying
Metric
.
- geoRadiusByMember(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
- geoRadiusResponseToGeoResultsConverter(Metric) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
-
- geoRadiusResponseToGeoResultsConverter(Metric) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
-
- geoRemove(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- geoRemove(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRemove(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- geoRemove(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
-
Remove the members.
- geoRemove(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Remove the members.
- geoRemove(M...) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
-
Remove the members.
- geoRemove(K, M...) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-
- geoRemove(K, V...) - Method in class org.springframework.data.redis.core.DefaultReactiveGeoOperations
-
- geoRemove(K, M...) - Method in interface org.springframework.data.redis.core.GeoOperations
-
Remove the members.
- geoRemove(K, M...) - Method in interface org.springframework.data.redis.core.ReactiveGeoOperations
-
Remove the members.
- get(Object, Class<T>) - Method in class org.springframework.data.redis.cache.RedisCache
-
Return the value to which this cache maps the specified key, generically specifying a type that return value will
be cast to.
- get(Object) - Method in class org.springframework.data.redis.cache.RedisCache
-
- get(Object, Callable<T>) - Method in class org.springframework.data.redis.cache.RedisCache
-
- get(RedisCacheKey) - Method in class org.springframework.data.redis.cache.RedisCache
-
Return the value to which this cache maps the specified key.
- get(ClusterInfo.Info) - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- get(String) - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- get(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- get(byte[]) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
-
- get(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- get(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- get() - Method in class org.springframework.data.redis.connection.FutureResult
-
- get(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Get single element stored at key.
- get(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Get elements one by one.
- get() - Method in class org.springframework.data.redis.connection.RedisPassword
-
Return the password value if present.
- get(RedisServer.INFO) - Method in class org.springframework.data.redis.connection.RedisServer
-
- get(String) - Method in class org.springframework.data.redis.connection.RedisServer
-
- get(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Get the value of key
.
- get(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the value of key
.
- get(Object) - Method in interface org.springframework.data.redis.core.BoundHashOperations
-
Get value for given key
from the hash at the bound key.
- get() - Method in interface org.springframework.data.redis.core.BoundValueOperations
-
Get the value of the bound key.
- get(long, long) - Method in interface org.springframework.data.redis.core.BoundValueOperations
-
Get a substring of value of the bound key between begin
and end
.
- get(String) - Method in class org.springframework.data.redis.core.convert.Bucket
-
Get value assigned with path.
- get(H, Object) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
-
- get(Object) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
-
- get(K, long, long) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
-
- get(H, Object) - Method in interface org.springframework.data.redis.core.HashOperations
-
Get value for given hashKey
from hash at key
.
- get(String) - Method in interface org.springframework.data.redis.core.query.SortCriterion
-
- get(H, Object) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
-
Get value for given hashKey
from hash at key
.
- get(Object) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
-
Get the value of key
.
- get(K, long, long) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
-
Get a substring of value of key
between begin
and end
.
- get(Serializable, Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- get(Serializable, Serializable, Class<T>) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- get(RedisClientInfo.INFO) - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
- get(String) - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
- get(Object) - Method in interface org.springframework.data.redis.core.ValueOperations
-
Get the value of key
.
- get(K, long, long) - Method in interface org.springframework.data.redis.core.ValueOperations
-
Get a substring of value of key
between begin
and end
.
- get() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
Gets the current value.
- get() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
Get the current value.
- get() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
Gets the current value.
- get(int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- get(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- get(Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- getAbbreviation() - Method in enum org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
-
- getActiveMasterNodes() - Method in class org.springframework.data.redis.connection.ClusterTopology
-
Get all master nodes in cluster where link-state
is connected and flags
does not contain
fail or fail?.
- getActiveNodes() - Method in class org.springframework.data.redis.connection.ClusterTopology
-
Get all nodes (master and slave) in cluster where link-state
is connected and flags
does
not contain fail or fail?.
- getAddressPort() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get address/port of the client.
- getAge() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get total duration of the connection in seconds.
- getAggregateFunction() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
-
- getAggregateFunction() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
-
- getAllOf(Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- getAllOf(Serializable, long, int) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- getAndAdd(double) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
Atomically adds the given value to the current value.
- getAndAdd(int) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
Atomically add the given value to current value.
- getAndAdd(long) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
Atomically adds the given value to the current value.
- getAndDecrement() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
Atomically decrements by one the current value.
- getAndDecrement() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
Atomically decrement by one the current value.
- getAndDecrement() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
Atomically decrements by one the current value.
- getAndIncrement() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
Atomically increments by one the current value.
- getAndIncrement() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
Atomically increment by one the current value.
- getAndIncrement() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
Atomically increments by one the current value.
- getAndSet(V) - Method in interface org.springframework.data.redis.core.BoundValueOperations
-
Set value
of the bound key and return its old value.
- getAndSet(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
-
- getAndSet(K, V) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
-
Set value
of key
and return its old value.
- getAndSet(K, V) - Method in interface org.springframework.data.redis.core.ValueOperations
-
Set value
of key
and return its old value.
- getAndSet(double) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
Atomically sets to the given value and returns the old value.
- getAndSet(int) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
Set to the give value and return the old value.
- getAndSet(long) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
Atomically sets to the given value and returns the old value.
- getAnnotation() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
-
- getArgs() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getArgs() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getArray() - Method in class org.springframework.data.redis.connection.util.ByteArrayWrapper
-
Returns the array.
- getAsyncDedicatedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- getBeanClass() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getBit(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- getBit(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getBit(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getBit(ByteBuffer, long) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Get the bit value at offset of value at key.
- getBit(Publisher<ReactiveStringCommands.GetBitCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Get the bit value at offset of value at key.
- getBit(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Get the bit value at offset
of value at key
.
- getBit(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get the bit value at offset
of value at key
.
- getBit(K, long) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
-
- getBit(K, long) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
-
« Get the bit value at offset
of value at key
.
- getBit(K, long) - Method in interface org.springframework.data.redis.core.ValueOperations
-
Get the bit value at offset
of value at key
.
- getBitOp() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
-
- getBody() - Method in class org.springframework.data.redis.connection.DefaultMessage
-
- getBody() - Method in interface org.springframework.data.redis.connection.Message
-
Returns the body (or the payload) of the message.
- getBucket() - Method in class org.springframework.data.redis.core.convert.RedisData
-
- getBufferFreeSpace() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get the free space of the query buffer.
- getBufferLength() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get the query buffer length.
- getBy() - Method in interface org.springframework.data.redis.core.query.SortQuery
-
Returns the pattern of the external key used for sorting.
- getByPattern() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
-
- getByPattern() - Method in interface org.springframework.data.redis.connection.SortParameters
-
Returns the pattern (if set) for sorting by external keys (BY).
- getBytes(ByteBuffer) - Static method in class org.springframework.data.redis.util.ByteUtils
-
Extract a byte array from
ByteBuffer
without consuming it.
- getCachePrefix() - Method in class org.springframework.data.redis.cache.RedisCacheManager
-
- getCauses() - Method in exception org.springframework.data.redis.connection.ClusterCommandExecutionFailureException
-
Get the collected errors.
- getChannel() - Method in class org.springframework.data.redis.connection.DefaultMessage
-
- getChannel() - Method in interface org.springframework.data.redis.connection.Message
-
Returns the channel associated with the message.
- getChannel() - Method in class org.springframework.data.redis.core.RedisKeyspaceEvent
-
- getChannels() - Method in interface org.springframework.data.redis.connection.Subscription
-
Returns the (named) channels for this subscription.
- getChannels() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
- getChannelSubscribtions() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get number of channel subscriptions.
- getClient() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
- getClient() - Method in interface org.springframework.data.redis.connection.lettuce.LettucePool
-
- getClientConfiguration() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getClientConfiguration() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getClientList(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
-
- getClientList() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- getClientList() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getClientList(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
-
- getClientList() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
-
Request information and statistics about connected clients.
- getClientList() - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Request information and statistics about connected clients.
- getClientList() - Method in interface org.springframework.data.redis.core.RedisOperations
-
/** Request information and statistics about connected clients.
- getClientList() - Method in class org.springframework.data.redis.core.RedisTemplate
-
- getClientName() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- getClientName() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getClientName() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- getClientName() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Returns the client name.
- getClientName() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
-
Returns the name of the current connection.
- getClientOptions() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
-
- getClientResources() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Get the ClientResources
to reuse infrastructure.
- getClientResources() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
-
- getClientResources() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Get the ClientResources
to reuse infrastructure.
- getCluster() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- getClusterCommandExecutor() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- getClusterCommandExecutor() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- getClusterConfiguration() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getClusterConfiguration() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getClusterConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getClusterConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getClusterConnection() - Method in interface org.springframework.data.redis.connection.RedisConnectionFactory
-
Provides a suitable connection for interacting with Redis Cluster.
- getClusterNodes() - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
-
- getClusterSize() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getCmd() - Method in class org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
-
- getCommandTimeout() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
-
- getConditions() - Method in interface org.springframework.data.redis.core.index.IndexDefinition
-
- getConditions() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-
- getConfig(RedisClusterNode, String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
-
- getConfig(String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- getConfig(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getConfig(RedisClusterNode, String) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
-
- getConfig(String) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
-
Load configuration parameters for given pattern
from server.
- getConfigEpoch() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- getConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getConnection() - Method in interface org.springframework.data.redis.connection.RedisConnectionFactory
-
Provides a suitable connection for interacting with Redis.
- getConnection(RedisConnectionFactory) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
-
Gets a Redis connection from the given factory.
- getConnection(RedisConnectionFactory, boolean) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
-
Gets a Redis connection from the given factory.
- getConnectionFactory() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
Returns the connectionFactory.
- getConnectionFactory() - Method in class org.springframework.data.redis.core.RedisAccessor
-
Returns the connectionFactory.
- getConnectionFactory() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
Returns the connectionFactory.
- getConnectTimeout() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- getConversionService() - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
-
- getConverted(TimeUnit) - Method in class org.springframework.data.redis.core.types.Expiration
-
Get the expiration time converted into the desired targetTimeUnit
.
- getConverter() - Method in class org.springframework.data.redis.connection.FutureResult
-
- getConverter() - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-
- getConvertersToRegister() - Static method in class org.springframework.data.redis.core.convert.Jsr310Converters
-
Returns the converters to be registered.
- getConvertPipelineAndTxResults() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Specifies if pipelined results should be converted to the expected data type.
- getConvertPipelineAndTxResults() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Specifies if pipelined results should be converted to the expected data type.
- getConvertPipelineAndTxResults() - Method in interface org.springframework.data.redis.connection.RedisConnectionFactory
-
Specifies if pipelined results should be converted to the expected data type.
- getCount() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
-
- getCount() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
-
- getCount() - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Limit
-
- getCount() - Method in class org.springframework.data.redis.connection.SortParameters.Range
-
- getCount() - Method in class org.springframework.data.redis.core.ScanOptions
-
- getCurrentEpoch() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getCursorId() - Method in class org.springframework.data.redis.core.ConvertingCursor
-
- getCursorId() - Method in interface org.springframework.data.redis.core.Cursor
-
Get the reference cursor.
- getCursorId() - Method in class org.springframework.data.redis.core.ScanCursor
-
- getCursorId() - Method in class org.springframework.data.redis.core.ScanIteration
-
The cursor id to be used for subsequent requests.
- getDatabase() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Returns the index of the database.
- getDatabase() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Returns the index of the database.
- getDatabase() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Returns the index of the database.
- getDatabase() - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand
-
- getDatabase() - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
-
- getDatabase() - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
-
- getDatabaseId() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get current database index.
- getDefaultKeyValueTemplateBeanDefinition(RepositoryConfigurationSource) - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
-
- getDefaultKeyValueTemplateRef() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
-
- getDefaultListenerMethod() - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
-
Return the name of the default listener method to delegate to.
- getDefaultScore() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
- getDefaultScore() - Method in interface org.springframework.data.redis.support.collections.RedisZSet
-
Returns the default score used by this set.
- getDefaultSerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
-
Returns the default serializer used by this template.
- getDelegate() - Method in interface org.springframework.data.redis.connection.DecoratedRedisConnection
-
- getDelegate() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getDelegate() - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
-
Returns the target object to delegate message listening to.
- getDependencyInstance(Bean<S>, Type) - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
Returns an instance of the given Bean
from the container.
- getDestination() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
-
- getDestination() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
-
- getDestination() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
-
- getDestinationKey() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
-
- getDirection() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
-
- getDistance() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getDistance() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getDistance() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
-
- getDownAfterMilliseconds() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.redis.repository.support.RedisRepositoryFactory
-
- getEvents() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get file descriptor events.
- getExpiration() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
-
- getExpirationTime() - Method in class org.springframework.data.redis.core.types.Expiration
-
Get the expiration time.
- getExpirationTimeInMilliseconds() - Method in class org.springframework.data.redis.core.types.Expiration
-
- getExpirationTimeInSeconds() - Method in class org.springframework.data.redis.core.types.Expiration
-
- getExpire() - Method in interface org.springframework.data.redis.core.BoundKeyOperations
-
Returns the expiration of this key.
- getExpire(K) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
Get the time to live for key
.
- getExpire(K) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- getExpire(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Get the time to live for key
in seconds.
- getExpire(K, TimeUnit) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Get the time to live for
key
in and convert it to the given
TimeUnit
.
- getExpire(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- getExpire(K, TimeUnit) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- getExpire() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
- getExpire() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
- getExpire() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
- getExpire() - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- getExpire() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- getExpire() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- getExpireAt() - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
-
- getExplicitTimeToLiveProperty() - Method in class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
-
- getExplicitTimeToLiveProperty() - Method in interface org.springframework.data.redis.core.mapping.RedisPersistentEntity
-
- getExpression() - Method in class org.springframework.data.redis.core.index.SpelIndexDefinition
-
Get the raw expression.
- getExtension() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
-
- getFailoverTimeout() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getFallback(Exception) - Method in class org.springframework.data.redis.FallbackExceptionTranslationStrategy
-
- getField() - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
-
- getField() - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
-
- getFields() - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
-
- getFields() - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
-
- getFieldValueMap() - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
-
- getFileDescriptor() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get file descriptor corresponding to the socket
- getFirst() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- getFirstNonNullNotEmptyOrDefault(T) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.MulitNodeResult
-
- getFirstValue() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
-
- getFlags() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getFlags() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getFlags() - Method in class org.springframework.data.redis.connection.RedisClusterNode
-
- getFlags() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
- getFlags() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getFlags() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get client flags.
- getFrom() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
-
- getGeoLocations() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
-
- getGetPattern() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
-
- getGetPattern() - Method in interface org.springframework.data.redis.connection.SortParameters
-
Returns the pattern (if set) for retrieving external keys (GET).
- getGetPattern() - Method in interface org.springframework.data.redis.core.query.SortQuery
-
Returns the external key(s) whose values are returned by the sort.
- getHashKeySerializationPair() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext
-
- getHashKeySerializer() - Method in interface org.springframework.data.redis.core.RedisOperations
-
- getHashKeySerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
-
Returns the hashKeySerializer.
- getHashValueSerializationPair() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext
-
- getHashValueSerializer() - Method in interface org.springframework.data.redis.core.RedisOperations
-
- getHashValueSerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
-
Returns the hashValueSerializer.
- getHost() - Method in class org.springframework.data.redis.connection.RedisNode
-
- getHostName() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Returns the Redis hostname.
- getHostName() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Returns the current host.
- getHostName() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Returns the current host.
- getHostName() - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
-
- getHostnameVerifier() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- getId() - Method in class org.springframework.data.redis.connection.RedisNode
-
- getId() - Method in class org.springframework.data.redis.core.convert.RedisData
-
- getId() - Method in class org.springframework.data.redis.core.PartialUpdate
-
Get the id of the element to update.
- getId() - Method in class org.springframework.data.redis.core.RedisKeyExpiredEvent
-
Get the expired objects id;
- getId() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
-
- getIdle() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get idle time of the connection in seconds.
- getIncrement() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
-
- getIndex() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand
-
- getIndex() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
-
- getIndexConfiguration() - Method in class org.springframework.data.redis.core.convert.MappingConfiguration
-
- getIndexDefinitionsFor(Serializable, String) - Method in class org.springframework.data.redis.core.index.IndexConfiguration
-
- getIndexDefinitionsFor(Serializable) - Method in class org.springframework.data.redis.core.index.IndexConfiguration
-
- getIndexDefinitionsFor(Serializable) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionProvider
-
- getIndexDefinitionsFor(Serializable, String) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionProvider
-
- getIndexedData() - Method in class org.springframework.data.redis.core.convert.RedisData
-
- getIndexName() - Method in class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-
- getIndexName() - Method in interface org.springframework.data.redis.core.convert.IndexedData
-
Get the
String
representation of the index name.
- getIndexName() - Method in class org.springframework.data.redis.core.convert.RemoveIndexedData
-
- getIndexName() - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
-
- getIndexName() - Method in interface org.springframework.data.redis.core.index.IndexDefinition
-
- getIndexName() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-
- getInfoRefresh() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getInjectionPoints() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getItems() - Method in class org.springframework.data.redis.core.ScanIteration
-
Get the items returned.
- getJavaType(Class<?>) - Method in class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
-
Returns the Jackson JavaType
for the specific class.
- getJedis() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- getJedis(RedisNode) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- getKey() - Method in class org.springframework.data.redis.cache.RedisCacheElement
-
- getKey() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PopResult
-
- getKey() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
-
- getKey() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
-
- getKey() - Method in interface org.springframework.data.redis.core.BoundKeyOperations
-
Returns the key associated with this entity.
- getKey() - Method in class org.springframework.data.redis.core.KeyBoundCursor
-
- getKey() - Method in interface org.springframework.data.redis.core.query.SortQuery
-
Return the target key for sorting.
- getKey() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
- getKey() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
- getKey() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
- getKey() - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- getKey() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- getKey() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- getKeyBytes() - Method in class org.springframework.data.redis.cache.RedisCacheElement
-
Get the binary key representation.
- getKeyBytes() - Method in class org.springframework.data.redis.cache.RedisCacheKey
-
Get the
Byte
representation of the given key element using prefix if available.
- getKeyElement() - Method in class org.springframework.data.redis.cache.RedisCacheKey
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
-
- getKeys() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
-
- getKeySerializationPair() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext
-
- getKeySerializer() - Method in interface org.springframework.data.redis.core.RedisOperations
-
- getKeySerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
-
Returns the key serializer used by this template.
- getKeyServingMasterNode(byte[]) - Method in class org.springframework.data.redis.connection.ClusterTopology
-
- getKeyServingNodes(byte[]) - Method in class org.springframework.data.redis.connection.ClusterTopology
-
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-
- getKeyspace() - Method in interface org.springframework.data.redis.core.convert.IndexedData
-
Get the associated keyspace the index resides in.
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
-
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.RedisData
-
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.RemoveIndexedData
-
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
-
- getKeyspace() - Method in interface org.springframework.data.redis.core.index.IndexDefinition
-
- getKeyspace() - Method in class org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
-
- getKeyspace() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-
- getKeyspace() - Method in class org.springframework.data.redis.core.RedisKeyExpiredEvent
-
Gets the keyspace in which the expiration occured.
- getKeyspaceConfiguration() - Method in class org.springframework.data.redis.core.convert.MappingConfiguration
-
- getKeyspaceSettings(Class<?>) - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration
-
- getKeyValuePairs() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
-
- getKnownNodes() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getLast() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- getLastCommand() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get last command played.
- getLastOkPingReply() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getLastPingSent() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getLimit() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
-
- getLimit() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getLimit() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getLimit() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
-
- getLimit() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
-
- getLimit() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
- getLimit() - Method in interface org.springframework.data.redis.connection.SortParameters
-
Returns the sorting limit (range or pagination).
- getLimit() - Method in interface org.springframework.data.redis.core.query.SortQuery
-
Returns the sorting limit (range or pagination).
- getLinkState() - Method in class org.springframework.data.redis.connection.RedisClusterNode
-
- getListener() - Method in interface org.springframework.data.redis.connection.Subscription
-
Returns the listener used for this subscription.
- getListener() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
- getListenerMethodName(Message, Object) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
-
Determine the name of the listener method that is supposed to handle the given message.
- getMappingConfiguration() - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
-
- getMappingContext() - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
-
- getMappingContext() - Method in interface org.springframework.data.redis.core.convert.RedisConverter
-
- getMappingContext() - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate
-
- getMaster() - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
-
Get the Sentinel master node.
- getMasterId() - Method in class org.springframework.data.redis.connection.RedisNode
-
- getMasterNodes() - Method in class org.springframework.data.redis.connection.ClusterTopology
-
Get all master nodes in cluster.
- getMax() - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
-
- getMaxRedirects() - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
-
- getMaxSubscriptionRegistrationWaitingTime() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
- getMember() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getMembers() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
-
- getMembers() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
-
- getMessagesReceived() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getMessagesSent() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getMetric() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
-
- getMin() - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
-
- getMissingCache(String) - Method in class org.springframework.data.redis.cache.RedisCacheManager
-
- getModuleName() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
-
- getModulePrefix() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
-
- getMultiCommandContext() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get the number of commands in a MULTI/EXEC context.
- getMultiplier() - Method in enum org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
-
- getName() - Method in class org.springframework.data.redis.cache.RedisCache
-
- getName() - Method in interface org.springframework.data.redis.connection.NamedNode
-
- getName() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
-
- getName() - Method in class org.springframework.data.redis.connection.RedisNode
-
- getName() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get the clients name.
- getName() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getNativeCache() - Method in class org.springframework.data.redis.cache.RedisCache
-
This implementation simply returns the RedisTemplate used for configuring the cache, giving access to
the underlying Redis store.
- getNativeConnection() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getNativeConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- getNativeConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- getNativeConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- getNativeConnection() - Method in interface org.springframework.data.redis.connection.RedisConnection
-
Returns the native connection (the underlying library/driver object).
- getNear() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
-
- getNewName() - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
-
- getNode() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
-
- getNodes() - Method in class org.springframework.data.redis.connection.ClusterTopology
-
- getNumberOtherSentinels() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getNumberSlaves() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getObject() - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
-
- getObjectType() - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
-
- getOffset() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
-
- getOffset() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
-
- getOffset() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
-
- getOffset() - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Limit
-
- getOperations() - Method in interface org.springframework.data.redis.core.BoundHashOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.BoundListOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.BoundSetOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.BoundValueOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.BoundZSetOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.HashOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.ListOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.SetOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.ValueOperations
-
- getOperations() - Method in interface org.springframework.data.redis.core.ZSetOperations
-
- getOperations() - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- getOperations() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- getOperations() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- getOperations() - Method in interface org.springframework.data.redis.support.collections.RedisStore
-
Returns the underlying Redis operations used by the backing implementation.
- getOption() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
-
- getOrder() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
-
- getOrder() - Method in interface org.springframework.data.redis.connection.SortParameters
-
Returns the sorting order.
- getOrder() - Method in interface org.springframework.data.redis.core.query.SortQuery
-
Returns the sorting order.
- getOrSismember() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
-
- getOutputBufferLength() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get the output buffer length.
- getOutputBufferMemoryUsage() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get output buffer memory usage.
- getOutputListLength() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get number queued replies in output buffer.
- getParallelSyncs() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getPassword() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Returns the password used for authenticating with the Redis server.
- getPassword() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Returns the password used for authenticating with the Redis server.
- getPassword() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Returns the password used for authenticating with the Redis server.
- getPassword() - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
-
- getPassword() - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
-
- getPassword() - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
-
- getPath() - Method in class org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
-
- getPath() - Method in interface org.springframework.data.redis.core.index.PathBasedRedisIndexDefinition
-
- getPath() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-
- getPath() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
-
- getPattern() - Method in class org.springframework.data.redis.core.ScanOptions
-
- getPatterns() - Method in interface org.springframework.data.redis.connection.Subscription
-
Returns the channel patters for this subscription.
- getPatterns() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-
- getPatternSubscrbtions() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
Get number of pattern subscriptions.
- getPendingCommands() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getPhase() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
- getPipeline() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- getPipelineResult() - Method in exception org.springframework.data.redis.connection.RedisPipelineException
-
Optionally returns the result of the pipeline that caused the exception.
- getPivot() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
-
- getPoint() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getPoint() - Method in class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-
- getPoint() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
-
- getPoolConfig() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- getPoolConfig() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Returns the poolConfig.
- getPoolConfig() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
- getPort() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Returns the port used to connect to the Redis instance.
- getPort() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Returns the current port.
- getPort() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Returns the current port.
- getPort() - Method in class org.springframework.data.redis.connection.RedisNode
-
- getPort() - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
-
- getPosition() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
-
- getPosition() - Method in class org.springframework.data.redis.core.ConvertingCursor
-
- getPosition() - Method in interface org.springframework.data.redis.core.Cursor
-
- getPosition() - Method in class org.springframework.data.redis.core.ScanCursor
-
- getPropertyPath() - Method in class org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
-
Get the target path.
- getPropertyUpdates() - Method in class org.springframework.data.redis.core.PartialUpdate
-
Get the list of individual property updates.
- getQualifiers() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getQuorum() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- getRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getRange(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
-
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
-
- getRange(ByteBuffer, long, long) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Get a substring of value of key between begin and end.
- getRange(Publisher<ReactiveRedisConnection.RangeCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Get a substring of value of key between begin and end.
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
-
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
-
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
-
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
-
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
-
- getRange() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
-
- getRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Get a substring of value of key
between begin
and end
.
- getRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get a substring of value of key
between start
and end
.
- getRaw() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PopResult
-
- getRaw() - Method in enum org.springframework.data.redis.connection.RedisClusterNode.Flag
-
- getReactiveClusterConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getReactiveClusterConnection() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnectionFactory
-
- getReactiveConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getReactiveConnection() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnectionFactory
-
- getReader() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
-
- getReadTimeout() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- getRedisOperations() - Method in class org.springframework.data.redis.cache.RedisCacheManager
-
- getResource() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
- getResource() - Method in interface org.springframework.data.redis.connection.Pool
-
- getResourceForSpecificNode(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.ClusterNodeResourceProvider
-
Get the client resource for the given node.
- getResultHolder() - Method in class org.springframework.data.redis.connection.FutureResult
-
- getResults() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.MulitNodeResult
-
- getResultType() - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
-
- getResultType() - Method in interface org.springframework.data.redis.core.script.RedisScript
-
- getRoleReported() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getRunId() - Method in class org.springframework.data.redis.connection.RedisServer
-
- getScope() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getScore() - Method in class org.springframework.data.redis.connection.DefaultTuple
-
- getScore() - Method in interface org.springframework.data.redis.connection.RedisZSetCommands.Tuple
-
- getScore() - Method in class org.springframework.data.redis.core.DefaultTypedTuple
-
- getScore() - Method in interface org.springframework.data.redis.core.ZSetOperations.TypedTuple
-
- getScriptAsString() - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
-
- getScriptAsString() - Method in interface org.springframework.data.redis.core.script.RedisScript
-
- getSentinelConfiguration() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getSentinelConfiguration() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
-
- getSentinelConnection(RedisNode) - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
-
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- getSentinelConnection(RedisNode) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getSentinelConnection(RedisNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getSentinelConnection() - Method in interface org.springframework.data.redis.connection.RedisConnection
-
- getSentinelConnection() - Method in interface org.springframework.data.redis.connection.RedisConnectionFactory
-
Provides a suitable connection for interacting with Redis Sentinel.
- getSentinels() - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
-
- getSerializationContext() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
- getSerializationContext() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- getSet(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- getSet(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getSet(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getSet(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Set value for key and return the existing value.
- getSet(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
-
Set value for key and return the existing value one by one.
- getSet(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
-
Set value
of key
and return its old value.
- getSet(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Set value
of key
and return its old value.
- getSha1() - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
-
- getSha1() - Method in interface org.springframework.data.redis.core.script.RedisScript
-
- getShardInfo() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getSharedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getShareNativeConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getShutdownTimeout() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
-
- getShutdownTimeout() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Returns the shutdown timeout for shutting down the RedisClient (in milliseconds).
- getSismember() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
-
- getSlaves(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
-
- getSlaves(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
-
- getSlot() - Method in exception org.springframework.data.redis.ClusterRedirectException
-
Get slot to go for.
- getSlotRange() - Method in class org.springframework.data.redis.connection.RedisClusterNode
-
- getSlots() - Method in class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
-
- getSlotsArray() - Method in class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
-
- getSlotsAssigned() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getSlotServingNodes(int) - Method in class org.springframework.data.redis.connection.ClusterTopology
-
- getSlotsFail() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getSlotsOk() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getSlotsPfail() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getSortDirection() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
- getSource() - Method in class org.springframework.data.redis.core.RedisKeyspaceEvent
-
- getSourceKeys() - Method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
-
- getSourceKeys() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
-
- getSourceKeys() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
-
- getSslParameters() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- getSslSocketFactory() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
-
- getStandaloneConfiguration() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
- getStandaloneConfiguration() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
- getStart() - Method in class org.springframework.data.redis.connection.SortParameters.Range
-
- getState() - Method in class org.springframework.data.redis.connection.ClusterInfo
-
- getStereotypes() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getStore() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getStore() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getStoreDist() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
- getStoreDist() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
-
- getStringSerializationPair() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext
-
- getStringSerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
-
Returns the stringSerializer.
- getSubscription() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- getSubscription() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- getSubscription() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- getSubscription() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- getSubscription() - Method in interface org.springframework.data.redis.connection.RedisPubSubCommands
-
Returns the current subscription for this connection or null if the connection is not subscribed.
- getTarget() - Method in class org.springframework.data.redis.core.PartialUpdate
-
Get the target type.
- getTargetHost() - Method in exception org.springframework.data.redis.ClusterRedirectException
-
Get host serving the slot.
- getTargetPort() - Method in exception org.springframework.data.redis.ClusterRedirectException
-
Get port on host serving the slot.
- getTimeout() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Returns the timeout.
- getTimeout() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-
Returns the connection timeout (in milliseconds).
- getTimeout() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Returns the connection timeout (in milliseconds).
- getTimeout() - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand
-
- getTimeout() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
-
- getTimeout() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
-
- getTimeToLive() - Method in class org.springframework.data.redis.cache.RedisCacheElement
-
- getTimeToLive() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
-
- getTimeToLive() - Method in class org.springframework.data.redis.core.convert.RedisData
-
Get the time before expiration in seconds.
- getTimeToLive(Object) - Method in interface org.springframework.data.redis.core.TimeToLiveAccessor
-
- getTimeToLiveAccessor() - Method in class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
-
- getTimeToLiveAccessor() - Method in interface org.springframework.data.redis.core.mapping.RedisPersistentEntity
-
- getTimeToLivePropertyName() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
-
- getTimeUnit() - Method in class org.springframework.data.redis.core.types.Expiration
-
Get the time unit for the expiration time.
- getTo() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
-
- getTopic() - Method in class org.springframework.data.redis.listener.ChannelTopic
-
Returns the topic name.
- getTopic() - Method in class org.springframework.data.redis.listener.PatternTopic
-
- getTopic() - Method in interface org.springframework.data.redis.listener.Topic
-
Returns the topic (as a String).
- getTopology() - Method in interface org.springframework.data.redis.connection.ClusterTopologyProvider
-
- getTopologyProvider() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- getTransaction() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- getTuples() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
-
- getType() - Method in class org.springframework.data.redis.connection.RedisNode
-
- getType() - Method in interface org.springframework.data.redis.core.BoundKeyOperations
-
Returns the associated Redis type.
- getType() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
-
- getType() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-
- getType() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-
- getType() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-
- getType() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-
- getType() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- getType() - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
-
- getType() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
-
- getType() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- getTypeInformation() - Method in class org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
-
- getTypes() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-
- getUpsert() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
-
- getUsePool() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-
Indicates the use of a connection pool.
- getValidateConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-
Indicates if validation of the native Lettuce connection is enabled.
- getValue() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
-
Get the actual value of the command execution.
- getValue() - Method in class org.springframework.data.redis.connection.DefaultTuple
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PopResult
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand
-
- getValue() - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range.Boundary
-
- getValue() - Method in interface org.springframework.data.redis.connection.RedisZSetCommands.Tuple
-
- getValue() - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
-
Get the value to index.
- getValue() - Method in class org.springframework.data.redis.core.DefaultTypedTuple
-
- getValue() - Method in class org.springframework.data.redis.core.PartialUpdate
-
- getValue() - Method in class org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
-
Get the value to set.
- getValue() - Method in class org.springframework.data.redis.core.RedisKeyExpiredEvent
-
Get the expired Object
- getValue() - Method in interface org.springframework.data.redis.core.ZSetOperations.TypedTuple
-
- getValueAsString() - Method in class org.springframework.data.redis.connection.DefaultStringTuple
-
- getValueAsString() - Method in interface org.springframework.data.redis.connection.StringRedisConnection.StringTuple
-
- getValues() - Method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
-
- getValues() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
-
- getValues() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
-
- getValues() - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
-
- getValues() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
-
- getValueSerializationPair() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext
-
- getValueSerializer() - Method in interface org.springframework.data.redis.core.RedisOperations
-
- getValueSerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
-
Returns the value serializer used by this template.
- getWeights() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
-
- getWeights() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
-
- getWriter() - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
-
- gt(Object) - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
-
Greater Than
- gte(Object) - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
-
Greater Than Equals
- handleListenerException(Throwable) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
-
Handle the given exception that arose during listener execution.
- handleListenerException(Throwable) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
Handle the given exception that arose during listener execution.
- handleSubscriptionException(Throwable) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-
Handle subscription task exception.
- hasExplictTimeToLiveProperty() - Method in class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
-
- hasExplictTimeToLiveProperty() - Method in interface org.springframework.data.redis.core.mapping.RedisPersistentEntity
-
- hasFlags() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
- hashCode() - Method in class org.springframework.data.redis.connection.DefaultStringTuple
-
- hashCode() - Method in class org.springframework.data.redis.connection.DefaultTuple
-
- hashCode() - Method in class org.springframework.data.redis.connection.RedisNode
-
- hashCode() - Method in class org.springframework.data.redis.connection.util.ByteArrayWrapper
-
- hashCode() - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
-
- hashCode() - Method in class org.springframework.data.redis.core.DefaultTypedTuple
-
- hashCode() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-
- hashCode() - Method in class org.springframework.data.redis.core.index.SpelIndexDefinition
-
- hashCode() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
-
- hashCode() - Method in class org.springframework.data.redis.listener.ChannelTopic
-
- hashCode() - Method in class org.springframework.data.redis.listener.PatternTopic
-
- hashCode() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
-
- hashCode() - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
-
- hashCode() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
-
- hashCode() - Method in class org.springframework.data.redis.support.collections.RedisProperties
-
- hashCode() - Method in class org.springframework.data.redis.Version
-
- hashCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- hashCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- hashCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- hashCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- hashCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
-
- hashCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
-
- hashCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
-
- hashKey(RedisSerializationContext.SerializationPair<?>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
-
- hashKey(RedisElementReader<? extends Object>, RedisElementWriter<? extends Object>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
-
- hashKey(RedisSerializer<? extends Object>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
-
- HashMapper<T,K,V> - Interface in org.springframework.data.redis.hash
-
Core mapping contract between Java types and Redis hashes/maps.
- HashOperations<H,HK,HV> - Interface in org.springframework.data.redis.core
-
Redis map specific operations working on a hash.
- hashValue(RedisSerializationContext.SerializationPair<?>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
-
- hashValue(RedisElementReader<? extends Object>, RedisElementWriter<? extends Object>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
-
- hashValue(RedisSerializer<? extends Object>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
-
- hasIndexFor(Serializable) - Method in class org.springframework.data.redis.core.index.IndexConfiguration
-
- hasIndexFor(Serializable, String) - Method in class org.springframework.data.redis.core.index.IndexConfiguration
-
- hasIndexFor(Serializable) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionProvider
-
Gets all of the RedisIndexSetting
for a given keyspace.
- hasIndexFor(Serializable, String) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionProvider
-
Checks if an index is defined for a given keyspace and property path.
- hasKey(Object) - Method in interface org.springframework.data.redis.core.BoundHashOperations
-
Determine if given hash key
exists at the bound key.
- hasKey(H, Object) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
-
- hasKey(H, Object) - Method in interface org.springframework.data.redis.core.HashOperations
-
Determine if given hash hashKey
exists.
- hasKey(H, Object) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
-
Determine if given hash hashKey
exists.
- hasKey(K) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
-
Determine if given key
exists.
- hasKey(K) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
-
- hasKey(K) - Method in interface org.springframework.data.redis.core.RedisOperations
-
Determine if given key
exists.
- hasKey(K) - Method in class org.springframework.data.redis.core.RedisTemplate
-
- hasKeyPrefix() - Method in class org.springframework.data.redis.cache.RedisCacheElement
-
- hasLimit() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
- hasNext() - Method in class org.springframework.data.redis.core.ConvertingCursor
-
- hasNext() - Method in class org.springframework.data.redis.core.ScanCursor
-
- hasPrefix() - Method in class org.springframework.data.redis.cache.RedisCacheKey
-
- hasRedisSentinelConfigured() - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
-
- hasSettingsFor(Class<?>) - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration
-
- hasSortDirection() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-
- hDel(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hDel(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hDel(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hDel(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Delete given hash field.
- hDel(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Delete given hash fields.
- hDel(Publisher<ReactiveHashCommands.HDelCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Delete given hash fields.
- hDel(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Delete given hash fields
.
- hDel(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Delete given hash fields
.
- hExists(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hExists(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hExists(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hExists(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Determine if given hash field exists.
- hExists(Publisher<ReactiveHashCommands.HExistsCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Determine if given hash field exists.
- hExists(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Determine if given hash field
exists.
- hExists(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Determine if given hash field
exists.
- hGet(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hGet(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hGet(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hGet(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get value for given field from hash at key.
- hGet(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Get value for given field
from hash at key
.
- hGet(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get value for given field
from hash at key
.
- hGetAll(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hGetAll(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hGetAll(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hGetAll(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get entire hash stored at key.
- hGetAll(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get entire hash stored at key.
- hGetAll(byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Get entire hash stored at key
.
- hGetAll(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get entire hash stored at key
.
- hIncrBy(byte[], byte[], double) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hIncrBy(byte[], byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hIncrBy(byte[], byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hIncrBy(byte[], byte[], double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hIncrBy(String, String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hIncrBy(String, String, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hIncrBy(ByteBuffer, ByteBuffer, T) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
-
Increment value of a hash field by the given value.
- hIncrBy(Publisher<ReactiveNumberCommands.HIncrByCommand<T>>) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
-
Increment value of a hash field by the given value.
- hIncrBy(byte[], byte[], long) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Increment value
of a hash field
by the given delta
.
- hIncrBy(byte[], byte[], double) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Increment value
of a hash field
by the given delta
.
- hIncrBy(String, String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Increment value
of a hash field
by the given delta
.
- hIncrBy(String, String, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Increment value
of a hash field
by the given delta
.
- hKeys(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hKeys(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hKeys(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hKeys(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get key set (fields) of hash at key.
- hKeys(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get key set (fields) of hash at key.
- hKeys(byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Get key set (fields) of hash at key
.
- hKeys(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get key set (fields) of hash at key
.
- hLen(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hLen(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hLen(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hLen(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get size of hash at key.
- hLen(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get size of hash at key.
- hLen(byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Get size of hash at key
.
- hLen(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get size of hash at key
.
- hMGet(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hMGet(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hMGet(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hMGet(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get values for given fields from hash at key.
- hMGet(Publisher<ReactiveHashCommands.HGetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get values for given fields from hash at key.
- hMGet(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Get values for given fields
from hash at key
.
- hMGet(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get values for given fields
from hash at key
.
- hMSet(byte[], Map<byte[], byte[]>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hMSet(byte[], Map<byte[], byte[]>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hMSet(String, Map<String, String>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hMSet(ByteBuffer, Map<ByteBuffer, ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Set multiple hash fields to multiple values using data provided in fieldValueMap.
- hMSet(byte[], Map<byte[], byte[]>) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Set multiple hash fields to multiple values using data provided in hashes
- hMSet(String, Map<String, String>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Set multiple hash fields to multiple values using data provided in hashes
- hostnameVerifier(HostnameVerifier) - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
-
- hostnameVerifier(HostnameVerifier) - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
-
- hScan(byte[], ScanOptions) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hScan(String, ScanOptions) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hScan(byte[], ScanOptions) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Use a
Cursor
to iterate over entries in hash at
key
.
- hScan(String, ScanOptions) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Use a
Cursor
to iterate over entries in hash at
key
.
- hSet(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hSet(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hSet(String, String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hSet(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Set the value of a hash field.
- hSet(Publisher<ReactiveHashCommands.HSetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Set the value of a hash field.
- hSet(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Set the value
of a hash field
.
- hSet(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Set the value
of a hash field
.
- hSetNX(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hSetNX(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hSetNX(String, String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hSetNX(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Set the value of a hash field.
- hSetNX(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Set the value
of a hash field
only if field
does not exist.
- hSetNX(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Set the value
of a hash field
only if field
does not exist.
- hVals(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
-
- hVals(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hVals(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-
- hVals(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get entry set (values) of hash at key.
- hVals(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHashCommands
-
Get entry set (values) of hash at key.
- hVals(byte[]) - Method in interface org.springframework.data.redis.connection.RedisHashCommands
-
Get entry set (values) of hash at field
.
- hVals(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
-
Get entry set (values) of hash at field
.
- hyperLogLogCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-
- hyperLogLogCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-
- hyperLogLogCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-
- hyperLogLogCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-
- hyperLogLogCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
-
- hyperLogLogCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
-
- hyperLogLogCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
-
- HyperLogLogOperations<K,V> - Interface in org.springframework.data.redis.core
-