Skip navigation links
Spring Data Redis
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

AbsentByteBufferResponse(I) - Constructor for class org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse
 
AbstractRedisCollection<E> - Class in org.springframework.data.redis.support.collections
Base implementation for RedisCollection.
AbstractRedisCollection(String, RedisOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.AbstractRedisCollection
 
AbstractRedisConnection - Class in org.springframework.data.redis.connection
 
AbstractRedisConnection() - Constructor for class org.springframework.data.redis.connection.AbstractRedisConnection
 
AbstractSubscription - Class in org.springframework.data.redis.connection.util
Base implementation for a subscription handling the channel/pattern registration so subclasses only have to deal with the actual registration/unregistration.
AbstractSubscription(MessageListener) - Constructor for class org.springframework.data.redis.connection.util.AbstractSubscription
 
AbstractSubscription(MessageListener, byte[][], byte[][]) - Constructor for class org.springframework.data.redis.connection.util.AbstractSubscription
Constructs a new AbstractSubscription instance.
add(ByteArrayWrapper) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
add(byte[]) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
add(V...) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Add given values to set at the bound key.
add(V, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Add value to a sorted set at the bound key, or update its score if it already exists.
add(Set<ZSetOperations.TypedTuple<V>>) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Add tuples to a sorted set at the bound key, or update its score if it already exists.
add(K, V...) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperations
 
add(K, V...) - Method in class org.springframework.data.redis.core.DefaultReactiveHyperLogLogOperations
 
add(K, V...) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
add(K, V, double) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
add(K, V...) - Method in interface org.springframework.data.redis.core.HyperLogLogOperations
Adds the given values to the key.
add(K, V...) - Method in interface org.springframework.data.redis.core.ReactiveHyperLogLogOperations
Adds the given values to the key.
add(K, V...) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Add given values to set at key.
add(K, V, double) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Add value to a sorted set at key, or update its score if it already exists.
add(K, V...) - Method in interface org.springframework.data.redis.core.SetOperations
Add given values to set at key.
add(K, V, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
Add value to a sorted set at key, or update its score if it already exists.
add(K, Set<ZSetOperations.TypedTuple<V>>) - Method in interface org.springframework.data.redis.core.ZSetOperations
Add tuples to a sorted set at key, or update its score if it already exists.
add(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
add(int, E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
add(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
add(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
add(E, double) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
add(E, double) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Adds an element to the set with the given score, or updates the score if the element exists.
add(E) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Adds an element to the set with a default score.
addAll(Collection<? extends ByteArrayWrapper>) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
addAll(Iterable<byte[]>) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
addAll(K, Collection<? extends ZSetOperations.TypedTuple<V>>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
addAll(K, Collection<? extends ZSetOperations.TypedTuple<V>>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Add tuples to a sorted set at key, or update their score if it already exists.
addAll(Collection<? extends E>) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
 
addAll(int, Collection<? extends E>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
addAndGet(double) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically adds the given value to the current value.
addAndGet(int) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically add the given value to current value.
addAndGet(long) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically adds the given value to the current value.
addClusterNode(RedisNode) - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
Add a cluster node to configuration.
addCondition(IndexDefinition.Condition<?>) - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
 
addConfiguredCachesIfNecessary(Collection<? extends Cache>) - Method in class org.springframework.data.redis.cache.RedisCacheManager
Returns a new Collection of Cache from the given caches collection and adds the configured Caches of they are not already present.
addFirst(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
addGetPattern(byte[]) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
addIndexDefinition(IndexDefinition) - Method in class org.springframework.data.redis.core.index.IndexConfiguration
 
addIndexDefinition(IndexDefinition) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionRegistry
Add given RedisIndexSetting.
addIndexedData(IndexedData) - Method in class org.springframework.data.redis.core.convert.RedisData
 
addIndexedData(Collection<IndexedData>) - Method in class org.springframework.data.redis.core.convert.RedisData
 
addKeyspaceSettings(KeyspaceConfiguration.KeyspaceSettings) - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration
addLast(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
addMessageListener(MessageListener, Collection<? extends Topic>) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Adds a message listener to the (potentially running) container.
addMessageListener(MessageListener, Topic) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Adds a message listener to the (potentially running) container.
addSentinel(RedisNode) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
Add sentinel.
addSlots(RedisClusterNode, int...) - Method in interface org.springframework.data.redis.core.ClusterOperations
Add slots to given node;
addSlots(RedisClusterNode, RedisClusterNode.SlotRange) - Method in interface org.springframework.data.redis.core.ClusterOperations
Add slots in RedisClusterNode.SlotRange to given node.
addSlots(RedisClusterNode, int...) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
addSlots(RedisClusterNode, RedisClusterNode.SlotRange) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
after(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
Applies the after pivot.
afterPropertiesSet() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
 
afterPropertiesSet() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
afterPropertiesSet() - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
 
afterPropertiesSet() - Method in class org.springframework.data.redis.core.RedisAccessor
 
afterPropertiesSet() - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
 
afterPropertiesSet() - Method in class org.springframework.data.redis.core.RedisTemplate
 
afterPropertiesSet() - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
 
afterPropertiesSet() - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
 
afterPropertiesSet() - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
 
afterPropertiesSet() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
afterPropertiesSet() - Method in class org.springframework.data.redis.serializer.OxmSerializer
 
afterPropertiesSet() - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
aggregateUsing(RedisZSetCommands.Aggregate) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies a specific RedisZSetCommands.Aggregate function.
aggregateUsing(RedisZSetCommands.Aggregate) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies a specific RedisZSetCommands.Aggregate function.
all() - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to delete all values.
alpha() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
alphabetical(boolean) - Method in interface org.springframework.data.redis.core.query.SortCriterion
 
and() - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
and() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
and() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
and() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
 
and() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
and(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
Applies the to member.
and(Part, RedisOperationChain, Iterator<Object>) - Method in class org.springframework.data.redis.repository.query.RedisQueryCreator
 
andSaveAs(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
Applies the key to store the result at.
append(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
append(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
append(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
append(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Append a value to key.
append(Publisher<ReactiveStringCommands.AppendCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
append(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
Applies the value to append.
append(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Append a value to key.
append(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Append a value to key.
append(String) - Method in interface org.springframework.data.redis.core.BoundValueOperations
Append a value to the bound key.
append(K, String) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
append(K, String) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Append a value to key.
append(K, String) - Method in interface org.springframework.data.redis.core.ValueOperations
Append a value to key.
applyWeights(List<Double>) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies the Collection of weights.
applyWeights(List<Double>) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies the List of weights.
asc() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
asMap() - Method in class org.springframework.data.redis.core.convert.Bucket
Key/value pairs contained in the Bucket.
asRawSet() - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
asString() - Method in class org.springframework.data.redis.connection.RedisNode
 
atLeast(String) - Static method in class org.springframework.data.redis.connection.jedis.JedisVersionUtil
Compares given version string against current jedis version.
atLeastJedis24() - Static method in class org.springframework.data.redis.connection.jedis.JedisVersionUtil
 
atMost(String) - Static method in class org.springframework.data.redis.connection.jedis.JedisVersionUtil
Compares given version string against current jedis version.
atOffset(long) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
Applies the offset index.
atOffset(long) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
Applies the offset index.
atPosition(long) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
Applies the index.
AuthenticatingRedisClient - Class in org.springframework.data.redis.connection.lettuce
Deprecated.
since 1.6 - Please use RedisURI.setPassword(String)
AuthenticatingRedisClient(String, int, String) - Constructor for class org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
Deprecated.
 
AuthenticatingRedisClient(String, String) - Constructor for class org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
Deprecated.
 

B

BasicRedisPersistentEntity<T> - Class in org.springframework.data.redis.core.mapping
RedisPersistentEntity implementation.
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
Deprecated.
bgReWriteAof() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Deprecated.
bgSave() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Deprecated.
bgWriteAof() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
Deprecated.
bgWriteAof() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Deprecated.
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
Creates a new ReactiveStringCommands.GetBitCommand given a key.
bit(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
Creates a new ReactiveStringCommands.SetBitCommand given a key.
bitCount(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
bitCount(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Creates a new ReactiveStringCommands.BitCountCommand given a key.
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
Deprecated.
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
Applies a timeout.
blockingFor(Duration) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
Applies a timeout.
bLPop(int, byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Removes and returns first element from lists stored at keys (see: RedisListCommands.lPop(byte[])).
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
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBY* commands, despite ZRANGEBYLEX.
boundaryToBytesForZRange(RedisZSetCommands.Range.Boundary, byte[]) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBY* commands, despite ZRANGEBYLEX.
boundaryToBytesForZRangeByLex(RedisZSetCommands.Range.Boundary, byte[]) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBYLEX command.
boundaryToBytesForZRangeByLex(RedisZSetCommands.Range.Boundary, byte[]) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBYLEX command.
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
GeoOperations bound to a certain key.
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
Deprecated.
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
Removes and returns last element from lists stored at keys (see: RedisListCommands.rPop(byte[])).
bRPopLPush(int, byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Remove the last element from list at ReactiveRedisConnection.KeyCommand.getKey(), append it to ReactiveListCommands.BRPopLPushCommand.getDestination() and return its value.
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
Remove the last element from list at srcKey, append it to dstKey and return its value (see RedisListCommands.rPopLPush(byte[], byte[])).
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 the JedisClientConfiguration with the configuration applied from this builder.
build() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
build() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
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 the LettuceClientConfiguration with the configuration applied from this builder.
build() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Build the LettuceClientConfiguration with the configuration applied from this builder.
build() - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
build() - Method in class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Get the RedisNode.
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
Creates a new JedisClientConfiguration.JedisClientConfigurationBuilder to build JedisClientConfiguration to be used with the jedis client.
builder() - Static method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
Creates a new LettuceClientConfiguration.LettuceClientConfigurationBuilder to build LettuceClientConfiguration to be used with the Lettuce client.
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
Get Converter capable of Set of Byte into GeoResults.
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.

C

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
Creates a new CdiBean.
CdiBean(Set<Annotation>, Set<Type>, Class<T>, BeanManager) - Constructor for class org.springframework.data.redis.repository.cdi.CdiBean
Creates a new 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
Assign slots to given RedisClusterNode.
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 takes care of running commands across the known cluster nodes.
ClusterCommandExecutor(ClusterTopologyProvider, ClusterNodeResourceProvider, ExceptionTranslationStrategy) - Constructor for class org.springframework.data.redis.connection.ClusterCommandExecutor
Create a new instance of 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
Remove slots from RedisClusterNode.
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
Find the RedisClusterNode serving given key.
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
Find the RedisClusterNode serving given slot.
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
Creates new ClusterInfo for given Properties.
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
ClusterNodeResourceProvider provides access to low level client api to directly execute operations against a Redis instance.
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
DataAccessResourceFailureException indicating the current local snapshot of cluster state does no longer represent the actual remote state.
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 holds snapshot like information about RedisClusterNodes.
ClusterTopology(Set<RedisClusterNode>) - Constructor for class org.springframework.data.redis.connection.ClusterTopology
Creates new instance of ClusterTopology.
ClusterTopologyProvider - Interface in org.springframework.data.redis.connection
ClusterTopologyProvider manages the current cluster topology and makes sure to refresh cluster information.
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
Composite IndexResolver implementation that iterates over a given collection of delegate IndexResolver instances.
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
Utilities for examining a RedisConnection
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 wraps a given cursor and applies given Converter to items prior to returning them.
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
Returns the current ScanOptions.ScanOptionsBuilder configured with the given count.
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
Deprecated.
createCache(String) - Method in class org.springframework.data.redis.cache.RedisCacheManager
 
createCluster(RedisClusterConfiguration, GenericObjectPoolConfig) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Creates JedisCluster for given RedisClusterConfiguration and GenericObjectPoolConfig.
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
Create a reusable Flux for a ReactiveRedisCallback.
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
Create a reusable Mono for a ReactiveRedisCallback.
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
Deprecated.
since 2.0, use RedisCustomConversions.
CustomConversions() - Constructor for class org.springframework.data.redis.core.convert.CustomConversions
Deprecated.
Creates an empty CustomConversions object.
CustomConversions(List<?>) - Constructor for class org.springframework.data.redis.core.convert.CustomConversions
Deprecated.
Creates a new CustomConversions instance registering the given converters.

D

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
Deprecated.
dbSize() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Specifies that the connection decorates another RedisConnection.
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
Deprecated.
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
Deprecated.
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
Default ClusterOperations implementation.
DefaultClusterOperations(RedisTemplate<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultClusterOperations
Creates new DefaultClusterOperations delegating to the given RedisTemplate.
defaultConfiguration() - Static method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
Creates a default 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
DefaultedRedisConnection provides method delegates to Redis*Command interfaces accessible via RedisConnection.
DefaultGeoOperations<K,M> - Class in org.springframework.data.redis.core
Default implementation of GeoOperations.
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
Default implementation of LettucePool.
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
Uses the RedisSentinelConfiguration and RedisClient defaults for configuring the connection pool based on sentinels.
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
Default implementation of ReactiveGeoOperations.
DefaultReactiveGeoOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveGeoOperations
Create new instance of DefaultReactiveGeoOperations.
DefaultReactiveHashOperations<H,HK,HV> - Class in org.springframework.data.redis.core
Default implementation of ReactiveHashOperations.
DefaultReactiveHashOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<H, ?>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveHashOperations
Creates new instance of DefaultReactiveHashOperations.
DefaultReactiveHyperLogLogOperations<K,V> - Class in org.springframework.data.redis.core
Default implementation of ReactiveHyperLogLogOperations.
DefaultReactiveHyperLogLogOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveHyperLogLogOperations
Creates new instance of DefaultReactiveHyperLogLogOperations.
DefaultReactiveListOperations<K,V> - Class in org.springframework.data.redis.core
Default implementation of ReactiveListOperations.
DefaultReactiveListOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveListOperations
Create new instance of DefaultReactiveListOperations.
DefaultReactiveSetOperations<K,V> - Class in org.springframework.data.redis.core
Default implementation of ReactiveSetOperations.
DefaultReactiveSetOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveSetOperations
DefaultReactiveValueOperations<K,V> - Class in org.springframework.data.redis.core
Default implementation of ReactiveValueOperations.
DefaultReactiveValueOperations(ReactiveRedisTemplate<?, ?>, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultReactiveValueOperations
DefaultReactiveZSetOperations<K,V> - Class in org.springframework.data.redis.core
Default implementation of ReactiveZSetOperations.
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
Default implementation for RedisList.
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
Default implementation for RedisMap.
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
Default implementation of RedisScript.
DefaultRedisScript() - Constructor for class org.springframework.data.redis.core.script.DefaultRedisScript
Creates a new DefaultRedisScript
DefaultRedisScript(String, Class<T>) - Constructor for class org.springframework.data.redis.core.script.DefaultRedisScript
Creates a new DefaultRedisScript
DefaultRedisSet<E> - Class in org.springframework.data.redis.support.collections
Default implementation for RedisSet.
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
Default implementation for RedisZSet.
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
Default implementation of ScriptExecutor.
DefaultScriptExecutor(RedisTemplate<K, ?>) - Constructor for class org.springframework.data.redis.core.script.DefaultScriptExecutor
 
DefaultSortParameters - Class in org.springframework.data.redis.connection
Default implementation for SortParameters.
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
Default implementation of StringRedisConnection.
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
Default implementation for StringRedisConnection.StringTuple interface.
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
Default implementation for RedisZSetCommands.Tuple interface.
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
Deprecated.
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
Converter capable of deserializing GeoResults.
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
Utilties for working with MessageDigest
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 all commands issued after RedisTxCommands.multi().
discard() - Method in interface org.springframework.data.redis.core.RedisOperations
Discard all commands issued after RedisOperations.multi().
discard() - Method in class org.springframework.data.redis.core.RedisTemplate
 
distanceConverterForMetric(Metric) - Static method in class org.springframework.data.redis.connection.convert.Converters
Converter capable of converting Double into Distance using given Metric.
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
Customization hook for cleaning up resources on when calling ScanCursor.close().
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
Gets called by ReactiveRedisTemplate.execute(ReactiveRedisCallback) with an active Redis connection.
doInRedis(RedisConnection) - Method in interface org.springframework.data.redis.core.RedisCallback
Gets called by RedisTemplate with an active Redis connection.
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
Customization hook when calling ScanCursor.open().
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
Deprecated.
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.

E

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
Creates a new ReactiveListCommands.LIndexCommand given an index.
elementAt(long) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
Creates a new ReactiveListCommands.LSetCommand given an index.
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
Deprecated.
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
Deprecated.
evalSha(byte[], ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Potentially translates an Exception into appropriate DataAccessException.
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
Executes all queued commands in a transaction started with RedisTxCommands.multi().
exec() - Method in interface org.springframework.data.redis.core.RedisOperations
Executes all queued commands in a transaction started with RedisOperations.multi().
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 RedisSerializers 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
Executed wrapped command upon RedisClusterConnection.
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 via underlying RedisOperations.
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
Executes the given RedisScript
execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.RedisOperations
Executes the given RedisScript, using the provided RedisSerializers to serialize the script arguments and result.
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
Executes the given RedisScript
execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.script.ScriptExecutor
Executes the given RedisScript, using the provided RedisSerializers to serialize the script arguments and result.
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
Run ClusterCommandExecutor.ClusterCommandCallback on all reachable master nodes.
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
Run ClusterCommandExecutor.MultiKeyClusterCommandCallback with on a curated set of nodes serving one or more keys.
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
Deprecated.
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
Creates new Expiration.
expire(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Deprecated.
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
Applies Expiration.
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.

F

failover(NamedNode) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
failover(NamedNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
failover(NamedNode) - Method in interface org.springframework.data.redis.connection.RedisSentinelCommands
Force a failover as if the master was not reachable.
failsafeCommandLookup(String) - Static method in enum org.springframework.data.redis.core.RedisCommand
Returns the command represented by the given key.
FallbackExceptionTranslationStrategy - Class in org.springframework.data.redis
FallbackExceptionTranslationStrategy(Converter<Exception, DataAccessException>) - Constructor for class org.springframework.data.redis.FallbackExceptionTranslationStrategy
 
feet() - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
fetchJedisConnector() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns a Jedis instance to be used as a Redis connection.
field(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
field(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
field(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
fields(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
Creates a new ReactiveHashCommands.HDelCommand given a Collection of field names.
fields(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
Creates a new ReactiveHashCommands.HGetCommand given a Collection of field names.
fieldValues(Map<ByteBuffer, ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Creates a new ReactiveHashCommands.HSetCommand given a Map of field values.
find(RedisCallback<?>, Class<T>) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate
Retrieve entities by resolving their ids and converting them into required type.
first(long) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to first count values.
first() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
first() - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Returns the first (lowest) element currently in this sorted set.
floatValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
floatValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
floatValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
 
flushAll(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
flushAll() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
flushAll() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
flushAll(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
flushAll() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Delete all all keys from all databases.
flushDb(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
flushDb() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
flushDb() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
flushDb(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
flushDb() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Delete all keys of the currently selected database.
flushDb(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Flush db on node.
flushDb(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
forget(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Remove the node from the cluster.
forget(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
Applies the Geo set key member.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the Geo set key.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the Geo set key.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Applies the key.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
Applies the key.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
Applies the key.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
Applies the key.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
Applies the key.
forKey(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Sets the member.
from(Point) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Sets the center Point.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
Applies the hash key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
Applies the hash key.
from(List<ByteBuffer>) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Applies the value.
from(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
Creates a new ReactiveListCommands.BRPopLPushCommand given a sourceKey.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
Applies the key.
from(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
Creates a new ReactiveListCommands.RPopLPushCommand given a sourceKey.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
Applies the source key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
Applies the key.
from(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
Applies the key.
from(long, TimeUnit) - Static method in class org.springframework.data.redis.core.types.Expiration
Creates new Expiration with the provided TimeUnit.
from(Duration) - Static method in class org.springframework.data.redis.core.types.Expiration
Creates new Expiration with the provided Duration.
fromBytes(byte[], Class<T>) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
Convert given binary representation to desired target type using the underlying ConversionService.
fromCode(String) - Static method in enum org.springframework.data.redis.connection.DataType
Utility method for converting an enum code to an actual enum.
fromHash(Map<String, String>) - Method in class org.springframework.data.redis.hash.BeanUtilsHashMapper
 
fromHash(Map) - Method in class org.springframework.data.redis.hash.DecoratingStringHashMapper
 
fromHash(Map<K, V>) - Method in interface org.springframework.data.redis.hash.HashMapper
Convert a hash (map) to an object.
fromHash(Map<String, Object>) - Method in class org.springframework.data.redis.hash.Jackson2HashMapper
 
fromHash(Map<byte[], byte[]>) - Method in class org.springframework.data.redis.hash.ObjectHashMapper
 
fromHash(Map<byte[], byte[]>, Class<T>) - Method in class org.springframework.data.redis.hash.ObjectHashMapper
Convert a hash (map) to an object and return the casted result.
fromIndex(long) - Method in class org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Applies a lower bound to the Range.
fromJavaType(Class<?>) - Static method in enum org.springframework.data.redis.connection.ReturnType
 
fromSerializer(RedisSerializer<T>) - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext
Creates a new RedisSerializationContext using the given RedisSerializer.
fromSerializer(RedisSerializer<T>) - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
fromStoreValue(Object) - Method in class org.springframework.data.redis.cache.RedisCache
 
fromString(String) - Static method in class org.springframework.data.redis.core.types.RedisClientInfo.RedisClientInfoBuilder
 
FutureResult<T> - Class in org.springframework.data.redis.connection
The result of an asynchronous operation
FutureResult(T) - Constructor for class org.springframework.data.redis.connection.FutureResult
 
FutureResult(T, Converter) - Constructor for class org.springframework.data.redis.connection.FutureResult
 

G

GenericJackson2JsonRedisSerializer - Class in org.springframework.data.redis.serializer
 
GenericJackson2JsonRedisSerializer() - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
Creates GenericJackson2JsonRedisSerializer and configures ObjectMapper for default typing.
GenericJackson2JsonRedisSerializer(String) - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
Creates GenericJackson2JsonRedisSerializer and configures ObjectMapper for default typing using the given name.
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
Deprecated.
geoAdd(byte[], Map<byte[], Point>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Add Map of member / Point pairs to key.
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
Add Map of member / Point pairs to key.
geoAdd(String, Iterable<RedisGeoCommands.GeoLocation<String>>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Add GeoLocations 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
Add Map of member / Point pairs to key.
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
Add Map of member / Point pairs to key.
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
Add Map of member / Point pairs to key.
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
Deprecated.
geoDist(byte[], byte[], byte[], Metric) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Get the Distance between from and to.
geoDist(ByteBuffer, ByteBuffer, ByteBuffer, Metric) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Distance between from and to.
geoDist(Publisher<ReactiveGeoCommands.GeoDistCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Distance between from and to.
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
Get the Distance between member1 and member2 in the given Metric.
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
Get the Distance between member1 and member2 in the given Metric.
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
Get the Distance between member1 and member2 in the given Metric.
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
Get the Distance between member1 and member2 in the given Metric.
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
Get the Distance between member1 and member2 in the given Metric.
geoHash(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Creates new GeoIndexDefinition.
GeoIndexDefinition(String, String, String) - Constructor for class org.springframework.data.redis.core.index.GeoIndexDefinition
Creates new 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
Deprecated.
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
Deprecated.
geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
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
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
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
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
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
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
geoRadiusByMember(byte[], byte[], Distance) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Get the members within the circle defined by the members coordinates, given Distance and RedisGeoCommands.GeoRadiusCommandArgs.
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
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
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
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
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
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
geoRadiusResponseToGeoResultsConverter(Metric) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Get a Converter capable of converting GeoRadiusResponse into GeoResults.
geoRadiusResponseToGeoResultsConverter(Metric) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Get Converter capable of convering GeoWithin into GeoResults.
geoRemove(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
getClientList() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Deprecated.
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
Returns an Collections.unmodifiableSet(Set) of cluster nodes.
getClusterSize() - Method in class org.springframework.data.redis.connection.ClusterInfo
 
getCmd() - Method in class org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
Get the associated PartialUpdate.UpdateCommand.
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
Deprecated.
getConfig(String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Get the RedisConverter in use.
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
Gets the underlying RedisConnection.
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
Get the expiration time converted into TimeUnit.MILLISECONDS.
getExpirationTimeInSeconds() - Method in class org.springframework.data.redis.core.types.Expiration
Get the expiration time converted into TimeUnit.SECONDS.
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
Get the PersistentProperty that is annotated with TimeToLive.
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
Returns a new RedisSystemException wrapping the given Exception.
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
Get the list of IndexDefinition for a given keyspace.
getIndexDefinitionsFor(Serializable, String) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionProvider
Get the list of IndexDefinition for a given keyspace and property path.
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
Get the RedisClusterNode that is the current master serving the given key.
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
Get the MappingConfiguration used.
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
Get the RedisClusterNode the command was executed on.
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
Get the RedisPassword defined.
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
Deprecated.
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
Get RedisSentinelCommands connected to given node.
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
Returns an Collections.unmodifiableSet(Set) of Sentinels.
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
Deprecated.
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
Deprecated.
since 2.0.
getSharedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getShareNativeConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Indicates if multiple LettuceConnections should share a single native connection.
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
Get the RedisClusterNodes (master and slave) serving s specific slot.
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
Get the TimeToLiveAccessor associated with the entity.
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
Get the current known ClusterTopology.
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

H

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
Set the hash value RedisElementReader and RedisElementWriter.
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
Check if specific KeyspaceConfiguration.KeyspaceSettings are available for given type.
hasSortDirection() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
hDel(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
hIncrBy(byte[], byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
 

I

ifAbsent() - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.SetOption
NX
ifExists() - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Disable upsert.
ifPresent() - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.SetOption
XX
ifValueNotExists() - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Disable upsert.
in(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
Applies the hash key.
includeCoordinates() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sets the RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHCOORD flag to also return the longitude, latitude coordinates of the matching items.
includeDistance() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sets the RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHDIST flag to also return the distance of the returned items from the specified center.
incr(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
incr(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incr(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incr(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
incr(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by 1.
incr(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by 1.
incr(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
incr() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies incr mode (When this option is specified ZADD acts like ZINCRBY).
incr(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Increment an integer value stored as string value of key by 1.
incr(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Increment an integer value stored as string value of key by 1.
incrBy(byte[], double) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
incrBy(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
incrBy(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(byte[], double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(String, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(ByteBuffer, T) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by value.
incrBy(Publisher<ReactiveNumberCommands.IncrByCommand<T>>) - Method in interface org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by value.
incrBy(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Increment an integer value stored of key by delta.
incrBy(byte[], double) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Increment a floating point number value of key by delta.
incrBy(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Increment an integer value stored of key by delta.
incrBy(String, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Increment a floating point number value of key by delta.
increment(HK, long) - Method in interface org.springframework.data.redis.core.BoundHashOperations
Increment value of a hash key by the given delta at the bound key.
increment(HK, double) - Method in interface org.springframework.data.redis.core.BoundHashOperations
Increment value of a hash key by the given delta at the bound key.
increment(long) - Method in interface org.springframework.data.redis.core.BoundValueOperations
Increment an integer value stored as string value under the bound key by delta.
increment(double) - Method in interface org.springframework.data.redis.core.BoundValueOperations
Increment a floating point number value stored as string value under the bound key by delta.
increment(H, HK, long) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
increment(H, HK, double) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
increment(H, HK, long) - Method in interface org.springframework.data.redis.core.HashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, double) - Method in interface org.springframework.data.redis.core.HashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, long) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, double) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Increment value of a hash hashKey by the given delta.
increment(K, long) - Method in interface org.springframework.data.redis.core.ValueOperations
Increment an integer value stored as string value under key by delta.
increment(K, double) - Method in interface org.springframework.data.redis.core.ValueOperations
Increment a floating point number value stored as string value under key by delta.
increment(K, long) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
increment(K, double) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
increment(K, long) - Method in interface org.springframework.data.redis.support.collections.RedisMap
 
increment(K, double) - Method in interface org.springframework.data.redis.support.collections.RedisMap
 
increment(Object, long) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
increment(Object, double) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
incrementAndGet() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically increments by one the current value.
incrementAndGet() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically increment by one the current value.
incrementAndGet() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically increments by one the current value.
incrementScore(V, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Increment the score of element with value in sorted set by increment.
incrementScore(K, V, double) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
incrementScore(K, V, double) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Increment the score of element with value in sorted set by increment.
incrementScore(K, V, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
Increment the score of element with value in sorted set by increment.
index(long) - Method in interface org.springframework.data.redis.core.BoundListOperations
Get element at index form list at the bound key.
index(K, long) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
index(K, long) - Method in interface org.springframework.data.redis.core.ListOperations
Get element at index form list at key.
index(K, long) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Get element at index form list at key.
IndexConfiguration - Class in org.springframework.data.redis.core.index
IndexConfiguration allows programmatic setup of indexes.
IndexConfiguration() - Constructor for class org.springframework.data.redis.core.index.IndexConfiguration
Creates new empty IndexConfiguration.
IndexDefinition - Interface in org.springframework.data.redis.core.index
IndexDefinition allow to set up a blueprint for creating secondary index structures in Redis.
IndexDefinition.Condition<T> - Interface in org.springframework.data.redis.core.index
 
IndexDefinition.IndexingContext - Class in org.springframework.data.redis.core.index
Context in which a particular value is about to get indexed.
IndexDefinitionProvider - Interface in org.springframework.data.redis.core.index
IndexDefinitionProvider give access to IndexDefinitions for creating secondary index structures.
IndexDefinitionRegistry - Interface in org.springframework.data.redis.core.index
Registry that allows adding IndexDefinition.
Indexed - Annotation Type in org.springframework.data.redis.core.index
Mark properties value to be included in a secondary index.
IndexedData - Interface in org.springframework.data.redis.core.convert
IndexedData represents a secondary index for a property path in a given keyspace.
IndexingContext(String, String, TypeInformation<?>) - Constructor for class org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
 
indexOf(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
Creates a new ReactiveZSetCommands.ZRankCommand given a member to obtain its rank (ordering low to high).
indexOf(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
IndexResolver - Interface in org.springframework.data.redis.core.convert
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty and value.
IndexValueTransformer - Interface in org.springframework.data.redis.core.index
Converter implementation that is used to transform values for usage in a particular secondary index.
info(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
info(RedisClusterNode, String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
info() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.