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.
info(String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
info() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
info(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
info(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
info(RedisClusterNode, String) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
info() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Load default server information like memory cpu utilization replication
info(String) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Load server information for given selection.
init() - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
Initialize the message listener by writing requried redis config for notify-keyspace-events and registering the listener within the container.
initConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
initDefaultStrategies() - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Initialize the default implementations for the adapter's strategies.
initialConfiguration() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration
Customization hook.
initialConfiguration() - Method in class org.springframework.data.redis.core.index.IndexConfiguration
Customization hook.
initialize() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
Forces the initialization of bean target.
insert(Serializable, Object) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate
 
intersect(K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Returns the members intersecting all given sets at the bound key and key.
intersect(Collection<K>) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Returns the members intersecting all given sets at the bound key and keys.
intersect(K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
intersect(K, Collection<K>) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
intersect(K, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Returns the members intersecting all given sets at key and otherKey.
intersect(K, Collection<K>) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Returns the members intersecting all given sets at key and otherKeys.
intersect(K, K) - Method in interface org.springframework.data.redis.core.SetOperations
Returns the members intersecting all given sets at key and otherKey.
intersect(K, Collection<K>) - Method in interface org.springframework.data.redis.core.SetOperations
Returns the members intersecting all given sets at key and otherKeys.
intersect(RedisSet<?>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersect(Collection<? extends RedisSet<?>>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersect(RedisSet<?>) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
intersect(Collection<? extends RedisSet<?>>) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
intersectAndStore(K, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Intersect all given sets at the bound key and key and store result in destKey.
intersectAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Intersect all given sets at the bound key and keys and store result in destKey.
intersectAndStore(K, K) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKey and store result in destination destKey.
intersectAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKeys and store result in destination destKey.
intersectAndStore(K, K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
intersectAndStore(K, Collection<K>, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
intersectAndStore(K, K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
intersectAndStore(K, Collection<K>, K) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
intersectAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Intersect all given sets at key and otherKey and store result in destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Intersect all given sets at key and otherKeys and store result in destKey.
intersectAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKey and store result in destination destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.SetOperations
Intersect all given sets at key and otherKey and store result in destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.SetOperations
Intersect all given sets at key and otherKeys and store result in destKey.
intersectAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ZSetOperations
Intersect sorted sets at key and otherKey and store result in destination destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(RedisSet<?>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersectAndStore(Collection<? extends RedisSet<?>>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersectAndStore(RedisZSet<?>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
intersectAndStore(Collection<? extends RedisZSet<?>>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
intersectAndStore(RedisSet<?>, String) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
intersectAndStore(Collection<? extends RedisSet<?>>, String) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
intersectAndStore(RedisZSet<?>, String) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
intersectAndStore(Collection<? extends RedisZSet<?>>, String) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
into(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
Applies the destinationKey.
intValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
intValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
intValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
 
invokeErrorHandler(Throwable) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Invoke the registered ErrorHandler, if any.
invokeListenerMethod(String, Object[]) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Invoke the specified listener method.
isActive(RedisNode) - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
Check if node is active by sending ping.
isActive(RedisNode) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
isActive(RedisNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isActive() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
isAlive() - Method in interface org.springframework.data.redis.connection.Subscription
Indicates whether this subscription is still 'alive' or not.
isAlive() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
 
isAlphabetic() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
isAlphabetic() - Method in interface org.springframework.data.redis.connection.SortParameters
Indicates if the sorting is numeric (default) or alphabetical (lexicographical).
isAlphabetic() - Method in interface org.springframework.data.redis.core.query.SortQuery
Indicates if the sorting is numeric (default) or alphabetical (lexicographical).
isAlternative() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
 
isAsync(RedisConnectionFactory) - Static method in class org.springframework.data.redis.connection.ConnectionUtils
 
isAutoStartup() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
isCacheAlreadyDecorated(Cache) - Method in class org.springframework.data.redis.cache.RedisCacheManager
 
isClosed() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isClosed() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isClosed() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
isClosed() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isClosed() - Method in interface org.springframework.data.redis.connection.RedisConnection
Indicates whether the underlying connection is closed or not.
isClosed() - Method in class org.springframework.data.redis.core.ConvertingCursor
 
isClosed() - Method in interface org.springframework.data.redis.core.Cursor
 
isClosed() - Method in class org.springframework.data.redis.core.ScanCursor
 
isClusterAware() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
isConnected() - Method in class org.springframework.data.redis.connection.RedisClusterNode
 
isConnectionTransactional(RedisConnection, RedisConnectionFactory) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
Return whether the given Redis connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isEmpty() - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
isEmpty() - Method in class org.springframework.data.redis.core.convert.Bucket
 
isEmpty() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
isEmpty() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
isEnableDefaultSerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
 
isEternal() - Method in class org.springframework.data.redis.cache.RedisCacheElement
 
isExposeConnection() - Method in class org.springframework.data.redis.core.RedisTemplate
Returns whether to expose the native Redis connection to RedisCallback code, or rather a connection proxy (the default).
isIdProperty() - Method in class org.springframework.data.redis.core.mapping.RedisPersistentProperty
Gets the value of the property idProperty.
isIncluding() - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range.Boundary
 
isIncr() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
 
isJedis(RedisConnectionFactory) - Static method in class org.springframework.data.redis.connection.ConnectionUtils
 
isLettuce(RedisConnectionFactory) - Static method in class org.springframework.data.redis.connection.ConnectionUtils
 
isMarkedAsFail() - Method in class org.springframework.data.redis.connection.RedisClusterNode
 
isMaster() - Method in class org.springframework.data.redis.connection.RedisNode
 
isMaster() - Method in class org.springframework.data.redis.connection.RedisServer
 
isMember(Object) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Check if set at the bound key contains value.
isMember(K, Object) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
isMember(K, Object) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Check if set at key contains value.
isMember(K, Object) - Method in interface org.springframework.data.redis.core.SetOperations
Check if set at key contains value.
isNullable() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
 
isOpen() - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
isOpen() - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
isOpen() - Method in interface org.springframework.data.redis.connection.RedisSentinelConnection
 
isOpen() - Method in class org.springframework.data.redis.core.ScanCursor
 
isPersistent() - Method in class org.springframework.data.redis.core.types.Expiration
 
isPipelined() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isPipelined() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isPipelined() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
isPipelined() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isPipelined() - Method in interface org.springframework.data.redis.connection.RedisConnection
Indicates whether the connection is currently pipelined or not.
isPresent() - Method in class org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse
 
isPresent() - Method in class org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse
 
isPresent() - Method in class org.springframework.data.redis.connection.RedisPassword
Return true if there is a password present, otherwise false.
isQueueing() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isQueueing() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isQueueing() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
isQueueing() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isQueueing() - Method in interface org.springframework.data.redis.connection.RedisConnection
Indicates whether the connection is in "queue"(or "MULTI") mode or not.
isRead() - Method in enum org.springframework.data.redis.core.RedisCommand
 
isReadonly() - Method in enum org.springframework.data.redis.core.RedisCommand
 
isReady() - Method in class org.springframework.data.redis.core.ScanCursor
 
isRedisClusterAware() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
isRedisSentinelAware() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
isRedisSentinelAware() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
 
isRedisSentinelAware() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
isRefreshTtl() - Method in class org.springframework.data.redis.core.PartialUpdate
 
isRepresentedBy(String) - Method in enum org.springframework.data.redis.core.RedisCommand
String.equalsIgnoreCase(String) compare the given string representation of command against the Enum.toString() representation of the command as well as its given RedisCommand.alias.
isReturnTotalChanged() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
 
isRunning() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
isSameSlotForAllKeys(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ClusterSlotHashUtil
 
isSameSlotForAllKeys(ByteBuffer...) - Static method in class org.springframework.data.redis.connection.ClusterSlotHashUtil
 
isSameSlotForAllKeys(byte[]...) - Static method in class org.springframework.data.redis.connection.ClusterSlotHashUtil
 
isSingleton() - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
isSingleValue() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
isSlave() - Method in class org.springframework.data.redis.connection.RedisNode
 
isStartTls() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
isStartTls() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns whether to issue a StartTLS.
isStatus() - Method in class org.springframework.data.redis.connection.FutureResult
Indicates if this result is the status of an operation.
isSubscribed() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isSubscribed() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isSubscribed() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
isSubscribed() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isSubscribed() - Method in interface org.springframework.data.redis.connection.RedisPubSubCommands
Indicates whether the current connection is subscribed (to at least one channel) or not.
isUpsert() - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
 
isUpsert() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
 
isUsePooling() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
isUsePrefix() - Method in class org.springframework.data.redis.cache.RedisCacheManager
 
isUseSsl() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
isUseSsl() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns whether to use SSL.
isUseSsl() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
isUseSsl() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns whether to use SSL.
isVerifyPeer() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
isVerifyPeer() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns whether to verify certificate validity/hostname check when SSL is used.
isWithScores() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
isWithScores() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
 
isWrite() - Method in enum org.springframework.data.redis.core.RedisCommand
 
iterator() - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
iterator() - Method in class org.springframework.data.redis.core.ScanIteration
 
iterator() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
iterator() - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
iterator() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 

J

Jackson2HashMapper - Class in org.springframework.data.redis.hash
ObjectMapper based HashMapper implementation that allows flattening.
Jackson2HashMapper(boolean) - Constructor for class org.springframework.data.redis.hash.Jackson2HashMapper
Creates new Jackson2HashMapper with default ObjectMapper.
Jackson2HashMapper(ObjectMapper, boolean) - Constructor for class org.springframework.data.redis.hash.Jackson2HashMapper
Creates new Jackson2HashMapper.
Jackson2JsonRedisSerializer<T> - Class in org.springframework.data.redis.serializer
RedisSerializer that can read and write JSON using Jackson's and Jackson Databind ObjectMapper.
Jackson2JsonRedisSerializer(Class<T>) - Constructor for class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
Creates a new Jackson2JsonRedisSerializer for the given target Class.
Jackson2JsonRedisSerializer(JavaType) - Constructor for class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
Creates a new Jackson2JsonRedisSerializer for the given target JavaType.
JdkSerializationRedisSerializer - Class in org.springframework.data.redis.serializer
Java Serialization Redis serializer.
JdkSerializationRedisSerializer() - Constructor for class org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
Creates a new JdkSerializationRedisSerializer using the default class loader.
JdkSerializationRedisSerializer(ClassLoader) - Constructor for class org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
JdkSerializationRedisSerializer(Converter<Object, byte[]>, Converter<byte[], Object>) - Constructor for class org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
Creates a new JdkSerializationRedisSerializer using a converters to serialize and deserialize objects.
JedisClientConfiguration - Interface in org.springframework.data.redis.connection.jedis
Redis client configuration for jedis.
JedisClientConfiguration.DefaultJedisClientConfigurationBuilder - Class in org.springframework.data.redis.connection.jedis
JedisClientConfiguration.JedisClientConfigurationBuilder - Interface in org.springframework.data.redis.connection.jedis
JedisClientConfiguration.JedisPoolingClientConfigurationBuilder - Interface in org.springframework.data.redis.connection.jedis
Builder for Pooling-related JedisClientConfiguration.
JedisClientConfiguration.JedisSslClientConfigurationBuilder - Interface in org.springframework.data.redis.connection.jedis
Builder for SSL-related JedisClientConfiguration.
JedisClusterConnection - Class in org.springframework.data.redis.connection.jedis
RedisClusterConnection implementation on top of JedisCluster.
JedisClusterConnection(JedisCluster) - Constructor for class org.springframework.data.redis.connection.jedis.JedisClusterConnection
Create new JedisClusterConnection utilizing native connections via JedisCluster.
JedisClusterConnection(JedisCluster, ClusterCommandExecutor) - Constructor for class org.springframework.data.redis.connection.jedis.JedisClusterConnection
Create new JedisClusterConnection utilizing native connections via JedisCluster running commands across the cluster via given ClusterCommandExecutor.
JedisClusterConnection.JedisClusterCommandCallback<T> - Interface in org.springframework.data.redis.connection.jedis
JedisClusterConnection.JedisMultiKeyClusterCommandCallback<T> - Interface in org.springframework.data.redis.connection.jedis
JedisConnection - Class in org.springframework.data.redis.connection.jedis
RedisConnection implementation on top of Jedis library.
JedisConnection(Jedis) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnection
Constructs a new JedisConnection instance.
JedisConnection(Jedis, Pool<Jedis>, int) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnection
Constructs a new JedisConnection instance backed by a jedis pool.
JedisConnection(Jedis, Pool<Jedis>, int, String) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnection
Constructs a new JedisConnection instance backed by a jedis pool.
JedisConnectionFactory - Class in org.springframework.data.redis.connection.jedis
Connection factory creating Jedis based connections.
JedisConnectionFactory() - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance with default settings (default connection pooling, no shard information).
JedisConnectionFactory(JedisShardInfo) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure Jedis with JedisClientConfiguration and RedisStandaloneConfiguration.
JedisConnectionFactory(JedisPoolConfig) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given pool configuration.
JedisConnectionFactory(RedisSentinelConfiguration) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given JedisPoolConfig applied to JedisSentinelPool.
JedisConnectionFactory(RedisSentinelConfiguration, JedisPoolConfig) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given JedisPoolConfig applied to JedisSentinelPool.
JedisConnectionFactory(RedisClusterConfiguration) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given RedisClusterConfiguration applied to create a JedisCluster.
JedisConnectionFactory(RedisClusterConfiguration, JedisPoolConfig) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given RedisClusterConfiguration applied to create a JedisCluster.
JedisConnectionFactory(RedisStandaloneConfiguration) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given RedisStandaloneConfiguration.
JedisConnectionFactory(RedisStandaloneConfiguration, JedisClientConfiguration) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
JedisConnectionFactory(RedisSentinelConfiguration, JedisClientConfiguration) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given RedisSentinelConfiguration and JedisClientConfiguration.
JedisConnectionFactory(RedisClusterConfiguration, JedisClientConfiguration) - Constructor for class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given RedisClusterConfiguration and JedisClientConfiguration.
JedisConverters - Class in org.springframework.data.redis.connection.jedis
Jedis type converters.
JedisConverters() - Constructor for class org.springframework.data.redis.connection.jedis.JedisConverters
 
JedisExceptionConverter - Class in org.springframework.data.redis.connection.jedis
Converts Exceptions thrown from Jedis to DataAccessExceptions
JedisExceptionConverter() - Constructor for class org.springframework.data.redis.connection.jedis.JedisExceptionConverter
 
JedisScriptReturnConverter - Class in org.springframework.data.redis.connection.jedis
Converts the value returned by Jedis script eval to the expected ReturnType
JedisScriptReturnConverter(ReturnType) - Constructor for class org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter
 
JedisSentinelConnection - Class in org.springframework.data.redis.connection.jedis
 
JedisSentinelConnection(RedisNode) - Constructor for class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
JedisSentinelConnection(String, int) - Constructor for class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
JedisSentinelConnection(Jedis) - Constructor for class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
JedisUtils - Class in org.springframework.data.redis.connection.jedis
Deprecated.
JedisUtils() - Constructor for class org.springframework.data.redis.connection.jedis.JedisUtils
Deprecated.
 
jedisVersion() - Static method in class org.springframework.data.redis.connection.jedis.JedisVersionUtil
 
JedisVersionUtil - Class in org.springframework.data.redis.connection.jedis
 
JedisVersionUtil() - Constructor for class org.springframework.data.redis.connection.jedis.JedisVersionUtil
 
Jsr310Converters - Class in org.springframework.data.redis.core.convert
Helper class to register JSR-310 specific Converter implementations in case the we're running on Java 8.
Jsr310Converters() - Constructor for class org.springframework.data.redis.core.convert.Jsr310Converters
 
just(RedisSerializationContext.SerializationPair<T>) - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext
just(RedisElementReader<? extends T>, RedisElementWriter<? extends T>) - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair

K

key(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
key(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand
Creates a new ReactiveKeyCommands.ExpireCommand given a key.
key(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand
Creates a new ReactiveKeyCommands.MoveCommand given a key.
key(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
Creates a new ReactiveKeyCommands.RenameCommand given a key.
key(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Creates a new ReactiveRedisConnection.RangeCommand given a key.
key(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
Creates a new ReactiveStringCommands.AppendCommand given a key.
key(RedisSerializationContext.SerializationPair<K>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
key(RedisElementReader<K>, RedisElementWriter<K>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
key(RedisSerializer<K>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
KeyBoundCursor<T> - Class in org.springframework.data.redis.core
 
KeyBoundCursor(byte[], long, ScanOptions) - Constructor for class org.springframework.data.redis.core.KeyBoundCursor
Crates new ScanCursor
KeyCommand(ByteBuffer) - Constructor for class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
Creates a new ReactiveRedisConnection.KeyCommand given a key.
keyCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
keyCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
keyCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
keyCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
keyCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
keyCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
keyCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
KeyExpirationEventMessageListener - Class in org.springframework.data.redis.listener
MessageListener publishing RedisKeyExpiredEvents via ApplicationEventPublisher by listening to Redis keyspace notifications for key expirations.
KeyExpirationEventMessageListener(RedisMessageListenerContainer) - Constructor for class org.springframework.data.redis.listener.KeyExpirationEventMessageListener
Creates new MessageListener for __keyevent@*__:expired messages.
keys(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
keys(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
keys(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
keys(RedisClusterNode, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
keys(RedisClusterNode, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
keys(RedisClusterNode, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveClusterKeyCommands
Retrieve all keys for a given pattern from RedisNode.
keys(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Find all keys matching the given pattern.
keys(Publisher<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Find all keys matching the given pattern.
keys(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
Creates a new ReactiveSetCommands.SDiffCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
Creates a new ReactiveSetCommands.SDiffStoreCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
Creates a new ReactiveSetCommands.SInterCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
Creates a new ReactiveSetCommands.SInterStoreCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
Creates a new ReactiveSetCommands.SUnionCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
Creates a new ReactiveSetCommands.SUnionStoreCommand given a Collection of keys.
keys(RedisClusterNode, byte[]) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
 
keys(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Find all keys matching the given pattern.
keys(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Find all keys matching the given pattern.
keys() - Method in interface org.springframework.data.redis.core.BoundHashOperations
Get key set (fields) of hash at the bound key.
keys(RedisClusterNode, K) - Method in interface org.springframework.data.redis.core.ClusterOperations
Get all keys located at given node.
keys(RedisClusterNode, K) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
keys(H) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
keys(H) - Method in interface org.springframework.data.redis.core.HashOperations
Get key set (fields) of hash at key.
keys(H) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Get key set (fields) of hash at key.
keys(K) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Find all keys matching the given pattern.
keys(K) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
keys(K) - Method in interface org.springframework.data.redis.core.RedisOperations
Find all keys matching the given pattern.
keys(K) - Method in class org.springframework.data.redis.core.RedisTemplate
 
keys() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
keysAndArgs(RedisSerializer, List<K>, Object[]) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
 
keySerializer() - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
 
keySet() - Method in class org.springframework.data.redis.core.convert.Bucket
 
keySet() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
keySet() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
KeyspaceConfiguration - Class in org.springframework.data.redis.core.convert
KeyspaceConfiguration allows programmatic setup of keyspaces and time to live options for certain types.
KeyspaceConfiguration() - Constructor for class org.springframework.data.redis.core.convert.KeyspaceConfiguration
 
KeyspaceConfiguration.KeyspaceSettings - Class in org.springframework.data.redis.core.convert
 
KeyspaceEventMessageListener - Class in org.springframework.data.redis.listener
Base MessageListener implementation for listening to Redis keyspace notifications.
KeyspaceEventMessageListener(RedisMessageListenerContainer) - Constructor for class org.springframework.data.redis.listener.KeyspaceEventMessageListener
KeyspaceSettings(Class<?>, String) - Constructor for class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
KeyspaceSettings(Class<?>, String, boolean) - Constructor for class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
keyValueListUnwrapper() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
keyValueToBytesList() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
killClient(String, int) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
killClient(String, int) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
killClient(String, int) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Closes a given client connection identified by host:port.
killClient(String, int) - Method in interface org.springframework.data.redis.core.RedisOperations
Closes a given client connection identified by ip:port given in client.
killClient(String, int) - Method in class org.springframework.data.redis.core.RedisTemplate
 
kilometers() - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand

L

last(long) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to last count values.
last() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
last() - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Returns the last (highest) element currently in this sorted set.
lastIndexOf(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
lastSave(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
lastSave() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lastSave() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lastSave(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
lastSave() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Get time of last RedisServerCommands.bgSave() operation in seconds.
left() - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Creates a new ReactiveListCommands.BPopCommand for right push (BLPOP).
left() - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
Creates a new ReactiveListCommands.PopCommand for right push (LPOP).
left() - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Creates a new ReactiveListCommands.PushCommand for left push (LPUSH).
leftPop() - Method in interface org.springframework.data.redis.core.BoundListOperations
Removes and returns first element in list stored at the bound key.
leftPop(long, TimeUnit) - Method in interface org.springframework.data.redis.core.BoundListOperations
Removes and returns first element from lists stored at the bound key .
leftPop(K) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
leftPop(K, Duration) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
leftPop(K) - Method in interface org.springframework.data.redis.core.ListOperations
Removes and returns first element in list stored at key.
leftPop(K, long, TimeUnit) - Method in interface org.springframework.data.redis.core.ListOperations
Removes and returns first element from lists stored at key .
leftPop(K) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Removes and returns first element in list stored at key.
leftPop(K, Duration) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Removes and returns first element from lists stored at key.
leftPush(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
Prepend value to the bound key.
leftPush(V, V) - Method in interface org.springframework.data.redis.core.BoundListOperations
Prepend values to the bound key before value.
leftPush(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
leftPush(K, V, V) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
leftPush(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
Prepend value to key.
leftPush(K, V, V) - Method in interface org.springframework.data.redis.core.ListOperations
Prepend values to key before value.
leftPush(K, V) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Prepend value to key.
leftPush(K, V, V) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key before value.
leftPushAll(V...) - Method in interface org.springframework.data.redis.core.BoundListOperations
Prepend values to the bound key.
leftPushAll(K, V...) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
leftPushAll(K, Collection<V>) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
leftPushAll(K, V...) - Method in interface org.springframework.data.redis.core.ListOperations
Prepend values to key.
leftPushAll(K, Collection<V>) - Method in interface org.springframework.data.redis.core.ListOperations
Prepend values to key.
leftPushAll(K, V...) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key.
leftPushAll(K, Collection<V>) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key.
leftPushIfPresent(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
Prepend values to the bound key only if the list exists.
leftPushIfPresent(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
leftPushIfPresent(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
Prepend values to key only if the list exists.
leftPushIfPresent(K, V) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key only if the list exists.
LettuceClientConfiguration - Interface in org.springframework.data.redis.connection.lettuce
Redis client configuration for lettuce.
LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder - Class in org.springframework.data.redis.connection.lettuce
LettuceClientConfiguration.LettuceClientConfigurationBuilder - Interface in org.springframework.data.redis.connection.lettuce
LettuceClientConfiguration.LettuceSslClientConfigurationBuilder - Interface in org.springframework.data.redis.connection.lettuce
Builder for SSL-related LettuceClientConfiguration.
LettuceClusterConnection - Class in org.springframework.data.redis.connection.lettuce
 
LettuceClusterConnection(RedisClusterClient) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using RedisClusterClient.
LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using RedisClusterClient running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection.LettuceClusterCommandCallback<T> - Interface in org.springframework.data.redis.connection.lettuce
Lettuce specific implementation of ClusterCommandExecutor.ClusterCommandCallback.
LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T> - Interface in org.springframework.data.redis.connection.lettuce
Lettuce specific implementation of ClusterCommandExecutor.MultiKeyClusterCommandCallback.
LettuceConnection - Class in org.springframework.data.redis.connection.lettuce
RedisConnection implementation on top of Lettuce Redis client.
LettuceConnection(long, RedisClient) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnection
Instantiates a new lettuce connection.
LettuceConnection(long, RedisClient, LettucePool) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnection
Instantiates a new lettuce connection.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, RedisClient) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnection
Instantiates a new lettuce connection.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, RedisClient, LettucePool) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnection
Instantiates a new lettuce connection.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, AbstractRedisClient, LettucePool, int) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
LettuceConnectionFactory - Class in org.springframework.data.redis.connection.lettuce
Connection factory creating Lettuce-based connections.
LettuceConnectionFactory() - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionFactory(String, int) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionFactory(RedisSentinelConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance using the given RedisSentinelConfiguration
LettuceConnectionFactory(RedisClusterConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance using the given RedisClusterConfiguration applied to create a RedisClusterClient.
LettuceConnectionFactory(LettucePool) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
LettuceConnectionFactory(RedisStandaloneConfiguration, LettuceClientConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(RedisSentinelConfiguration, LettuceClientConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(RedisClusterConfiguration, LettuceClientConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
LettuceConverters - Class in org.springframework.data.redis.connection.lettuce
Lettuce type converters
LettuceConverters() - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
LettuceExceptionConverter - Class in org.springframework.data.redis.connection.lettuce
Converts Lettuce Exceptions to DataAccessExceptions
LettuceExceptionConverter() - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
 
LettucePool - Interface in org.springframework.data.redis.connection.lettuce
Pool of Lettuce StatefulConnections
LettuceSentinelConnection - Class in org.springframework.data.redis.connection.lettuce
 
LettuceSentinelConnection(RedisNode) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a dedicated client for a supplied RedisNode.
LettuceSentinelConnection(String, int) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a client for the supplied host and port.
LettuceSentinelConnection(String, int, ClientResources) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a client for the supplied host and port and reuse existing ClientResources.
LettuceSentinelConnection(RedisClient) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection using a supplied RedisClient.
LettuceSentinelConnection(StatefulRedisSentinelConnection<String, String>) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection using a supplied redis connection.
limit(long, long) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
limit(long) - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Limit the results to the first N matching items.
Limit() - Constructor for class org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
limit() - Static method in class org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
limit(long, long) - Method in interface org.springframework.data.redis.core.query.SortCriterion
 
limit(SortParameters.Range) - Method in interface org.springframework.data.redis.core.query.SortCriterion
 
limitTo(long) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the limit.
limitTo(long) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the limit.
limitTo(RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
limitTo(RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
lIndex(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lIndex(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lIndex(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lIndex(ByteBuffer, long) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Get element at index form list at key.
lIndex(Publisher<ReactiveListCommands.LIndexCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
lIndex(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Get element at index form list at key.
lIndex(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get element at index form list at key.
linkState(RedisClusterNode.LinkState) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lInsert(String, RedisListCommands.Position, String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lInsert(ByteBuffer, RedisListCommands.Position, ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
lInsert(Publisher<ReactiveListCommands.LInsertCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
lInsert(String, RedisListCommands.Position, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Insert value Position#BEFORE or Position#AFTER existing pivot for key.
listCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
listCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
listCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
listCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
listCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
listCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
listCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
ListConverter<S,T> - Class in org.springframework.data.redis.connection.convert
Converts a List of values of one type to a List of values of another type
ListConverter(Converter<S, T>) - Constructor for class org.springframework.data.redis.connection.convert.ListConverter
 
listeningAt(String, int) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
listeningAt(String, int) - Method in class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set host and port of server.
listIterator() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
listIterator(int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
ListOperations<K,V> - Interface in org.springframework.data.redis.core
Redis list specific operations.
lLen(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lLen(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lLen(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lLen(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Get the size of list stored at key.
lLen(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Get the size of list stored at ReactiveRedisConnection.KeyCommand.getKey()
lLen(byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Get the size of list stored at key.
lLen(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the size of list stored at key.
loadAndInitRemoteCaches() - Method in class org.springframework.data.redis.cache.RedisCacheManager
 
loadCaches() - Method in class org.springframework.data.redis.cache.RedisCacheManager
 
loadRemoteCacheKeys() - Method in class org.springframework.data.redis.cache.RedisCacheManager
 
location(RedisGeoCommands.GeoLocation<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
locations(Collection<RedisGeoCommands.GeoLocation<ByteBuffer>>) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
Creates a new ReactiveGeoCommands.GeoAddCommand given an index.
logger - Variable in class org.springframework.data.redis.core.RedisAccessor
Logger available to subclasses
logger - Variable in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Logger available to subclasses
logger - Variable in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Logger available to subclasses
longToBoolean() - Static method in class org.springframework.data.redis.connection.convert.Converters
 
LongToBooleanConverter - Class in org.springframework.data.redis.connection.convert
Converts Longs to Booleans
LongToBooleanConverter() - Constructor for class org.springframework.data.redis.connection.convert.LongToBooleanConverter
 
longToBooleanConverter() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
longValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
longValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
longValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
 
lookup(Object) - Method in class org.springframework.data.redis.cache.RedisCache
 
lookup(String, int) - Method in class org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNode matching given host and port.
lookup(String) - Method in class org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNode matching given nodeId.
lookup(RedisClusterNode) - Method in class org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNode matching matching either host and port or nodeId
lPop(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lPop(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPop(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPop(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns first element in list stored at key.
lPop(byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Removes and returns first element in list stored at key.
lPop(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Removes and returns first element in list stored at key.
lPush(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPush(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPush(ByteBuffer, List<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Prepend values to key.
lPush(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Prepend values to key.
lPush(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Prepend values to key.
lPushX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPushX(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPushX(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Prepend value to key if key already exists.
lPushX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Prepend values to key only if the list exists.
lPushX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Prepend values to key only if the list exists.
lRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRange(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRange(ByteBuffer, long, long) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Get elements between begin and end from list at key.
lRange(Publisher<ReactiveRedisConnection.RangeCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
lRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Get elements between start and end from list at key.
lRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements between start and end from list at key.
lRem(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lRem(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRem(String, long, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRem(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Removes all occurrences of value from the list stored at key.
lRem(ByteBuffer, Long, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Removes the first count occurrences of value from the list stored at key.
lRem(Publisher<ReactiveListCommands.LRemCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
lRem(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Removes the first count occurrences of value from the list stored at key.
lRem(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Removes the first count occurrences of value from the list stored at key.
lSet(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lSet(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lSet(String, long, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lSet(ByteBuffer, long, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Set the value list element at index.
lSet(Publisher<ReactiveListCommands.LSetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
lSet(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Set the value list element at index.
lSet(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set the value list element at index.
lt(Object) - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
Less Than
lte(Object) - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
Less Then Equals
lTrim(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
lTrim(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lTrim(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lTrim(ByteBuffer, long, long) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Trim list at key to elements between begin and end.
lTrim(Publisher<ReactiveRedisConnection.RangeCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
lTrim(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Trim list at key to elements between start and end.
lTrim(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Trim list at key to elements between start and end.

M

map(Function<char[], R>) - Method in class org.springframework.data.redis.connection.RedisPassword
Map the password using a Function and return a Optional containing the mapped value.
mapBulk(List<V>) - Method in interface org.springframework.data.redis.core.BulkMapper
 
MapConverter<S,T> - Class in org.springframework.data.redis.connection.convert
Converts a Map of values of one key/value type to a Map of values of another type
MapConverter(Converter<S, T>) - Constructor for class org.springframework.data.redis.connection.convert.MapConverter
 
MappingConfiguration - Class in org.springframework.data.redis.core.convert
MappingConfiguration is used for programmatic configuration of secondary indexes, key prefixes, expirations and the such.
MappingConfiguration(ConfigurableIndexDefinitionProvider, KeyspaceConfiguration) - Constructor for class org.springframework.data.redis.core.convert.MappingConfiguration
MappingRedisConverter - Class in org.springframework.data.redis.core.convert
RedisConverter implementation creating flat binary map structure out of a given domain type.
MappingRedisConverter(RedisMappingContext, IndexResolver, ReferenceResolver) - Constructor for class org.springframework.data.redis.core.convert.MappingRedisConverter
Creates new MappingRedisConverter and defaults RedisMappingContext when null.
MappingRedisEntityInformation<T,ID> - Class in org.springframework.data.redis.repository.core
RedisEntityInformation implementation using a RedisPersistentEntity instance to lookup the necessary information.
MappingRedisEntityInformation(RedisPersistentEntity<T>) - Constructor for class org.springframework.data.redis.repository.core.MappingRedisEntityInformation
 
MapToPropertiesConverter - Enum in org.springframework.data.redis.connection.convert
 
master(String) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
 
master(NamedNode) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
 
masters() - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
masters() - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
masters() - Method in interface org.springframework.data.redis.connection.RedisSentinelCommands
Get a Collection of monitored masters and their state.
match(String) - Method in class org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given pattern.
matches(T, IndexDefinition.IndexingContext) - Method in interface org.springframework.data.redis.core.index.IndexDefinition.Condition
 
matches(T, IndexDefinition.IndexingContext) - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition.OrCondition
 
matches(Object, IndexDefinition.IndexingContext) - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition
 
mDel(List<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Delete multiple keys one in one batch.
mDel(Publisher<List<ByteBuffer>>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Delete multiple keys in batches.
meet(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Add the node to cluster.
meet(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
member(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
Creates a new ReactiveGeoCommands.GeoHashCommand given a member.
member(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
Creates a new ReactiveGeoCommands.GeoPosCommand given a member.
members(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
Creates a new ReactiveGeoCommands.GeoHashCommand given a Collection of values.
members(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
Creates a new ReactiveGeoCommands.GeoPosCommand given a Collection of values.
members() - Method in interface org.springframework.data.redis.core.BoundSetOperations
Get all elements of set at the bound key.
members(K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
members(K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Get all elements of set at key.
members(K) - Method in interface org.springframework.data.redis.core.SetOperations
Get all elements of set at key.
mergeArrays(byte[], byte[]...) - Static method in class org.springframework.data.redis.util.ByteUtils
Merge multiple byte arrays into one array
Message - Interface in org.springframework.data.redis.connection
Class encapsulating a Redis message body and its properties.
MessageListener - Interface in org.springframework.data.redis.connection
Listener of messages published in Redis.
MessageListenerAdapter - Class in org.springframework.data.redis.listener.adapter
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.
MessageListenerAdapter() - Constructor for class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter with default settings.
MessageListenerAdapter(Object) - Constructor for class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MessageListenerAdapter(Object, String) - Constructor for class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
meters() - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
mGet(byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
mGet(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mGet(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mGet(List<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Get multiple values in one batch.
mGet(Publisher<List<ByteBuffer>>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Get multiple values at for keysets in batches.
mGet(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Get multiple keys.
mGet(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get multiple keys.
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Atomically transfer a key from a source Redis instance to a destination Redis instance.
miles() - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
milliseconds(long) - Static method in class org.springframework.data.redis.core.types.Expiration
millisecondsToTimeUnit(long, TimeUnit) - Static method in class org.springframework.data.redis.connection.convert.Converters
Converts milliseconds to the given TimeUnit.
millisecondsToTimeUnit(TimeUnit) - Static method in class org.springframework.data.redis.connection.convert.Converters
Creates a new Converter to convert from milliseconds to the given TimeUnit.
MINUS_BYTES - Static variable in class org.springframework.data.redis.connection.jedis.JedisConverters
 
MINUS_BYTES - Static variable in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
monitor(RedisServer) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
monitor(RedisServer) - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
monitor(RedisServer) - Method in interface org.springframework.data.redis.connection.RedisSentinelCommands
Tell sentinel to start monitoring a new master with the specified RedisNode.getName(), RedisNode.getHost(), RedisNode.getPort(), and RedisServer.getQuorum().
move(byte[], int) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
move(byte[], int) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
move(String, int) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
move(ByteBuffer, int) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Move given key to database with index.
move(Publisher<ReactiveKeyCommands.MoveCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Move keys one-by-one between databases.
move(byte[], int) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Move given key to database with index.
move(String, int) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Move given key to database with index.
move(K, V) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Move value from the bound key to destKey
move(K, V, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
move(K, int) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Move given key to database with index.
move(K, int) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
move(K, V, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Move value from key to destKey
move(K, int) - Method in interface org.springframework.data.redis.core.RedisOperations
Move given key to database with index.
move(K, int) - Method in class org.springframework.data.redis.core.RedisTemplate
 
move(K, V, K) - Method in interface org.springframework.data.redis.core.SetOperations
Move value from key to destKey
moveNext(Iterator<T>) - Method in class org.springframework.data.redis.core.ScanCursor
Fetch the next item from the underlying Iterable.
mSet(Map<byte[], byte[]>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
mSet(Map<byte[], byte[]>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSet(Map<ByteBuffer, ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSet(Publisher<ReactiveStringCommands.MSetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in commands.
mset(Map<ByteBuffer, ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
Creates a new ReactiveStringCommands.MSetCommand given a Map of key-value tuples.
mSet(Map<byte[], byte[]>) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSetNX(Map<byte[], byte[]>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
mSetNX(Map<byte[], byte[]>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSetNX(Map<ByteBuffer, ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in keyValuePairs only if the provided key does not exist.
mSetNX(Publisher<ReactiveStringCommands.MSetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuples only if the provided key does not exist.
mSetNX(Map<byte[], byte[]>) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
mSetNXString(Map<String, String>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSetNXString(Map<String, String>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
mSetString(Map<String, String>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSetString(Map<String, String>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set multiple keys to multiple values using key-value pairs provided in tuple.
MulitNodeResult() - Constructor for class org.springframework.data.redis.connection.ClusterCommandExecutor.MulitNodeResult
 
multi() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
multi() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
multi() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
multi() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
multi() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
multi() - Method in interface org.springframework.data.redis.connection.RedisTxCommands
Mark the start of a transaction block.
multi() - Method in interface org.springframework.data.redis.core.RedisOperations
Mark the start of a transaction block.
multi() - Method in class org.springframework.data.redis.core.RedisTemplate
 
multiGet(Collection<HK>) - Method in interface org.springframework.data.redis.core.BoundHashOperations
Get values for given keys from the hash at the bound key.
multiGet(H, Collection<HK>) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
multiGet(Collection<K>) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
multiGet(H, Collection<HK>) - Method in interface org.springframework.data.redis.core.HashOperations
Get values for given hashKeys from hash at key.
multiGet(H, Collection<HK>) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Get values for given hashKeys from hash at key.
multiGet(Collection<K>) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Get multiple keys.
multiGet(Collection<K>) - Method in interface org.springframework.data.redis.core.ValueOperations
Get multiple keys.
multiSet(Map<? extends K, ? extends V>) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
multiSet(Map<? extends K, ? extends V>) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple.
multiSet(Map<? extends K, ? extends V>) - Method in interface org.springframework.data.redis.core.ValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple.
multiSetIfAbsent(Map<? extends K, ? extends V>) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
multiSetIfAbsent(Map<? extends K, ? extends V>) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
multiSetIfAbsent(Map<? extends K, ? extends V>) - Method in interface org.springframework.data.redis.core.ValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
MultiValueResponse(I, List<O>) - Constructor for class org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse
 

N

NamedNode - Interface in org.springframework.data.redis.connection
 
near(RedisOperationChain.NearPath) - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
 
NearPath(String, Point, Distance) - Constructor for class org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
 
NEGATIVE_INFINITY_BYTES - Static variable in class org.springframework.data.redis.connection.jedis.JedisConverters
 
NEGATIVE_INFINITY_BYTES - Static variable in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
newBucketFromRawMap(Map<byte[], byte[]>) - Static method in class org.springframework.data.redis.core.convert.Bucket
Creates a new Bucket from a given raw map.
newBucketFromStringMap(Map<String, String>) - Static method in class org.springframework.data.redis.core.convert.Bucket
Creates a new Bucket from a given String map.
newGeoRadiusArgs() - Static method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
newPartialUpdate(Object, Class<S>) - Static method in class org.springframework.data.redis.core.PartialUpdate
Create new PartialUpdate for given id and type.
newRedisClusterNode() - Static method in class org.springframework.data.redis.connection.RedisClusterNode
newRedisNode() - Static method in class org.springframework.data.redis.connection.RedisNode
newSerializationContext() - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext
newSerializationContext(RedisSerializer<?>) - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext
newSerializationContext(RedisSerializationContext.SerializationPair<?>) - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext
newServerFrom(Properties) - Static method in class org.springframework.data.redis.connection.RedisServer
Creates a new RedisServer from the given properties.
next() - Method in class org.springframework.data.redis.core.ConvertingCursor
 
next() - Method in class org.springframework.data.redis.core.ScanCursor
 
NodeResult(RedisClusterNode, T) - Constructor for class org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
NodeResult(RedisClusterNode, T, byte[]) - Constructor for class org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
none() - Static method in class org.springframework.data.redis.connection.RedisPassword
Create an absent RedisPassword.
NONE - Static variable in class org.springframework.data.redis.core.ScanOptions
 
noSort() - Method in class org.springframework.data.redis.core.query.SortQueryBuilder
 
numberCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
numberCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
numeric() - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
NumericResponse(I, O) - Constructor for class org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse
 
nx() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies nx mode (Don't update already existing elements.

O

ObjectHashMapper - Class in org.springframework.data.redis.hash
ObjectHashMapper() - Constructor for class org.springframework.data.redis.hash.ObjectHashMapper
Creates new ObjectHashMapper.
ObjectHashMapper(CustomConversions) - Constructor for class org.springframework.data.redis.hash.ObjectHashMapper
ObjectHashMapper(CustomConversions) - Constructor for class org.springframework.data.redis.hash.ObjectHashMapper
Creates new ObjectHashMapper.
occurrencesOf(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Applies the value.
of(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
Applies the Geo set key.
of(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
Applies the Geo set key.
of(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand
Applies the set key.
of(String) - Static method in class org.springframework.data.redis.connection.RedisPassword
Create a RedisPassword from a String.
of(char[]) - Static method in class org.springframework.data.redis.connection.RedisPassword
Create a RedisPassword from a char array.
offer(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
offer(E, long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
offerFirst(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
offerFirst(E, long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
offerLast(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
offerLast(E, long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
ofField(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Applies a field.
offset(int) - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
onApplicationEvent(RedisKeyspaceEvent) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
 
onKeys(Collection<ByteBuffer>) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
Applies the operation to keys.
onMessage(Message, byte[]) - Method in interface org.springframework.data.redis.connection.MessageListener
Callback for processing received objects through Redis.
onMessage(Message, byte[]) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Standard Redis MessageListener entry point.
onMessage(Message, byte[]) - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
 
open() - Method in class org.springframework.data.redis.core.ConvertingCursor
 
open() - Method in interface org.springframework.data.redis.core.Cursor
Opens cursor and returns itself.
open() - Method in class org.springframework.data.redis.core.ScanCursor
Initialize the Cursor prior to usage.
openPipeline() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
openPipeline() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
openPipeline() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
openPipeline() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
openPipeline() - Method in interface org.springframework.data.redis.connection.RedisConnection
Activates the pipeline mode for this connection.
opsForCluster() - Method in interface org.springframework.data.redis.core.RedisOperations
Returns the cluster specific operations interface.
opsForCluster() - Method in class org.springframework.data.redis.core.RedisTemplate
 
opsForGeo() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns geospatial specific operations interface.
opsForGeo(RedisSerializationContext<K, V>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns geospatial specific operations interface.
opsForGeo() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForGeo(RedisSerializationContext<K1, V1>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForGeo() - Method in interface org.springframework.data.redis.core.RedisOperations
Returns geospatial specific operations interface.
opsForGeo() - Method in class org.springframework.data.redis.core.RedisTemplate
 
opsForHash() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on hash values.
opsForHash(RedisSerializationContext<K, ?>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on hash values given a RedisSerializationContext.
opsForHash() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHash(RedisSerializationContext<K1, ?>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHash() - Method in interface org.springframework.data.redis.core.RedisOperations
Returns the operations performed on hash values.
opsForHash() - Method in class org.springframework.data.redis.core.RedisTemplate
 
opsForHyperLogLog() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on multisets using HyperLogLog.
opsForHyperLogLog(RedisSerializationContext<K, V>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on multisets using HyperLogLog given a RedisSerializationContext.
opsForHyperLogLog() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHyperLogLog(RedisSerializationContext<K1, V1>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHyperLogLog() - Method in interface org.springframework.data.redis.core.RedisOperations
 
opsForHyperLogLog() - Method in class org.springframework.data.redis.core.RedisTemplate
 
opsForList() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on list values.
opsForList(RedisSerializationContext<K, V>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on list values given a RedisSerializationContext.
opsForList() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForList(RedisSerializationContext<K1, V1>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForList() - Method in interface org.springframework.data.redis.core.RedisOperations
Returns the operations performed on list values.
opsForList() - Method in class org.springframework.data.redis.core.RedisTemplate
 
opsForSet() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on set values.
opsForSet(RedisSerializationContext<K, V>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on set values given a RedisSerializationContext.
opsForSet() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForSet(RedisSerializationContext<K1, V1>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForSet() - Method in interface org.springframework.data.redis.core.RedisOperations
Returns the operations performed on set values.
opsForSet() - Method in class org.springframework.data.redis.core.RedisTemplate
 
opsForValue() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on simple values (or Strings in Redis terminology).
opsForValue(RedisSerializationContext<K, V>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on simple values (or Strings in Redis terminology) given a RedisSerializationContext.
opsForValue() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForValue(RedisSerializationContext<K1, V1>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForValue() - Method in interface org.springframework.data.redis.core.RedisOperations
Returns the operations performed on simple values (or Strings in Redis terminology).
opsForValue() - Method in class org.springframework.data.redis.core.RedisTemplate
 
opsForZSet() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on zset values (also known as sorted sets).
opsForZSet(RedisSerializationContext<K, V>) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on zset values (also known as sorted sets) given a RedisSerializationContext.
opsForZSet() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForZSet(RedisSerializationContext<K1, V1>) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForZSet() - Method in interface org.springframework.data.redis.core.RedisOperations
Returns the operations performed on zset values (also known as sorted sets).
opsForZSet() - Method in class org.springframework.data.redis.core.RedisTemplate
 
or(RedisOperationChain, RedisOperationChain) - Method in class org.springframework.data.redis.repository.query.RedisQueryCreator
 
OrCondition(Collection<IndexDefinition.Condition<T>>) - Constructor for class org.springframework.data.redis.core.index.RedisIndexDefinition.OrCondition
 
order(SortParameters.Order) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
order(SortParameters.Order) - Method in interface org.springframework.data.redis.core.query.SortCriterion
 
orderByDistanceAsc() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies ascending sort by distance.
orderByDistanceAsc() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies ascending sort by distance.
orderByDistanceDesc() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies descending sort by distance.
orderByDistanceDesc() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies descending sort by distance.
org.springframework.data.redis - package org.springframework.data.redis
Root package for integrating Redis with Spring concepts.
org.springframework.data.redis.cache - package org.springframework.data.redis.cache
Package providing a Redis implementation for Spring cache abstraction.
org.springframework.data.redis.config - package org.springframework.data.redis.config
 
org.springframework.data.redis.connection - package org.springframework.data.redis.connection
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
org.springframework.data.redis.connection.convert - package org.springframework.data.redis.connection.convert
 
org.springframework.data.redis.connection.jedis - package org.springframework.data.redis.connection.jedis
Connection package for Jedis library.
org.springframework.data.redis.connection.lettuce - package org.springframework.data.redis.connection.lettuce
Connection package for Lettuce Redis client.
org.springframework.data.redis.connection.util - package org.springframework.data.redis.connection.util
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
org.springframework.data.redis.core - package org.springframework.data.redis.core
Core package for integrating Redis with Spring concepts.
org.springframework.data.redis.core.convert - package org.springframework.data.redis.core.convert
 
org.springframework.data.redis.core.index - package org.springframework.data.redis.core.index
 
org.springframework.data.redis.core.mapping - package org.springframework.data.redis.core.mapping
 
org.springframework.data.redis.core.query - package org.springframework.data.redis.core.query
Query package for Redis template.
org.springframework.data.redis.core.script - package org.springframework.data.redis.core.script
 
org.springframework.data.redis.core.types - package org.springframework.data.redis.core.types
 
org.springframework.data.redis.hash - package org.springframework.data.redis.hash
Dedicated support package for Redis hashes.
org.springframework.data.redis.listener - package org.springframework.data.redis.listener
Base package for Redis message listener / pubsub container facility
org.springframework.data.redis.listener.adapter - package org.springframework.data.redis.listener.adapter
Message listener adapter package.
org.springframework.data.redis.repository.cdi - package org.springframework.data.redis.repository.cdi
CDI support for Redis specific repository implementation.
org.springframework.data.redis.repository.configuration - package org.springframework.data.redis.repository.configuration
 
org.springframework.data.redis.repository.core - package org.springframework.data.redis.repository.core
 
org.springframework.data.redis.repository.query - package org.springframework.data.redis.repository.query
 
org.springframework.data.redis.repository.support - package org.springframework.data.redis.repository.support
 
org.springframework.data.redis.serializer - package org.springframework.data.redis.serializer
Serialization/Deserialization package for converting Object to (and from) binary data.
org.springframework.data.redis.support - package org.springframework.data.redis.support
Classes supporting the Redis packages, such as collection or atomic counters.
org.springframework.data.redis.support.atomic - package org.springframework.data.redis.support.atomic
Small toolkit mirroring the java.util.atomic package in Redis.
org.springframework.data.redis.support.collections - package org.springframework.data.redis.support.collections
Package providing implementations for most of the java.util collections on top of Redis.
org.springframework.data.redis.util - package org.springframework.data.redis.util
 
ORIGINAL_DEFAULT_LISTENER_METHOD - Static variable in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Out-of-the-box value for the default listener method: "handleMessage".
orSismember(String, Object) - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
 
orSismember(RedisOperationChain.PathAndValue) - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
 
orSismember(Collection<RedisOperationChain.PathAndValue>) - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
 
overwrite(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
Creates a new ReactiveStringCommands.SetRangeCommand given a key.
OxmSerializer - Class in org.springframework.data.redis.serializer
Serializer adapter on top of Spring's O/X Mapping.
OxmSerializer() - Constructor for class org.springframework.data.redis.serializer.OxmSerializer
 
OxmSerializer(Marshaller, Unmarshaller) - Constructor for class org.springframework.data.redis.serializer.OxmSerializer
 

P

parseVersion(String) - Static method in class org.springframework.data.redis.VersionParser
Parse version string eg. 1.1.1 to Version.
PartialUpdate<T> - Class in org.springframework.data.redis.core
PartialUpdate allows to issue individual property updates without the need of rewriting the whole entity.
PartialUpdate(Object, Class<T>) - Constructor for class org.springframework.data.redis.core.PartialUpdate
Create new PartialUpdate for given id and type.
PartialUpdate(Object, T) - Constructor for class org.springframework.data.redis.core.PartialUpdate
Create new PartialUpdate for given id and object.
PartialUpdate.PropertyUpdate - Class in org.springframework.data.redis.core
 
PartialUpdate.UpdateCommand - Enum in org.springframework.data.redis.core
 
partitionsToClusterNodes(Partitions) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
PassThroughExceptionTranslationStrategy - Class in org.springframework.data.redis
PassThroughExceptionTranslationStrategy(Converter<Exception, DataAccessException>) - Constructor for class org.springframework.data.redis.PassThroughExceptionTranslationStrategy
 
PathAndValue(String, Object) - Constructor for class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
PathAndValue(String, Collection<Object>) - Constructor for class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
PathBasedRedisIndexDefinition - Interface in org.springframework.data.redis.core.index
IndexDefinition that is based on a property paths.
PathCondition(String) - Constructor for class org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition
 
PathIndexResolver - Class in org.springframework.data.redis.core.convert
IndexResolver implementation considering properties annotated with Indexed or paths set up in IndexConfiguration.
PathIndexResolver() - Constructor for class org.springframework.data.redis.core.convert.PathIndexResolver
Creates new PathIndexResolver with empty IndexConfiguration.
PathIndexResolver(RedisMappingContext) - Constructor for class org.springframework.data.redis.core.convert.PathIndexResolver
Creates new PathIndexResolver with given IndexConfiguration.
PatternTopic - Class in org.springframework.data.redis.listener
Pattern topic (matching multiple channels).
PatternTopic(String) - Constructor for class org.springframework.data.redis.listener.PatternTopic
 
peek() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
peekFirst() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
peekLast() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
perform(RedisStringCommands.BitOperation) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
persist(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
persist(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
persist(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
persist(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Remove the expiration from given key.
persist(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Remove one-by-one the expiration from given key.
persist(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Remove the expiration from given key.
persist(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Remove the expiration from given key.
persist() - Method in interface org.springframework.data.redis.core.BoundKeyOperations
Removes the expiration (if any) of the key.
persist(K) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Remove the expiration from given key.
persist(K) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
persist(K) - Method in interface org.springframework.data.redis.core.RedisOperations
Remove the expiration from given key.
persist(K) - Method in class org.springframework.data.redis.core.RedisTemplate
 
persist() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
persist() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
persist() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
 
persist() - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
 
persist() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
persist() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
persistent() - Static method in class org.springframework.data.redis.core.types.Expiration
Creates new persistent Expiration.
pExpire(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pExpire(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpire(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpire(ByteBuffer, Duration) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Set time to live for given key in milliseconds.
pExpire(Publisher<ReactiveKeyCommands.ExpireCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Expire keys one by one.
pExpire(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Set time to live for given key in milliseconds.
pExpire(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set time to live for given key in milliseconds.
pExpireAt(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pExpireAt(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpireAt(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpireAt(ByteBuffer, Instant) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Set the expiration for given key as a UNIX timestamp.
pExpireAt(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 in milliseconds.
pExpireAt(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Set the expiration for given key as a UNIX timestamp in milliseconds.
pExpireAt(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set the expiration for given key as a UNIX timestamp in milliseconds.
pfAdd(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pfAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfAdd(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfAdd(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Adds given value to the HyperLogLog stored at given key.
pfAdd(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(Publisher<ReactiveHyperLogLogCommands.PfAddCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Adds given values to the HyperLogLog stored at given key.
pfCount(byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pfCount(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfCount(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfCount(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key.
pfCount(Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(Publisher<ReactiveHyperLogLogCommands.PfCountCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfMerge(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pfMerge(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfMerge(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfMerge(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(Publisher<ReactiveHyperLogLogCommands.PfMergeCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
ping() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ping() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
ping(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
ping() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
ping() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
ping(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
ping() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
ping(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
 
ping() - Method in interface org.springframework.data.redis.connection.RedisConnectionCommands
Test connection.
ping(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Ping the given node;
ping(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
PLUS_BYTES - Static variable in class org.springframework.data.redis.connection.jedis.JedisConverters
 
PLUS_BYTES - Static variable in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
poll() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
poll(long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
pollFirst() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
pollFirst(long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
pollLast() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
pollLast(long, TimeUnit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
Pool<T> - Interface in org.springframework.data.redis.connection
Pool of resources
poolConfig(GenericObjectPoolConfig) - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
poolConfig(GenericObjectPoolConfig) - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
 
PoolConfig - Class in org.springframework.data.redis.connection
Deprecated.
use GenericObjectPoolConfig instead. Will be removed in 1.4.
PoolConfig() - Constructor for class org.springframework.data.redis.connection.PoolConfig
Deprecated.
 
PoolException - Exception in org.springframework.data.redis.connection
Exception thrown when there are issues with a resource pool
PoolException(String, Throwable) - Constructor for exception org.springframework.data.redis.connection.PoolException
Constructs a new PoolException instance.
PoolException(String) - Constructor for exception org.springframework.data.redis.connection.PoolException
Constructs a new PoolException instance.
pop(Publisher<ReactiveListCommands.PopCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns last element in list stored at ReactiveRedisConnection.KeyCommand.getKey()
pop() - Method in interface org.springframework.data.redis.core.BoundSetOperations
Remove and return a random member from set at the bound key.
pop(K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
pop(K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Remove and return a random member from set at key.
pop(K) - Method in interface org.springframework.data.redis.core.SetOperations
Remove and return a random member from set at key.
pop() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
PopResponse(ReactiveListCommands.BPopCommand, ReactiveListCommands.PopResult) - Constructor for class org.springframework.data.redis.connection.ReactiveListCommands.PopResponse
 
PopResult(List<ByteBuffer>) - Constructor for class org.springframework.data.redis.connection.ReactiveListCommands.PopResult
 
POSITIVE_INFINITY_BYTES - Static variable in class org.springframework.data.redis.connection.jedis.JedisConverters
 
POSITIVE_INFINITY_BYTES - Static variable in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
postProcessConnection(JedisConnection) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Post process a newly retrieved connection.
postProcessResult(Publisher<T>, ReactiveRedisConnection, boolean) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
Processes the result before returning the Publisher.
postProcessResult(T, RedisConnection, boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
 
prefix(String) - Method in class org.springframework.data.redis.cache.DefaultRedisCachePrefix
 
prefix(String) - Method in interface org.springframework.data.redis.cache.RedisCachePrefix
Returns the prefix for the given cache (identified by name).
preProcessConnection(ReactiveRedisConnection, boolean) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
Processes the connection (before any settings are executed on it).
preProcessConnection(RedisConnection, boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
Processes the connection (before any settings are executed on it).
preProcessConnection(RedisConnection, boolean) - Method in class org.springframework.data.redis.core.StringRedisTemplate
 
processMessage(MessageListener, Message, byte[]) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Process a message received from the provider.
promotedAs(RedisNode.NodeType) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
promotedAs(RedisNode.NodeType) - Method in class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set server role.
propertyNames() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
pSetEx(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pSetEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSetEx(String, long, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSetEX(ByteBuffer, ByteBuffer, Expiration) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pair and Expiration.
pSetEX(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pairs and Expiration.
pSetEx(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Set the value and expiration in milliseconds for key.
pSetEx(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set the value and expiration in milliseconds for key.
pSubscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSubscribe(MessageListener, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSubscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
pSubscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
pSubscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
pSubscribe(MessageListener, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisPubSubCommands
Subscribes the connection to all channels matching the given patterns.
pSubscribe(MessageListener, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Subscribes the connection to all channels matching the given patterns.
pSubscribe(byte[]...) - Method in interface org.springframework.data.redis.connection.Subscription
Adds the given channel patterns to the current subscription.
pSubscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
 
pTtl(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pTtl(byte[], TimeUnit) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
pTtl(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(byte[], TimeUnit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(String, TimeUnit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Get the time to live for key in milliseconds.
pTtl(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Get one-by-one the time to live for keys.
pTtl(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Get the precise time to live for key in milliseconds.
pTtl(byte[], TimeUnit) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Get the precise time to live for key in and convert it to the given TimeUnit.
pTtl(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the precise time to live for key in milliseconds.
pTtl(String, TimeUnit) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the precise time to live for key in and convert it to the given TimeUnit.
publish(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
publish(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
publish(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
publish(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
publish(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
publish(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisPubSubCommands
Publishes the given message to the given channel.
publish(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Publishes the given message to the given channel.
publishEvent(RedisKeyExpiredEvent) - Method in class org.springframework.data.redis.listener.KeyExpirationEventMessageListener
Publish the event in case an ApplicationEventPublisher is set.
pUnsubscribe() - Method in interface org.springframework.data.redis.connection.Subscription
Cancels the subscription for all channels matched by patterns.
pUnsubscribe(byte[]...) - Method in interface org.springframework.data.redis.connection.Subscription
Cancels the subscription for all channels matching the given patterns.
pUnsubscribe() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
 
pUnsubscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
 
push(Publisher<ReactiveListCommands.PushCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
push(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
put(Object, Object) - Method in class org.springframework.data.redis.cache.RedisCache
 
put(RedisCacheElement) - Method in class org.springframework.data.redis.cache.RedisCache
put(HK, HV) - Method in interface org.springframework.data.redis.core.BoundHashOperations
Set the value of a hash key at the bound key.
put(String, byte[]) - Method in class org.springframework.data.redis.core.convert.Bucket
Add String representation of property dot path with given value.
put(H, HK, HV) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
put(H, HK, HV) - Method in interface org.springframework.data.redis.core.HashOperations
Set the value of a hash hashKey.
put(H, HK, HV) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Set the value of a hash hashKey.
put(Serializable, Object, Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
 
put(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
put(K, V) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
put(Object, Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
putAll(Map<? extends HK, ? extends HV>) - Method in interface org.springframework.data.redis.core.BoundHashOperations
Set multiple hash fields to multiple values using data provided in m at the bound key.
putAll(H, Map<? extends HK, ? extends HV>) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
putAll(H, Map<? extends HK, ? extends HV>) - Method in interface org.springframework.data.redis.core.HashOperations
Set multiple hash fields to multiple values using data provided in m.
putAll(H, Map<? extends HK, ? extends HV>) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Set multiple hash fields to multiple values using data provided in m.
putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
putAll(Map<? extends Object, ? extends Object>) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
putFirst(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
putIfAbsent(Object, Object) - Method in class org.springframework.data.redis.cache.RedisCache
 
putIfAbsent(RedisCacheElement) - Method in class org.springframework.data.redis.cache.RedisCache
Add the element as long as no element exists at RedisCacheElement.getKeyBytes().
putIfAbsent(HK, HV) - Method in interface org.springframework.data.redis.core.BoundHashOperations
Set the value of a hash key only if key does not exist.
putIfAbsent(H, HK, HV) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
putIfAbsent(H, HK, HV) - Method in interface org.springframework.data.redis.core.HashOperations
Set the value of a hash hashKey only if hashKey does not exist.
putIfAbsent(H, HK, HV) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Set the value of a hash hashKey only if hashKey does not exist.
putIfAbsent(K, V) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
putIfAbsent(Object, Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
putLast(E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 

Q

QueryUtils - Class in org.springframework.data.redis.core.query
Utilities for SortQuery implementations.
QueryUtils() - Constructor for class org.springframework.data.redis.core.query.QueryUtils
 

R

randomKey() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
randomKey() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
randomKey(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
randomKey(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
randomKey(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.ReactiveClusterKeyCommands
Retrieve a random key from RedisNode.
randomKey() - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Return a random key from the keyspace.
randomKey(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
 
randomKey() - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Return a random key from the keyspace.
randomKey(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Get a random key from the range served by the given node.
randomKey(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
randomKey() - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Return a random key from the keyspace.
randomKey() - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
randomKey() - Method in interface org.springframework.data.redis.core.RedisOperations
Return a random key from the keyspace.
randomKey() - Method in class org.springframework.data.redis.core.RedisTemplate
 
randomMember() - Method in interface org.springframework.data.redis.core.BoundSetOperations
Get random element from set at the bound key.
randomMember(K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
randomMember(K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Get random element from set at key.
randomMember(K) - Method in interface org.springframework.data.redis.core.SetOperations
Get random element from set at key.
randomMembers(long) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Get count random elements from set at the bound key.
randomMembers(K, long) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
randomMembers(K, long) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Get count random elements from set at key.
randomMembers(K, long) - Method in interface org.springframework.data.redis.core.SetOperations
Get count random elements from set at key.
Range() - Constructor for class org.springframework.data.redis.connection.RedisZSetCommands.Range
 
range() - Static method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
 
Range(long, long) - Constructor for class org.springframework.data.redis.connection.SortParameters.Range
 
range(long, long) - Method in interface org.springframework.data.redis.core.BoundListOperations
Get elements between begin and end from list at the bound key.
range(long, long) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get elements between start and end from sorted set.
range(K, long, long) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
range(K, Range<Long>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
range(K, long, long) - Method in interface org.springframework.data.redis.core.ListOperations
Get elements between begin and end from list at key.
range(K, long, long) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Get elements between begin and end from list at key.
range(K, Range<Long>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get elements between start and end from sorted set.
range(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get elements between start and end from sorted set.
range(long, long) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
range(long, long) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
range(long, long) - Method in interface org.springframework.data.redis.support.collections.RedisList
 
range(long, long) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
rangeByLex(RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get all elements with lexicographical ordering with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering having a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(K, Range<String>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rangeByLex(K, Range<String>, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rangeByLex(K, Range<String>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements with lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(K, Range<String>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(K, RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get all elements with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(K, RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(RedisZSetCommands.Range) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByLex(RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Get all elements with lexicographical ordering with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering having a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByScore(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, Range<Double>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rangeByScore(K, Range<Double>, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rangeByScore(K, Range<Double>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get elements in range from start to end where score is between min and max from sorted set.
rangeByScore(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, double, double, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get elements in range from start to end where score is between min and max from sorted set.
rangeByScore(double, double) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByScore(double, double) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
rangeByScoreWithScores(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, Range<Double>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rangeByScoreWithScores(K, Range<Double>, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rangeByScoreWithScores(K, Range<Double>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end where score is between min and max from sorted set.
rangeByScoreWithScores(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, double, double, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end where score is between min and max from sorted set.
rangeByScoreWithScores(double, double) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByScoreWithScores(double, double) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
rangeWithScores(long, long) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
rangeWithScores(K, Range<Long>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rangeWithScores(K, Range<Long>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
rangeWithScores(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
rangeWithScores(long, long) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeWithScores(long, long) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
rank(Object) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Determine the index of element with value in a sorted set.
rank(K, Object) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
rank(K, Object) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Determine the index of element with value in a sorted set.
rank(K, Object) - Method in interface org.springframework.data.redis.core.ZSetOperations
Determine the index of element with value in a sorted set.
rank(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rank(Object) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Returns the rank (position) of the given element in the set, in ascending order.
raw() - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext
raw() - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
Creates a pass through RedisSerializationContext.SerializationPair to pass-thru ByteBuffer objects.
rawMap() - Method in class org.springframework.data.redis.core.convert.Bucket
Get keys and values in binary format.
ReactiveClusterGeoCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterHashCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterHyperLogLogCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterKeyCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterListCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterNumberCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterSetCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterStringCommands - Interface in org.springframework.data.redis.connection
 
ReactiveClusterZSetCommands - Interface in org.springframework.data.redis.connection
 
ReactiveGeoCommands - Interface in org.springframework.data.redis.connection
Redis Geo commands executed using reactive infrastructure.
ReactiveGeoCommands.GeoAddCommand - Class in org.springframework.data.redis.connection
GEOADD command parameters.
ReactiveGeoCommands.GeoDistCommand - Class in org.springframework.data.redis.connection
GEODIST command parameters.
ReactiveGeoCommands.GeoHashCommand - Class in org.springframework.data.redis.connection
GEOHASH command parameters.
ReactiveGeoCommands.GeoPosCommand - Class in org.springframework.data.redis.connection
GEOPOS command parameters.
ReactiveGeoCommands.GeoRadiusByMemberCommand - Class in org.springframework.data.redis.connection
GEORADIUSBYMEMBER command parameters.
ReactiveGeoCommands.GeoRadiusCommand - Class in org.springframework.data.redis.connection
GEORADIUS command parameters.
ReactiveGeoOperations<K,M> - Interface in org.springframework.data.redis.core
Reactive Redis operations for geo commands.
ReactiveHashCommands - Interface in org.springframework.data.redis.connection
Redis Hash commands executed using reactive infrastructure.
ReactiveHashCommands.HDelCommand - Class in org.springframework.data.redis.connection
 
ReactiveHashCommands.HExistsCommand - Class in org.springframework.data.redis.connection
ReactiveHashCommands.HGetCommand - Class in org.springframework.data.redis.connection
ReactiveHashCommands.HSetCommand - Class in org.springframework.data.redis.connection
ReactiveHashOperations<H,HK,HV> - Interface in org.springframework.data.redis.core
Redis map specific operations working on a hash.
ReactiveHyperLogLogCommands - Interface in org.springframework.data.redis.connection
Redis HyperLogLog commands executed using reactive infrastructure.
ReactiveHyperLogLogCommands.PfAddCommand - Class in org.springframework.data.redis.connection
PFADD command parameters.
ReactiveHyperLogLogCommands.PfCountCommand - Class in org.springframework.data.redis.connection
PFCOUNT command parameters.
ReactiveHyperLogLogCommands.PfMergeCommand - Class in org.springframework.data.redis.connection
PFMERGE command parameters.
ReactiveHyperLogLogOperations<K,V> - Interface in org.springframework.data.redis.core
Redis cardinality specific operations working on a HyperLogLog multiset.
ReactiveKeyCommands - Interface in org.springframework.data.redis.connection
Redis Key commands executed using reactive infrastructure.
ReactiveKeyCommands.ExpireAtCommand - Class in org.springframework.data.redis.connection
EXPIREAT/PEXPIREAT command parameters.
ReactiveKeyCommands.ExpireCommand - Class in org.springframework.data.redis.connection
EXPIRE/PEXPIRE command parameters.
ReactiveKeyCommands.MoveCommand - Class in org.springframework.data.redis.connection
MOVE command parameters.
ReactiveKeyCommands.RenameCommand - Class in org.springframework.data.redis.connection
RENAME command parameters.
ReactiveListCommands - Interface in org.springframework.data.redis.connection
Redis List commands executed using reactive infrastructure.
ReactiveListCommands.BPopCommand - Class in org.springframework.data.redis.connection
 
ReactiveListCommands.BRPopLPushCommand - Class in org.springframework.data.redis.connection
BRPOPLPUSH command parameters.
ReactiveListCommands.Direction - Enum in org.springframework.data.redis.connection
 
ReactiveListCommands.LIndexCommand - Class in org.springframework.data.redis.connection
LINDEX command parameters.
ReactiveListCommands.LInsertCommand - Class in org.springframework.data.redis.connection
LINSERT command parameters.
ReactiveListCommands.LRemCommand - Class in org.springframework.data.redis.connection
LREM command parameters.
ReactiveListCommands.LSetCommand - Class in org.springframework.data.redis.connection
LSET command parameters.
ReactiveListCommands.PopCommand - Class in org.springframework.data.redis.connection
LPOP/RPOP command parameters.
ReactiveListCommands.PopResponse - Class in org.springframework.data.redis.connection
ReactiveListCommands.PopResult - Class in org.springframework.data.redis.connection
ReactiveListCommands.PushCommand - Class in org.springframework.data.redis.connection
LPUSH/RPUSH command parameters.
ReactiveListCommands.RPopLPushCommand - Class in org.springframework.data.redis.connection
RPOPLPUSH command parameters.
ReactiveListOperations<K,V> - Interface in org.springframework.data.redis.core
Redis list specific operations.
ReactiveNumberCommands - Interface in org.springframework.data.redis.connection
Redis numeric commands executed using reactive infrastructure.
ReactiveNumberCommands.DecrByCommand<T extends Number> - Class in org.springframework.data.redis.connection
DECRBY command parameters.
ReactiveNumberCommands.HIncrByCommand<T extends Number> - Class in org.springframework.data.redis.connection
HINCRBY command parameters.
ReactiveNumberCommands.IncrByCommand<T extends Number> - Class in org.springframework.data.redis.connection
INCRBY command parameters.
ReactiveRedisCallback<T> - Interface in org.springframework.data.redis.core
Generic callback interface for code that operates on a low-level ReactiveRedisConnection.
ReactiveRedisClusterConnection - Interface in org.springframework.data.redis.connection
 
ReactiveRedisConnection - Interface in org.springframework.data.redis.connection
Redis connection using reactive infrastructure declaring entry points for reactive command execution.
ReactiveRedisConnection.AbsentByteBufferResponse<I> - Class in org.springframework.data.redis.connection
ReactiveRedisConnection.CommandResponse implementation for ByteBuffer responses for absent keys.
ReactiveRedisConnection.BooleanResponse<I> - Class in org.springframework.data.redis.connection
ReactiveRedisConnection.CommandResponse implementation for Boolean responses.
ReactiveRedisConnection.ByteBufferResponse<I> - Class in org.springframework.data.redis.connection
ReactiveRedisConnection.Command - Interface in org.springframework.data.redis.connection
Base interface for Redis commands executed with a reactive infrastructure.
ReactiveRedisConnection.CommandResponse<I,O> - Class in org.springframework.data.redis.connection
Base class for command responses.
ReactiveRedisConnection.KeyCommand - Class in org.springframework.data.redis.connection
ReactiveRedisConnection.Command for key-bound operations.
ReactiveRedisConnection.MultiValueResponse<I,O> - Class in org.springframework.data.redis.connection
ReactiveRedisConnection.CommandResponse implementation for List responses.
ReactiveRedisConnection.NumericResponse<I,O extends Number> - Class in org.springframework.data.redis.connection
ReactiveRedisConnection.CommandResponse implementation for numeric responses.
ReactiveRedisConnection.RangeCommand - Class in org.springframework.data.redis.connection
 
ReactiveRedisConnectionFactory - Interface in org.springframework.data.redis.connection
Thread-safe factory of reactive Redis connections.
ReactiveRedisOperations<K,V> - Interface in org.springframework.data.redis.core
Interface that specified a basic set of Redis operations, implemented by ReactiveRedisTemplate.
ReactiveRedisTemplate<K,V> - Class in org.springframework.data.redis.core
Central abstraction for reactive Redis data access implementing ReactiveRedisOperations.
ReactiveRedisTemplate(ReactiveRedisConnectionFactory, RedisSerializationContext<K, V>) - Constructor for class org.springframework.data.redis.core.ReactiveRedisTemplate
ReactiveRedisTemplate(ReactiveRedisConnectionFactory, RedisSerializationContext<K, V>, boolean) - Constructor for class org.springframework.data.redis.core.ReactiveRedisTemplate
ReactiveSetCommands - Interface in org.springframework.data.redis.connection
Redis Set commands executed using reactive infrastructure.
ReactiveSetCommands.SAddCommand - Class in org.springframework.data.redis.connection
SADD command parameters.
ReactiveSetCommands.SDiffCommand - Class in org.springframework.data.redis.connection
SDIFF command parameters.
ReactiveSetCommands.SDiffStoreCommand - Class in org.springframework.data.redis.connection
SDIFFSTORE command parameters.
ReactiveSetCommands.SInterCommand - Class in org.springframework.data.redis.connection
SINTER command parameters.
ReactiveSetCommands.SInterStoreCommand - Class in org.springframework.data.redis.connection
SINTERSTORE command parameters.
ReactiveSetCommands.SIsMemberCommand - Class in org.springframework.data.redis.connection
SISMEMBER command parameters.
ReactiveSetCommands.SMoveCommand - Class in org.springframework.data.redis.connection
SMOVE command parameters.
ReactiveSetCommands.SRandMembersCommand - Class in org.springframework.data.redis.connection
SRANDMEMBER command parameters.
ReactiveSetCommands.SRemCommand - Class in org.springframework.data.redis.connection
SREM command parameters.
ReactiveSetCommands.SUnionCommand - Class in org.springframework.data.redis.connection
SUNION command parameters.
ReactiveSetCommands.SUnionStoreCommand - Class in org.springframework.data.redis.connection
SUNIONSTORE command parameters.
ReactiveSetOperations<K,V> - Interface in org.springframework.data.redis.core
Redis set specific operations.
ReactiveStringCommands - Interface in org.springframework.data.redis.connection
Redis String commands executed using reactive infrastructure.
ReactiveStringCommands.AppendCommand - Class in org.springframework.data.redis.connection
APPEND command parameters.
ReactiveStringCommands.BitCountCommand - Class in org.springframework.data.redis.connection
BITCOUNT command parameters.
ReactiveStringCommands.BitOpCommand - Class in org.springframework.data.redis.connection
BITOP command parameters.
ReactiveStringCommands.GetBitCommand - Class in org.springframework.data.redis.connection
GETBIT command parameters.
ReactiveStringCommands.MSetCommand - Class in org.springframework.data.redis.connection
MSET command parameters.
ReactiveStringCommands.SetBitCommand - Class in org.springframework.data.redis.connection
SETBIT command parameters.
ReactiveStringCommands.SetCommand - Class in org.springframework.data.redis.connection
SET command parameters.
ReactiveStringCommands.SetRangeCommand - Class in org.springframework.data.redis.connection
SETRANGE command parameters.
ReactiveValueOperations<K,V> - Interface in org.springframework.data.redis.core
Reactive Redis operations for simple (or in Redis terminology 'string') values.
ReactiveZSetCommands - Interface in org.springframework.data.redis.connection
Redis Sorted Set commands executed using reactive infrastructure.
ReactiveZSetCommands.ZAddCommand - Class in org.springframework.data.redis.connection
ZADD command parameters.
ReactiveZSetCommands.ZCountCommand - Class in org.springframework.data.redis.connection
ZCOUNT command parameters.
ReactiveZSetCommands.ZIncrByCommand - Class in org.springframework.data.redis.connection
ZINCRBY command parameters.
ReactiveZSetCommands.ZInterStoreCommand - Class in org.springframework.data.redis.connection
ZINTERSTORE command parameters.
ReactiveZSetCommands.ZRangeByLexCommand - Class in org.springframework.data.redis.connection
ZRANGEBYLEX/ZREVRANGEBYLEX command parameters.
ReactiveZSetCommands.ZRangeByScoreCommand - Class in org.springframework.data.redis.connection
ZRANGEBYSCORE/ZREVRANGEBYSCORE.
ReactiveZSetCommands.ZRangeCommand - Class in org.springframework.data.redis.connection
ZRANGE/ZREVRANGE command parameters.
ReactiveZSetCommands.ZRankCommand - Class in org.springframework.data.redis.connection
ZRANK/ZREVRANK command parameters.
ReactiveZSetCommands.ZRemCommand - Class in org.springframework.data.redis.connection
ZREM command parameters.
ReactiveZSetCommands.ZRemRangeByRankCommand - Class in org.springframework.data.redis.connection
ZREMRANGEBYRANK command parameters.
ReactiveZSetCommands.ZRemRangeByScoreCommand - Class in org.springframework.data.redis.connection
ZREMRANGEBYSCORE command parameters.
ReactiveZSetCommands.ZScoreCommand - Class in org.springframework.data.redis.connection
ZSCORE command parameters.
ReactiveZSetCommands.ZUnionStoreCommand - Class in org.springframework.data.redis.connection
ZUNIONSTORE command parameters.
ReactiveZSetOperations<K,V> - Interface in org.springframework.data.redis.core
Redis ZSet/sorted set specific operations.
read(Class<R>, RedisData) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
 
read(ByteBuffer) - Method in interface org.springframework.data.redis.serializer.RedisElementReader
Deserialize a ByteBuffer into the according type.
read(ByteBuffer) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
Deserialize a ByteBuffer into the according type.
readTimeout(Duration) - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
readTimeout(Duration) - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a read timeout.
RedisAccessor - Class in org.springframework.data.redis.core
Base class for RedisTemplate defining common properties.
RedisAccessor() - Constructor for class org.springframework.data.redis.core.RedisAccessor
 
RedisAtomicDouble - Class in org.springframework.data.redis.support.atomic
Atomic double backed by Redis.
RedisAtomicDouble(String, RedisConnectionFactory) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicDouble(String, RedisConnectionFactory, double) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicDouble(String, RedisOperations<String, Double>) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicDouble(String, RedisOperations<String, Double>, double) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicInteger - Class in org.springframework.data.redis.support.atomic
Atomic integer backed by Redis.
RedisAtomicInteger(String, RedisConnectionFactory) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicInteger(String, RedisConnectionFactory, int) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicInteger(String, RedisOperations<String, Integer>) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicInteger(String, RedisOperations<String, Integer>, int) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicLong - Class in org.springframework.data.redis.support.atomic
Atomic long backed by Redis.
RedisAtomicLong(String, RedisConnectionFactory) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisAtomicLong(String, RedisConnectionFactory, long) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisAtomicLong(String, RedisOperations<String, Long>) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisAtomicLong(String, RedisOperations<String, Long>, long) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisCache - Class in org.springframework.data.redis.cache
Cache implementation on top of Redis.
RedisCache(String, byte[], RedisOperations<? extends Object, ? extends Object>, long) - Constructor for class org.springframework.data.redis.cache.RedisCache
Constructs a new RedisCache instance.
RedisCache(String, byte[], RedisOperations<? extends Object, ? extends Object>, long, boolean) - Constructor for class org.springframework.data.redis.cache.RedisCache
Constructs a new RedisCache instance.
RedisCacheElement - Class in org.springframework.data.redis.cache
Element to be stored inside RedisCache.
RedisCacheElement(RedisCacheKey, Object) - Constructor for class org.springframework.data.redis.cache.RedisCacheElement
 
RedisCacheKey - Class in org.springframework.data.redis.cache
 
RedisCacheKey(Object) - Constructor for class org.springframework.data.redis.cache.RedisCacheKey
 
RedisCacheManager - Class in org.springframework.data.redis.cache
CacheManager implementation for Redis.
RedisCacheManager(RedisOperations) - Constructor for class org.springframework.data.redis.cache.RedisCacheManager
Construct a RedisCacheManager.
RedisCacheManager(RedisOperations, Collection<String>) - Constructor for class org.springframework.data.redis.cache.RedisCacheManager
Construct a static RedisCacheManager, managing caches for the specified cache names only.
RedisCacheManager(RedisOperations, Collection<String>, boolean) - Constructor for class org.springframework.data.redis.cache.RedisCacheManager
Construct a static RedisCacheManager, managing caches for the specified cache names only.
RedisCachePrefix - Interface in org.springframework.data.redis.cache
Contract for generating 'prefixes' for Cache keys saved in Redis.
RedisCallback<T> - Interface in org.springframework.data.redis.core
Callback interface for Redis 'low level' code.
RedisClientInfo - Class in org.springframework.data.redis.core.types
RedisClientInfo provides general and statistical information about client connections.
RedisClientInfo(Properties) - Constructor for class org.springframework.data.redis.core.types.RedisClientInfo
 
RedisClientInfo.INFO - Enum in org.springframework.data.redis.core.types
 
RedisClientInfo.RedisClientInfoBuilder - Class in org.springframework.data.redis.core.types
 
RedisClientInfoBuilder() - Constructor for class org.springframework.data.redis.core.types.RedisClientInfo.RedisClientInfoBuilder
 
RedisClusterCallback<T> - Interface in org.springframework.data.redis.core
Callback interface for low level operations executed against a clustered Redis environment.
RedisClusterCommands - Interface in org.springframework.data.redis.connection
Interface for the cluster commands supported by Redis.
RedisClusterCommands.AddSlots - Enum in org.springframework.data.redis.connection
 
RedisClusterConfiguration - Class in org.springframework.data.redis.connection
Configuration class used for setting up RedisConnection via RedisConnectionFactory using connecting to Redis Cluster.
RedisClusterConfiguration() - Constructor for class org.springframework.data.redis.connection.RedisClusterConfiguration
RedisClusterConfiguration(Collection<String>) - Constructor for class org.springframework.data.redis.connection.RedisClusterConfiguration
Creates RedisClusterConfiguration for given hostPort combinations.
RedisClusterConfiguration(PropertySource<?>) - Constructor for class org.springframework.data.redis.connection.RedisClusterConfiguration
Creates RedisClusterConfiguration looking up values in given PropertySource.
RedisClusterConnection - Interface in org.springframework.data.redis.connection
RedisClusterConnection allows sending commands to dedicated nodes within the cluster.
RedisClusterNode - Class in org.springframework.data.redis.connection
Representation of a Redis server within the cluster.
RedisClusterNode() - Constructor for class org.springframework.data.redis.connection.RedisClusterNode
 
RedisClusterNode(String, int) - Constructor for class org.springframework.data.redis.connection.RedisClusterNode
RedisClusterNode(String) - Constructor for class org.springframework.data.redis.connection.RedisClusterNode
Creates new RedisClusterNode with an id and empty RedisClusterNode.SlotRange.
RedisClusterNode(String, int, RedisClusterNode.SlotRange) - Constructor for class org.springframework.data.redis.connection.RedisClusterNode
RedisClusterNode(RedisClusterNode.SlotRange) - Constructor for class org.springframework.data.redis.connection.RedisClusterNode
RedisClusterNode.Flag - Enum in org.springframework.data.redis.connection
 
RedisClusterNode.LinkState - Enum in org.springframework.data.redis.connection
 
RedisClusterNode.RedisClusterNodeBuilder - Class in org.springframework.data.redis.connection
Builder for creating new RedisClusterNode.
RedisClusterNode.SlotRange - Class in org.springframework.data.redis.connection
 
RedisClusterNodeBuilder() - Constructor for class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
RedisClusterServerCommands - Interface in org.springframework.data.redis.connection
 
RedisCollection<E> - Interface in org.springframework.data.redis.support.collections
Redis extension for the Collection contract.
RedisCollectionFactoryBean - Class in org.springframework.data.redis.support.collections
Factory bean that facilitates creation of Redis-based collections.
RedisCollectionFactoryBean() - Constructor for class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
RedisCollectionFactoryBean.CollectionType - Enum in org.springframework.data.redis.support.collections
Collection types supported by this factory.
RedisCommand - Enum in org.springframework.data.redis.core
 
RedisCommands - Interface in org.springframework.data.redis.connection
Interface for the commands supported by Redis.
RedisConnection - Interface in org.springframework.data.redis.connection
A connection to a Redis server.
RedisConnectionCommands - Interface in org.springframework.data.redis.connection
Connection-specific commands supported by Redis.
RedisConnectionFactory - Interface in org.springframework.data.redis.connection
Thread-safe factory of Redis connections.
RedisConnectionFailureException - Exception in org.springframework.data.redis
Fatal exception thrown when the Redis connection fails completely.
RedisConnectionFailureException(String) - Constructor for exception org.springframework.data.redis.RedisConnectionFailureException
 
RedisConnectionFailureException(String, Throwable) - Constructor for exception org.springframework.data.redis.RedisConnectionFailureException
 
RedisConnectionUtils - Class in org.springframework.data.redis.core
Helper class featuring RedisConnection handling, allowing for reuse of instances within 'transactions'/scopes.
RedisConnectionUtils() - Constructor for class org.springframework.data.redis.core.RedisConnectionUtils
 
RedisConverter - Interface in org.springframework.data.redis.core.convert
Redis specific EntityConverter.
RedisCustomConversions - Class in org.springframework.data.redis.core.convert
Value object to capture custom conversion.
RedisCustomConversions() - Constructor for class org.springframework.data.redis.core.convert.RedisCustomConversions
Creates an empty RedisCustomConversions object.
RedisCustomConversions(List<?>) - Constructor for class org.springframework.data.redis.core.convert.RedisCustomConversions
Creates a new RedisCustomConversions instance registering the given converters.
RedisData - Class in org.springframework.data.redis.core.convert
Data object holding Bucket representing the domain object to be stored in a Redis hash.
RedisData() - Constructor for class org.springframework.data.redis.core.convert.RedisData
Creates new RedisData with empty Bucket.
RedisData(Map<byte[], byte[]>) - Constructor for class org.springframework.data.redis.core.convert.RedisData
Creates new RedisData with Bucket holding provided values.
RedisData(Bucket) - Constructor for class org.springframework.data.redis.core.convert.RedisData
Creates new RedisData with Bucket
RedisElementReader<T> - Interface in org.springframework.data.redis.serializer
Strategy interface that specifies a deserializer that can deserialize a binary element representation stored in Redis into an object.
RedisElementWriter<T> - Interface in org.springframework.data.redis.serializer
Strategy interface that specifies a serializer that can serialize an element to its binary representation to be used as Redis protocol payload.
RedisEntityInformation<T,ID> - Interface in org.springframework.data.redis.repository.core
 
RedisGeoCommands - Interface in org.springframework.data.redis.connection
Geo-specific Redis commands.
RedisGeoCommands.DistanceUnit - Enum in org.springframework.data.redis.connection
Metrics supported by Redis.
RedisGeoCommands.GeoLocation<T> - Class in org.springframework.data.redis.connection
RedisGeoCommands.GeoLocation representing a Point associated with a name.
RedisGeoCommands.GeoRadiusCommandArgs - Class in org.springframework.data.redis.connection
Additional arguments (like count/sort/...) to be used with RedisGeoCommands.
RedisGeoCommands.GeoRadiusCommandArgs.Flag - Enum in org.springframework.data.redis.connection
 
RedisHash - Annotation Type in org.springframework.data.redis.core
RedisHash marks Objects as aggregate roots to be stored in a Redis hash.
RedisHashCommands - Interface in org.springframework.data.redis.connection
Hash-specific commands supported by Redis.
RedisHyperLogLogCommands - Interface in org.springframework.data.redis.connection
HyperLogLog specific commands supported by Redis.
RedisIndexDefinition - Class in org.springframework.data.redis.core.index
Base IndexDefinition implementation.
RedisIndexDefinition(String, String, String) - Constructor for class org.springframework.data.redis.core.index.RedisIndexDefinition
RedisIndexDefinition.CompositeValueTransformer - Class in org.springframework.data.redis.core.index
 
RedisIndexDefinition.LowercaseIndexValueTransformer - Enum in org.springframework.data.redis.core.index
 
RedisIndexDefinition.NoOpValueTransformer - Enum in org.springframework.data.redis.core.index
 
RedisIndexDefinition.OrCondition<T> - Class in org.springframework.data.redis.core.index
 
RedisIndexDefinition.PathCondition - Class in org.springframework.data.redis.core.index
 
RedisInvalidSubscriptionException - Exception in org.springframework.data.redis.connection
Exception thrown when subscribing to an expired/dead Subscription.
RedisInvalidSubscriptionException(String, Throwable) - Constructor for exception org.springframework.data.redis.connection.RedisInvalidSubscriptionException
Constructs a new RedisInvalidSubscriptionException instance.
RedisInvalidSubscriptionException(String) - Constructor for exception org.springframework.data.redis.connection.RedisInvalidSubscriptionException
Constructs a new RedisInvalidSubscriptionException instance.
RedisKeyCommands - Interface in org.springframework.data.redis.connection
Key-specific commands supported by Redis.
RedisKeyExpiredEvent<T> - Class in org.springframework.data.redis.core
RedisKeyExpiredEvent is Redis specific ApplicationEvent published when a specific key in Redis expires.
RedisKeyExpiredEvent(byte[]) - Constructor for class org.springframework.data.redis.core.RedisKeyExpiredEvent
RedisKeyExpiredEvent(byte[], Object) - Constructor for class org.springframework.data.redis.core.RedisKeyExpiredEvent
RedisKeyExpiredEvent(String, byte[], Object) - Constructor for class org.springframework.data.redis.core.RedisKeyExpiredEvent
RedisKeyspaceEvent - Class in org.springframework.data.redis.core
Redis specific ApplicationEvent published when a key expires in Redis.
RedisKeyspaceEvent(byte[]) - Constructor for class org.springframework.data.redis.core.RedisKeyspaceEvent
Creates new RedisKeyspaceEvent.
RedisKeyspaceEvent(String, byte[]) - Constructor for class org.springframework.data.redis.core.RedisKeyspaceEvent
Creates new RedisKeyspaceEvent.
RedisKeyValueAdapter - Class in org.springframework.data.redis.core
Redis specific KeyValueAdapter implementation.
RedisKeyValueAdapter(RedisOperations<?, ?>) - Constructor for class org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisMappingContext) - Constructor for class org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisMappingContext, CustomConversions) - Constructor for class org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisMappingContext, CustomConversions) - Constructor for class org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisConverter) - Constructor for class org.springframework.data.redis.core.RedisKeyValueAdapter
Creates new RedisKeyValueAdapter with specific RedisConverter.
RedisKeyValueAdapter() - Constructor for class org.springframework.data.redis.core.RedisKeyValueAdapter
Default constructor.
RedisKeyValueAdapter.EnableKeyspaceEvents - Enum in org.springframework.data.redis.core
 
RedisKeyValueAdapterBean - Class in org.springframework.data.redis.repository.cdi
CdiBean to create RedisKeyValueAdapter instances.
RedisKeyValueAdapterBean(Bean<RedisOperations<?, ?>>, Set<Annotation>, BeanManager) - Constructor for class org.springframework.data.redis.repository.cdi.RedisKeyValueAdapterBean
RedisKeyValueCallback() - Constructor for class org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
 
RedisKeyValueTemplate - Class in org.springframework.data.redis.core
Redis specific implementation of KeyValueTemplate.
RedisKeyValueTemplate(RedisKeyValueAdapter, RedisMappingContext) - Constructor for class org.springframework.data.redis.core.RedisKeyValueTemplate
RedisKeyValueTemplate.RedisKeyValueCallback<T> - Class in org.springframework.data.redis.core
Redis specific KeyValueCallback.
RedisKeyValueTemplateBean - Class in org.springframework.data.redis.repository.cdi
CdiBean to create RedisKeyValueTemplate instances.
RedisKeyValueTemplateBean(Bean<RedisKeyValueAdapter>, Set<Annotation>, BeanManager) - Constructor for class org.springframework.data.redis.repository.cdi.RedisKeyValueTemplateBean
RedisList<E> - Interface in org.springframework.data.redis.support.collections
Redis extension for the List contract.
RedisListCommands - Interface in org.springframework.data.redis.connection
List-specific commands supported by Redis.
RedisListCommands.Position - Enum in org.springframework.data.redis.connection
List insertion position.
RedisListenerExecutionFailedException - Exception in org.springframework.data.redis.listener.adapter
Exception thrown when the execution of a listener method failed.
RedisListenerExecutionFailedException(String, Throwable) - Constructor for exception org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
Constructs a new RedisListenerExecutionFailedException instance.
RedisListenerExecutionFailedException(String) - Constructor for exception org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
Constructs a new RedisListenerExecutionFailedException instance.
RedisMap<K,V> - Interface in org.springframework.data.redis.support.collections
Map view of a Redis hash.
RedisMappingContext - Class in org.springframework.data.redis.core.mapping
Redis specific MappingContext.
RedisMappingContext() - Constructor for class org.springframework.data.redis.core.mapping.RedisMappingContext
RedisMappingContext(MappingConfiguration) - Constructor for class org.springframework.data.redis.core.mapping.RedisMappingContext
Creates new RedisMappingContext.
RedisMessageListenerContainer - Class in org.springframework.data.redis.listener
Container providing asynchronous behaviour for Redis message listeners.
RedisMessageListenerContainer() - Constructor for class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
RedisNode - Class in org.springframework.data.redis.connection
 
RedisNode(String, int) - Constructor for class org.springframework.data.redis.connection.RedisNode
Creates a new RedisNode with the given host, port.
RedisNode() - Constructor for class org.springframework.data.redis.connection.RedisNode
 
RedisNode.NodeType - Enum in org.springframework.data.redis.connection
 
RedisNode.RedisNodeBuilder - Class in org.springframework.data.redis.connection
Builder for creating new RedisNode.
RedisNodeBuilder() - Constructor for class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
 
RedisOperationChain - Class in org.springframework.data.redis.repository.query
Simple set of operations required to run queries against Redis.
RedisOperationChain() - Constructor for class org.springframework.data.redis.repository.query.RedisOperationChain
 
RedisOperationChain.NearPath - Class in org.springframework.data.redis.repository.query
 
RedisOperationChain.PathAndValue - Class in org.springframework.data.redis.repository.query
 
RedisOperations<K,V> - Interface in org.springframework.data.redis.core
Interface that specified a basic set of Redis operations, implemented by RedisTemplate.
RedisPassword - Class in org.springframework.data.redis.connection
Value object which may or may not contain a Redis password.
RedisPassword() - Constructor for class org.springframework.data.redis.connection.RedisPassword
 
RedisPersistentEntity<T> - Interface in org.springframework.data.redis.core.mapping
Redis specific PersistentEntity.
RedisPersistentProperty - Class in org.springframework.data.redis.core.mapping
Redis specific PersistentProperty implementation.
RedisPersistentProperty(Property, PersistentEntity<?, RedisPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.redis.core.mapping.RedisPersistentProperty
RedisPipelineException - Exception in org.springframework.data.redis.connection
Exception thrown when executing/closing a pipeline that contains one or multiple invalid/incorrect statements.
RedisPipelineException(String, Throwable, List<Object>) - Constructor for exception org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance.
RedisPipelineException(Exception, List<Object>) - Constructor for exception org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance using a default message.
RedisPipelineException(Exception) - Constructor for exception org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance using a default message and an empty pipeline result list.
RedisPipelineException(String, List<Object>) - Constructor for exception org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance.
RedisProperties - Class in org.springframework.data.redis.support.collections
Properties extension for a Redis back-store.
RedisProperties(BoundHashOperations<String, String, String>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisProperties(String, RedisOperations<String, ?>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisProperties(Properties, BoundHashOperations<String, String, String>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisProperties(Properties, String, RedisOperations<String, ?>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisPubSubCommands - Interface in org.springframework.data.redis.connection
PubSub-specific Redis commands.
RedisQueryCreator - Class in org.springframework.data.redis.repository.query
Redis specific query creator.
RedisQueryCreator(PartTree, ParameterAccessor) - Constructor for class org.springframework.data.redis.repository.query.RedisQueryCreator
 
RedisRepositoriesRegistrar - Class in org.springframework.data.redis.repository.configuration
RedisRepositoriesRegistrar() - Constructor for class org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
 
RedisRepositoryBean<T> - Class in org.springframework.data.redis.repository.cdi
CdiRepositoryBean to create Redis repository instances.
RedisRepositoryBean(Bean<KeyValueOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.redis.repository.cdi.RedisRepositoryBean
Creates a new CdiRepositoryBean.
RedisRepositoryConfigurationExtension - Class in org.springframework.data.redis.repository.configuration
RedisRepositoryConfigurationExtension() - Constructor for class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
RedisRepositoryExtension - Class in org.springframework.data.redis.repository.cdi
CDI extension to export Redis repositories.
RedisRepositoryExtension() - Constructor for class org.springframework.data.redis.repository.cdi.RedisRepositoryExtension
 
RedisRepositoryFactory - Class in org.springframework.data.redis.repository.support
RepositoryFactorySupport specific of handing Redis KeyValueRepository.
RedisRepositoryFactory(KeyValueOperations) - Constructor for class org.springframework.data.redis.repository.support.RedisRepositoryFactory
 
RedisRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>) - Constructor for class org.springframework.data.redis.repository.support.RedisRepositoryFactory
 
RedisRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - Constructor for class org.springframework.data.redis.repository.support.RedisRepositoryFactory
 
RedisRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.redis.repository.support
Adapter for Springs FactoryBean interface to allow easy setup of RedisRepositoryFactory via Spring configuration.
RedisRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean
Creates a new RedisRepositoryFactoryBean for the given repository interface.
RedisScript<T> - Interface in org.springframework.data.redis.core.script
A script to be executed using the Redis scripting support available as of version 2.6
RedisScriptingCommands - Interface in org.springframework.data.redis.connection
Scripting commands.
RedisSentinelCommands - Interface in org.springframework.data.redis.connection
Redis Sentinel-specific commands.
RedisSentinelConfiguration - Class in org.springframework.data.redis.connection
Configuration class used for setting up RedisConnection via RedisConnectionFactory using connecting to Redis Sentinel(s).
RedisSentinelConfiguration() - Constructor for class org.springframework.data.redis.connection.RedisSentinelConfiguration
RedisSentinelConfiguration(String, Set<String>) - Constructor for class org.springframework.data.redis.connection.RedisSentinelConfiguration
Creates RedisSentinelConfiguration for given hostPort combinations.
RedisSentinelConfiguration(PropertySource<?>) - Constructor for class org.springframework.data.redis.connection.RedisSentinelConfiguration
Creates RedisSentinelConfiguration looking up values in given PropertySource.
RedisSentinelConnection - Interface in org.springframework.data.redis.connection
 
RedisSerializationContext<K,V> - Interface in org.springframework.data.redis.serializer
Serialization context for reactive use.
RedisSerializationContext.RedisSerializationContextBuilder<K,V> - Interface in org.springframework.data.redis.serializer
RedisSerializationContext.SerializationPair<T> - Interface in org.springframework.data.redis.serializer
Typed serialization tuple.
RedisSerializer<T> - Interface in org.springframework.data.redis.serializer
Basic interface serialization and deserialization of Objects to byte arrays (binary data).
RedisServer - Class in org.springframework.data.redis.connection
 
RedisServer(String, int) - Constructor for class org.springframework.data.redis.connection.RedisServer
Creates a new RedisServer with the given host, port.
RedisServer(String, int, Properties) - Constructor for class org.springframework.data.redis.connection.RedisServer
Creates a new RedisServer with the given host, port and properties.
RedisServer.INFO - Enum in org.springframework.data.redis.connection
 
RedisServerCommands - Interface in org.springframework.data.redis.connection
Server-specific commands supported by Redis.
RedisServerCommands.MigrateOption - Enum in org.springframework.data.redis.connection
 
RedisServerCommands.ShutdownOption - Enum in org.springframework.data.redis.connection
 
RedisSet<E> - Interface in org.springframework.data.redis.support.collections
Redis extension for the Set contract.
RedisSetCommands - Interface in org.springframework.data.redis.connection
Set-specific commands supported by Redis.
RedisStandaloneConfiguration - Class in org.springframework.data.redis.connection
Configuration class used for setting up RedisConnection via RedisConnectionFactory using connecting to a single node Redis installation.
RedisStandaloneConfiguration() - Constructor for class org.springframework.data.redis.connection.RedisStandaloneConfiguration
Create a new default RedisStandaloneConfiguration.
RedisStandaloneConfiguration(String) - Constructor for class org.springframework.data.redis.connection.RedisStandaloneConfiguration
Create a new RedisStandaloneConfiguration given hostName.
RedisStandaloneConfiguration(String, int) - Constructor for class org.springframework.data.redis.connection.RedisStandaloneConfiguration
Create a new RedisStandaloneConfiguration given hostName and port.
RedisStore - Interface in org.springframework.data.redis.support.collections
Basic interface for Redis-based collections.
RedisStringCommands - Interface in org.springframework.data.redis.connection
String/Value-specific commands supported by Redis.
RedisStringCommands.BitOperation - Enum in org.springframework.data.redis.connection
 
RedisStringCommands.SetOption - Enum in org.springframework.data.redis.connection
SET command arguments for NX, XX.
RedisSubscribedConnectionException - Exception in org.springframework.data.redis.connection
Exception thrown when issuing commands on a connection that is subscribed and waiting for events.
RedisSubscribedConnectionException(String, Throwable) - Constructor for exception org.springframework.data.redis.connection.RedisSubscribedConnectionException
Constructs a new RedisSubscribedConnectionException instance.
RedisSubscribedConnectionException(String) - Constructor for exception org.springframework.data.redis.connection.RedisSubscribedConnectionException
Constructs a new RedisSubscribedConnectionException instance.
RedisSystemException - Exception in org.springframework.data.redis
Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
RedisSystemException(String, Throwable) - Constructor for exception org.springframework.data.redis.RedisSystemException
 
RedisTemplate<K,V> - Class in org.springframework.data.redis.core
Helper class that simplifies Redis data access code.
RedisTemplate() - Constructor for class org.springframework.data.redis.core.RedisTemplate
Constructs a new RedisTemplate instance.
RedisTxCommands - Interface in org.springframework.data.redis.connection
Transaction/Batch specific commands supported by Redis.
RedisZSet<E> - Interface in org.springframework.data.redis.support.collections
Redis ZSet (or sorted set (by weight)).
RedisZSetCommands - Interface in org.springframework.data.redis.connection
ZSet(SortedSet)-specific commands supported by Redis.
RedisZSetCommands.Aggregate - Enum in org.springframework.data.redis.connection
Sort aggregation operations.
RedisZSetCommands.Limit - Class in org.springframework.data.redis.connection
 
RedisZSetCommands.Range - Class in org.springframework.data.redis.connection
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET.
RedisZSetCommands.Range.Boundary - Class in org.springframework.data.redis.connection
 
RedisZSetCommands.Tuple - Interface in org.springframework.data.redis.connection
ZSet tuple.
ReferenceResolver - Interface in org.springframework.data.redis.core.convert
ReferenceResolver retrieves Objects marked with Reference from Redis.
ReferenceResolverImpl - Class in org.springframework.data.redis.core.convert
ReferenceResolver using RedisKeyValueAdapter to read raw data.
ReferenceResolverImpl(RedisOperations<?, ?>) - Constructor for class org.springframework.data.redis.core.convert.ReferenceResolverImpl
 
refreshTtl(boolean) - Method in class org.springframework.data.redis.core.PartialUpdate
Set indicator for updating expiration time of target.
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
releaseConnection(RedisConnection, RedisConnectionFactory) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
Closes the given connection, created via the given factory if not managed externally (i.e. not bound to the thread).
remainingCapacity() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
remove(NamedNode) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
remove(String) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
remove(NamedNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
remove(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
remove(NamedNode) - Method in interface org.springframework.data.redis.connection.RedisSentinelCommands
Removes given master.
remove(Object) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
remove(long, Object) - Method in interface org.springframework.data.redis.core.BoundListOperations
Removes the first count occurrences of value from the list stored at the bound key.
remove(Object...) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Remove given values from set at the bound key and return the number of removed elements.
remove(Object...) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Remove values from sorted set.
remove() - Method in class org.springframework.data.redis.core.ConvertingCursor
 
remove(H, Object...) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
remove(K, long, Object) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
remove(K, Object...) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
remove(K, Object...) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
remove(K, long, Object) - Method in interface org.springframework.data.redis.core.ListOperations
Removes the first count occurrences of value from the list stored at key.
remove(H, Object...) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Delete given hash hashKeys from the hash at key.
remove(K, long, Object) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Removes the first count occurrences of value from the list stored at key.
remove(K, Object...) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Remove given values from set at key and return the number of removed elements.
remove(K, Object...) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Remove values from sorted set.
remove() - Method in class org.springframework.data.redis.core.ScanCursor
 
remove(K, Object...) - Method in interface org.springframework.data.redis.core.SetOperations
Remove given values from set at key and return the number of removed elements.
remove(K, Object...) - Method in interface org.springframework.data.redis.core.ZSetOperations
Remove values from sorted set.
remove(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
remove(int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
remove() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
remove(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
remove(Object, Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
remove(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
remove(long, long) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
remove(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
remove(Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
remove(Object, Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
remove(long, long) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
removeAll(Collection<?>) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
removeAll(Collection<?>) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
 
removeByScore(double, double) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
removeByScore(double, double) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
removeFirst() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
removeFirstOccurrence(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
RemoveIndexedData - Class in org.springframework.data.redis.core.convert
RemoveIndexedData represents a removed index entry from a secondary index for a property path in a given keyspace.
removeLast() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
removeLastOccurrence(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
removeMessageListener(MessageListener, Collection<? extends Topic>) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Removes a message listener from the given topics.
removeMessageListener(MessageListener, Topic) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Removes a message listener from the from the given topic.
removeMessageListener(MessageListener) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Removes the given message listener completely (from all topics).
removeRange(long, long) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Remove elements in range between start and end from sorted set with the bound key.
removeRange(K, Range<Long>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
removeRange(K, Range<Long>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Remove elements in range between start and end from sorted set with key.
removeRange(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Remove elements in range between start and end from sorted set with key.
removeRangeByScore(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Remove elements with scores between min and max from sorted set with the bound key.
removeRangeByScore(K, Range<Double>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
removeRangeByScore(K, Range<Double>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Remove elements with scores between min and max from sorted set with key.
removeRangeByScore(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
Remove elements with scores between min and max from sorted set with key.
rename(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
rename(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rename(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rename(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName.
rename(Publisher<ReactiveKeyCommands.RenameCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName.
rename(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Rename key oldName to newName.
rename(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Rename key oleName to newName.
rename(K) - Method in interface org.springframework.data.redis.core.BoundKeyOperations
Renames the key.
rename(K, K) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Rename key oldKey to newKey.
rename(K, K) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
rename(K, K) - Method in interface org.springframework.data.redis.core.RedisOperations
Rename key oldKey to newKey.
rename(K, K) - Method in class org.springframework.data.redis.core.RedisTemplate
 
rename(String) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
rename(String) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
rename(String) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
 
rename(String) - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
 
rename(String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
rename(String) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
renameIfAbsent(K, K) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Rename key oleName to newKey only if newKey does not exist.
renameIfAbsent(K, K) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
renameIfAbsent(K, K) - Method in interface org.springframework.data.redis.core.RedisOperations
Rename key oleName to newKey only if newKey does not exist.
renameIfAbsent(K, K) - Method in class org.springframework.data.redis.core.RedisTemplate
 
renameNX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
renameNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
renameNX(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
renameNX(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName only if newName does not exist.
renameNX(Publisher<ReactiveKeyCommands.RenameCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName only if newName does not exist.
renameNX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Rename key oldName to newName only if newName does not exist.
renameNX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Rename key oleName to newName only if newName does not exist.
replace(K, V, V) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
replace(K, V) - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
replace(Object, Object, Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
replace(Object, Object) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
requiresArguments() - Method in enum org.springframework.data.redis.core.RedisCommand
 
requiresExactNumberOfArguments() - Method in enum org.springframework.data.redis.core.RedisCommand
 
resetConfigStats(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
resetConfigStats() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
resetConfigStats() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
resetConfigStats(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
resetConfigStats() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Reset statistic counters on server.
resetConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
reshard(RedisClusterNode, int, RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Move slot assignment from one source to target node and copy keys associated with the slot.
reshard(RedisClusterNode, int, RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
resolveIndex(String, String, PersistentProperty<?>, Object) - Method in class org.springframework.data.redis.core.convert.PathIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - Method in class org.springframework.data.redis.core.convert.CompositeIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in class org.springframework.data.redis.core.convert.CompositeIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - Method in interface org.springframework.data.redis.core.convert.IndexResolver
Resolves all indexes for given type information / value combination.
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in interface org.springframework.data.redis.core.convert.IndexResolver
Resolves all indexes for given type information / value combination.
resolveIndexesFor(TypeInformation<?>, Object) - Method in class org.springframework.data.redis.core.convert.PathIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in class org.springframework.data.redis.core.convert.PathIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - Method in class org.springframework.data.redis.core.convert.SpelIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in class org.springframework.data.redis.core.convert.SpelIndexResolver
 
resolveReference(Serializable, String) - Method in interface org.springframework.data.redis.core.convert.ReferenceResolver
 
resolveReference(Serializable, String) - Method in class org.springframework.data.redis.core.convert.ReferenceResolverImpl
 
restore(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
restore(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
restore(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Create key using the serializedValue, previously obtained using RedisKeyCommands.dump(byte[]).
restore(K, byte[], long, TimeUnit) - Method in interface org.springframework.data.redis.core.RedisOperations
Create key using the serializedValue, previously obtained using RedisOperations.dump(Object).
restore(K, byte[], long, TimeUnit) - Method in class org.springframework.data.redis.core.RedisTemplate
Executes the Redis restore command.
resultHolder - Variable in class org.springframework.data.redis.connection.FutureResult
 
resultsAsList() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.MulitNodeResult
resultsAsListSortBy(byte[]...) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.MulitNodeResult
retainAll(Collection<?>) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
returnBrokenResource(StatefulConnection<byte[], byte[]>) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
 
returnBrokenResource(T) - Method in interface org.springframework.data.redis.connection.Pool
 
returnPropertyIfBetterIdPropertyCandidateOrNull(RedisPersistentProperty) - Method in class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
 
returnResource(StatefulConnection<byte[], byte[]>) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
 
returnResource(T) - Method in interface org.springframework.data.redis.connection.Pool
 
returnResourceForSpecificNode(RedisClusterNode, Object) - Method in interface org.springframework.data.redis.connection.ClusterNodeResourceProvider
Return the resource object for the given node.
ReturnType - Enum in org.springframework.data.redis.connection
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting commands
reverseIndexOf(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
Creates a new ReactiveZSetCommands.ZIncrByCommand given a member to obtain its reversed rank (ordering high to low).
reverseRange(long, long) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(K, Range<Long>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRange(K, Range<Long>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(long, long) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRange(long, long) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
reverseRangeByLex(K, Range<String>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRangeByLex(K, Range<String>, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRangeByLex(K, Range<String>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements with reverse lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(K, Range<String>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with reverse lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByScore(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, Range<Double>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRangeByScore(K, Range<Double>, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRangeByScore(K, Range<Double>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScore(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, double, double, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScore(double, double) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRangeByScore(double, double) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
reverseRangeByScoreWithScores(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, Range<Double>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRangeByScoreWithScores(K, Range<Double>, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRangeByScoreWithScores(K, Range<Double>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScoreWithScores(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, double, double, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScoreWithScores(double, double) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRangeByScoreWithScores(double, double) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
reverseRangeWithScores(long, long) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(K, Range<Long>) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRangeWithScores(K, Range<Long>) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(long, long) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRangeWithScores(long, long) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
reverseRank(Object) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(K, Object) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
reverseRank(K, Object) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(K, Object) - Method in interface org.springframework.data.redis.core.ZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRank(Object) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Returns the rank (position) of the given element in the set, in descending order.
reverseScoresWithin(Range<Double>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Creates a new ReactiveZSetCommands.ZRangeByScoreCommand given a Range to obtain elements ordered from the highest to the lowest score.
reverseStringsWithin(Range<String>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
Creates a new ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to obtain elements in reverse lexicographical ordering.
reverseValuesWithin(Range<Long>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Creates a new ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the highest to the lowest score.
right() - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Creates a new ReactiveListCommands.BPopCommand for right push (BRPOP).
right() - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
Creates a new ReactiveListCommands.PopCommand for right push (RPOP).
right() - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Creates a new ReactiveListCommands.PushCommand for right push (RPUSH).
rightPop() - Method in interface org.springframework.data.redis.core.BoundListOperations
Removes and returns last element in list stored at the bound key.
rightPop(long, TimeUnit) - Method in interface org.springframework.data.redis.core.BoundListOperations
Removes and returns last element from lists stored at the bound key.
rightPop(K) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPop(K, Duration) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPop(K) - Method in interface org.springframework.data.redis.core.ListOperations
Removes and returns last element in list stored at key.
rightPop(K, long, TimeUnit) - Method in interface org.springframework.data.redis.core.ListOperations
Removes and returns last element from lists stored at key.
rightPop(K) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Removes and returns last element in list stored at key.
rightPop(K, Duration) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Removes and returns last element from lists stored at key.
rightPopAndLeftPush(K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPopAndLeftPush(K, K, Duration) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPopAndLeftPush(K, K) - Method in interface org.springframework.data.redis.core.ListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rightPopAndLeftPush(K, K, long, TimeUnit) - Method in interface org.springframework.data.redis.core.ListOperations
Remove the last element from list at srcKey, append it to dstKey and return its value.
rightPopAndLeftPush(K, K) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rightPopAndLeftPush(K, K, Duration) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Remove the last element from list at srcKey, append it to dstKey and return its value.
rightPush(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
Append value to the bound key.
rightPush(V, V) - Method in interface org.springframework.data.redis.core.BoundListOperations
Append values to the bound key before value.
rightPush(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPush(K, V, V) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPush(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
Append value to key.
rightPush(K, V, V) - Method in interface org.springframework.data.redis.core.ListOperations
Append values to key before value.
rightPush(K, V) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Append value to key.
rightPush(K, V, V) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Append values to key before value.
rightPushAll(V...) - Method in interface org.springframework.data.redis.core.BoundListOperations
Append values to the bound key.
rightPushAll(K, V...) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPushAll(K, Collection<V>) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPushAll(K, V...) - Method in interface org.springframework.data.redis.core.ListOperations
Append values to key.
rightPushAll(K, Collection<V>) - Method in interface org.springframework.data.redis.core.ListOperations
Append values to key.
rightPushAll(K, V...) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Append values to key.
rightPushAll(K, Collection<V>) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Append values to key.
rightPushIfPresent(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
Append values to the bound key only if the list exists.
rightPushIfPresent(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
rightPushIfPresent(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
Append values to key only if the list exists.
rightPushIfPresent(K, V) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Append values to key only if the list exists.
roleReportedTime() - Method in class org.springframework.data.redis.connection.RedisServer
 
rPop(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
rPop(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPop(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPop(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns last element in list stored at key.
rPop(byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Removes and returns last element in list stored at key.
rPop(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Removes and returns last element in list stored at key.
rPopLPush(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
rPopLPush(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPopLPush(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPopLPush(ByteBuffer, ByteBuffer) - 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.
rPopLPush(Publisher<ReactiveListCommands.RPopLPushCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Remove the last element from list at ReactiveRedisConnection.KeyCommand.getKey(), append it to ReactiveListCommands.RPopLPushCommand.getDestination() and return its value.
rPopLPush(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.
rPopLPush(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.
rPush(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
rPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPush(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPush(ByteBuffer, List<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Append values to key.
rPush(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Append values to key.
rPush(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Append values to key.
rPushX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
rPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPushX(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPushX(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveListCommands
Append values to key only if key already exists.
rPushX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
Append values to key only if the list exists.
rPushX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Append values to key only if the list exists.

S

sAdd(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sAdd(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sAdd(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Add given value to set at key.
sAdd(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Add given values to set at key.
sAdd(Publisher<ReactiveSetCommands.SAddCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
sAdd(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Add given values to set at key.
sAdd(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Add given values to set at key.
save(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
save() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
save() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
save(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
save() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Synchronous save current db snapshot on server.
save(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Synchronous save current db snapshot on server.
save(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
scan(ScanOptions) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
scan(ScanOptions) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scan(ScanOptions) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Use a Cursor to iterate over keys.
scan(ScanOptions) - Method in interface org.springframework.data.redis.core.BoundHashOperations
Use a Cursor to iterate over entries in the hash.
scan(ScanOptions) - Method in interface org.springframework.data.redis.core.BoundSetOperations
 
scan(ScanOptions) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Iterate over elements in zset at the bound key.
scan(H, ScanOptions) - Method in interface org.springframework.data.redis.core.HashOperations
Use a Cursor to iterate over entries in hash at key.
scan(K, ScanOptions) - Method in interface org.springframework.data.redis.core.SetOperations
Iterate over elements in set at key.
scan(K, ScanOptions) - Method in interface org.springframework.data.redis.core.ZSetOperations
Iterate over elements in zset at key.
scan() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
scan() - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
scan(ScanOptions) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
scan() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
scan(ScanOptions) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
scan() - Method in interface org.springframework.data.redis.support.collections.RedisMap
 
scan() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
scan() - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
scan() - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
ScanCursor<T> - Class in org.springframework.data.redis.core
Redis client agnostic Cursor implementation continuously loading additional results from Redis server until reaching its starting point zero.
ScanCursor() - Constructor for class org.springframework.data.redis.core.ScanCursor
Crates new ScanCursor with id=0 and ScanOptions.NONE
ScanCursor(ScanOptions) - Constructor for class org.springframework.data.redis.core.ScanCursor
Crates new ScanCursor with id=0.
ScanCursor(long) - Constructor for class org.springframework.data.redis.core.ScanCursor
ScanCursor(long, ScanOptions) - Constructor for class org.springframework.data.redis.core.ScanCursor
Crates new ScanCursor
ScanIteration<T> - Class in org.springframework.data.redis.core
ScanIteration holds the values contained in Redis Multibulk reply on exectuting SCAN command.
ScanIteration(long, Collection<T>) - Constructor for class org.springframework.data.redis.core.ScanIteration
 
ScanOptions - Class in org.springframework.data.redis.core
Options to be used for with SCAN command.
scanOptions() - Static method in class org.springframework.data.redis.core.ScanOptions
Static factory method that returns a new ScanOptions.ScanOptionsBuilder.
ScanOptions.ScanOptionsBuilder - Class in org.springframework.data.redis.core
 
ScanOptionsBuilder() - Constructor for class org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
 
sCard(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sCard(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sCard(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sCard(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Get size of set at key.
sCard(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
sCard(byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Get size of set at key.
sCard(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get size of set at key.
score(Object) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get the score of element with value from sorted set with key the bound key.
score(K, Object) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
score(K, Object) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Get the score of element with value from sorted set with key key.
score(K, Object) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get the score of element with value from sorted set with key key.
score(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
score(Object) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
Returns the score of the given element.
scoredValuesToTupleList() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
scoredValuesToTupleSet() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
scoredValueToTuple() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
scoreOf(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
scoreOf(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand
scoresWithin(Range<Double>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
scoresWithin(Range<Double>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Creates a new ReactiveZSetCommands.ZRangeByScoreCommand given a Range to obtain elements ordered from the lowest to the highest score.
scoresWithin(Range<Double>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
scriptBytes(RedisScript<?>) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
 
ScriptExecutor<K> - Interface in org.springframework.data.redis.core.script
Executes RedisScripts
scriptExists(String...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
scriptExists(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptExists(String...) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
Check if given scriptShas exist in script cache.
scriptFlush() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
scriptFlush() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptFlush() - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
Flush lua script cache.
scriptingCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
scriptingCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
scriptingCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
scriptingCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
ScriptingException - Exception in org.springframework.data.redis.core.script
RuntimeException thrown when issues occur with RedisScripts
ScriptingException(String, Throwable) - Constructor for exception org.springframework.data.redis.core.script.ScriptingException
Constructs a new ScriptingException instance.
ScriptingException(String) - Constructor for exception org.springframework.data.redis.core.script.ScriptingException
Constructs a new ScriptingException instance.
scriptKill() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
scriptKill() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptKill() - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
Kill current lua script execution.
scriptLoad(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
scriptLoad(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptLoad(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptLoad(byte[]) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
Load lua script into scripts cache, without executing it.
scriptLoad(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Load lua script into scripts cache, without executing it.
sDiff(byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiff(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiff(Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Returns the diff of the members of all given sets at keys.
sDiff(Publisher<ReactiveSetCommands.SDiffCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Returns the diff of the members of all given sets at ReactiveSetCommands.SInterCommand.getKeys().
sDiff(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Diff all sets for given keys.
sDiff(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Diff all sets for given keys.
sDiffStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sDiffStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiffStore(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiffStore(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Diff all given sets at keys and store result in destinationKey.
sDiffStore(Publisher<ReactiveSetCommands.SDiffStoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Diff all given sets at keys and store result in destinationKey.
sDiffStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Diff all sets for given keys and store result in destKey.
sDiffStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Diff all sets for given keys and store result in destKey.
seconds(long) - Static method in class org.springframework.data.redis.core.types.Expiration
Creates new Expiration with TimeUnit.SECONDS.
secondsToTimeUnit(long, TimeUnit) - Static method in class org.springframework.data.redis.connection.convert.Converters
Converts seconds to the given TimeUnit.
secondsToTimeUnit(TimeUnit) - Static method in class org.springframework.data.redis.connection.convert.Converters
Creates a new Converter to convert from seconds to the given TimeUnit.
select(int) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
select(int) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
select(int) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
select(int) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
select(int) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
select(int) - Method in interface org.springframework.data.redis.connection.RedisConnectionCommands
Select the DB with given positive dbIndex.
sentinel(RedisNode) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
 
sentinel(String, Integer) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
 
sentinelConfigurationToRedisURI(RedisSentinelConfiguration) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
SerializationException - Exception in org.springframework.data.redis.serializer
Generic exception indicating a serialization/deserialization error.
SerializationException(String, Throwable) - Constructor for exception org.springframework.data.redis.serializer.SerializationException
Constructs a new SerializationException instance.
SerializationException(String) - Constructor for exception org.springframework.data.redis.serializer.SerializationException
Constructs a new SerializationException instance.
SerializationUtils - Class in org.springframework.data.redis.serializer
Utility class with various serialization-related methods.
SerializationUtils() - Constructor for class org.springframework.data.redis.serializer.SerializationUtils
 
serialize(Object) - Method in class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
 
serialize(T) - Method in class org.springframework.data.redis.serializer.GenericToStringSerializer
 
serialize(Object) - Method in class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
 
serialize(Object) - Method in class org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
 
serialize(Object) - Method in class org.springframework.data.redis.serializer.OxmSerializer
 
serialize(T) - Method in interface org.springframework.data.redis.serializer.RedisSerializer
Serialize the given object to binary data.
serialize(String) - Method in class org.springframework.data.redis.serializer.StringRedisSerializer
 
serverCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
serverCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
serverCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
serverCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
serverCommands() - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
serverCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
servesSlot(int) - Method in class org.springframework.data.redis.connection.RedisClusterNode
 
serving(RedisClusterNode.SlotRange) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
SessionCallback<T> - Interface in org.springframework.data.redis.core
Callback executing all operations against a surrogate 'session' (basically against the same underlying Redis connection).
set(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
set(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(String, String, Expiration, RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key.
set(ByteBuffer, ByteBuffer, Expiration, RedisStringCommands.SetOption) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key with expiration and options.
set(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set each and every item separately by invoking ReactiveStringCommands.SetCommand.
set(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
Creates a new ReactiveStringCommands.SetCommand given a key.
set(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Set value for key.
set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Set value for key applying timeouts from expiration if set and inserting/updating values depending on option.
set(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set value for key.
set(String, String, Expiration, RedisStringCommands.SetOption) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set value for key applying timeouts from expiration if set and inserting/updating values depending on option.
set(long, V) - Method in interface org.springframework.data.redis.core.BoundListOperations
Set the value list element at index.
set(V) - Method in interface org.springframework.data.redis.core.BoundValueOperations
Set value for the bound key.
set(V, long, TimeUnit) - Method in interface org.springframework.data.redis.core.BoundValueOperations
Set the value and expiration timeout for the bound key.
set(V, long) - Method in interface org.springframework.data.redis.core.BoundValueOperations
Overwrite parts of the bound key starting at the specified offset with given value.
set(K, long, V) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
set(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
set(K, V, Duration) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
set(K, V, long) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
set(K, long, V) - Method in interface org.springframework.data.redis.core.ListOperations
Set the value list element at index.
set(String, Object) - Method in class org.springframework.data.redis.core.PartialUpdate
Set the value of a simple or complex value reachable via given path.
set(K, long, V) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Set the value list element at index.
set(K, V) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Set value for key.
set(K, V, Duration) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Set the value and expiration timeout for key.
set(K, V, long) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Overwrite parts of key starting at the specified offset with given value.
set(K, V) - Method in interface org.springframework.data.redis.core.ValueOperations
Set value for key.
set(K, V, long, TimeUnit) - Method in interface org.springframework.data.redis.core.ValueOperations
Set the value and expiration timeout for key.
set(K, V, long) - Method in interface org.springframework.data.redis.core.ValueOperations
Overwrite parts of key starting at the specified offset with given value.
set(double) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Sets to the given value.
set(int) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Set to the given value.
set(long) - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
Sets to the given value.
set(int, E) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
setAlphabetic(Boolean) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.redis.listener.KeyExpirationEventMessageListener
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.redis.core.RedisTemplate
Set the ClassLoader to be used for the default JdkSerializationRedisSerializer in case no other RedisSerializer is explicitly set as the default one.
setBeanFactory(BeanFactory) - Method in class org.springframework.data.redis.serializer.GenericToStringSerializer
 
setBeanName(String) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
setBeanName(String) - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
setBeanResolver(BeanResolver) - Method in class org.springframework.data.redis.core.convert.SpelIndexResolver
Allows setting the BeanResolver
setBit(byte[], long, boolean) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
setBit(byte[], long, boolean) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setBit(String, long, boolean) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setBit(ByteBuffer, long, boolean) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Sets the bit at offset in value stored at key and return the original value.
setBit(Publisher<ReactiveStringCommands.SetBitCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Sets the bit at offset in value stored at key and return the original value.
setBit(byte[], long, boolean) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Sets the bit at offset in value stored at key.
setBit(String, long, boolean) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Sets the bit at offset in value stored at key.
setBit(K, long, boolean) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
setBit(K, long, boolean) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Sets the bit at offset in value stored at key.
setBit(K, long, boolean) - Method in interface org.springframework.data.redis.core.ValueOperations
Sets the bit at offset in value stored at key.
setByPattern(byte[]) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
setCacheNames(Collection<String>) - Method in class org.springframework.data.redis.cache.RedisCacheManager
Specify the set of cache names for this CacheManager's 'static' mode.
setCachePrefix(RedisCachePrefix) - Method in class org.springframework.data.redis.cache.RedisCacheManager
Sets the cachePrefix.
setClientName(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
setClientName(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setClientName(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setClientName(String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the client name using JedisClientConfiguration.
setClientName(byte[]) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Assign given name to current connection.
setClientName(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Assign given name to current connection.
setClientResources(ClientResources) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
Sets the ClientResources to reuse the client infrastructure.
setClientResources(ClientResources) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure ClientResources using LettuceClientConfiguration.
setClusterNodes(Iterable<RedisNode>) - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
Set cluster nodes to connect to.
setCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
setCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
setCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
setCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
setCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
setCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
setCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
setConfig(RedisClusterNode, String, String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
setConfig(String, String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
setConfig(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setConfig(RedisClusterNode, String, String) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
setConfig(String, String) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Set server configuration for param to value.
setConnectionFactory(RedisConnectionFactory) - Method in class org.springframework.data.redis.core.RedisAccessor
Sets the connection factory.
setConnectionFactory(RedisConnectionFactory) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
setConversionService(ConversionService) - Method in class org.springframework.data.redis.serializer.GenericToStringSerializer
 
SetConverter<S,T> - Class in org.springframework.data.redis.connection.convert
Converts a Set of values of one type to a Set of values of another type
SetConverter(Converter<S, T>) - Constructor for class org.springframework.data.redis.connection.convert.SetConverter
 
setConvertPipelineAndTxResults(boolean) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
Specifies if pipelined results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
Specifies if pipelined and transaction results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Specifies if pipelined and transaction results should be converted to the expected data type.
setCustomConversions(CustomConversions) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
Set CustomConversions to be applied.
setDatabase(int) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the client name using RedisSentinelConfiguration or RedisStandaloneConfiguration.
setDatabase(int) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
Sets the index of the database used by this connection pool.
setDatabase(int) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Sets the index of the database used by this connection factory.
setDatabase(int) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
Sets the index of the database used by this connection factory.
setDatabase(int) - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
Sets the index of the database used by this connection factory.
setDefaultExpiration(long) - Method in class org.springframework.data.redis.cache.RedisCacheManager
Sets the default expire time (in seconds).
setDefaultListenerMethod(String) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Specify the name of the default listener method to delegate to, for the case where no specific listener method has been determined.
setDefaultSerializer(RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
Sets the default serializer to use for this template.
setDelegate(Object) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Set a target object to delegate message listening to.
setDeserializePipelineAndTxResults(boolean) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
Specifies if pipelined and tx results should be deserialized to Strings.
setEnableDefaultSerializer(boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
 
setEnableKeyspaceEvents(RedisKeyValueAdapter.EnableKeyspaceEvents) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
setEnableTransactionSupport(boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
If set to true RedisTemplate will use MULTI...EXEC|DISCARD to keep track of operations.
setErrorHandler(ErrorHandler) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.
setEx(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
setEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setEx(String, long, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setEX(ByteBuffer, ByteBuffer, Expiration) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pair and Expiration.
setEX(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pairs and Expiration.
setEx(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Set the value and expiration in seconds for key.
setEx(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set the value and expiration in seconds for key.
setExpires(Map<String, Long>) - Method in class org.springframework.data.redis.cache.RedisCacheManager
Sets the expire time (in seconds) for cache regions (by key).
setExposeConnection(boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
Sets whether to expose the Redis connection to RedisCallback code.
setFallbackKeySpaceResolver(KeySpaceResolver) - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
Configures the KeySpaceResolver to be used if not explicit key space is annotated to the domain type.
setGetPattern(byte[][]) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
setHashKeySerializer(RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
Sets the hash key (or field) serializer to be used by this template.
setHashValueSerializer(RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
Sets the hash value serializer to be used by this template.
setHostName(String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the hostname using RedisStandaloneConfiguration.
setHostName(String) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
Sets the host.
setHostName(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the hostname using RedisStandaloneConfiguration.
setHostName(String) - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
setId(String) - Method in class org.springframework.data.redis.connection.RedisNode
 
setId(String) - Method in class org.springframework.data.redis.core.convert.RedisData
Set the id to be used as part of the key.
setIfAbsent(V) - Method in interface org.springframework.data.redis.core.BoundValueOperations
Set the bound key to hold the string value if the bound key is absent.
setIfAbsent(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
setIfAbsent(K, V) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Set key to hold the string value if key is absent.
setIfAbsent(K, V) - Method in interface org.springframework.data.redis.core.ValueOperations
Set key to hold the string value if key is absent.
setIfPresent(K, V) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
setIfPresent(K, V) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Set key to hold the string value if key is present.
setIndexResolver(IndexResolver) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
 
setKey(String) - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
Sets the key of the store.
setKeySerializer(RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
Sets the key serializer to be used by this template.
setKeyspace(String) - Method in class org.springframework.data.redis.core.convert.RedisData
 
setKeyspaceNotificationsConfigParameter(String) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
Configure the notify-keyspace-events property if not already set.
setKeyspaceNotificationsConfigParameter(String) - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
Set the configuration string to use for notify-keyspace-events.
setLimit(SortParameters.Range) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
setLoadRemoteCachesOnStartup(boolean) - Method in class org.springframework.data.redis.cache.RedisCacheManager
If set to true RedisCacheManager will try to retrieve cache names from redis server using KEYS command and initialize RedisCache for each of them.
setLocation(Resource) - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
 
setMarshaller(Marshaller) - Method in class org.springframework.data.redis.serializer.OxmSerializer
 
setMaster(String) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
Set the master node via its name.
setMaster(NamedNode) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
Set the master.
setMaxActive(int) - Method in class org.springframework.data.redis.connection.PoolConfig
Deprecated.
 
setMaxRedirects(int) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
Set the maximum number of redirects to follow on MOVED or ASK.
setMaxRedirects(int) - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
 
setMaxSize(int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
Sets the maximum size of the (capped) list.
setMaxSubscriptionRegistrationWaitingTime(long) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Specify the max time to wait for subscription registrations, in milliseconds.
setMessageListeners(Map<? extends MessageListener, Collection<? extends Topic>>) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Attaches the given listeners (and their topics) to the container.
setName(String) - Method in class org.springframework.data.redis.connection.RedisNode
 
setNX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
setNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setNX(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setNX(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key, only if key does not exist.
setNX(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pairs, only if key does not exist.
setNX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Set value for key, only if key does not exist.
setNX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Set value for key, only if key does not exist.
setObjectMapper(ObjectMapper) - Method in class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
Sets the ObjectMapper for this view.
SetOperations<K,V> - Interface in org.springframework.data.redis.core
Redis set specific operations.
setOrder(SortParameters.Order) - Method in class org.springframework.data.redis.connection.DefaultSortParameters
 
setPassword(String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
setPassword(String) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
Sets the password used for authenticating with the Redis server.
setPassword(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
setPassword(RedisPassword) - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
 
setPassword(RedisPassword) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
 
setPassword(RedisPassword) - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
setPoolConfig(JedisPoolConfig) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure JedisPoolConfig using JedisClientConfiguration.
setPoolConfig(GenericObjectPoolConfig) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
 
setPort(int) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the port using RedisStandaloneConfiguration.
setPort(int) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
Sets the port.
setPort(int) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the port using RedisStandaloneConfiguration.
setPort(int) - Method in class org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
setQuorum(Long) - Method in class org.springframework.data.redis.connection.RedisServer
 
setRange(byte[], byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
setRange(byte[], byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setRange(String, String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setRange(ByteBuffer, ByteBuffer, long) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Overwrite parts of key starting at the specified offset with given value.
setRange(Publisher<ReactiveStringCommands.SetRangeCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Overwrite parts of ReactiveRedisConnection.KeyCommand.key starting at the specified offset with given ReactiveStringCommands.SetRangeCommand.value.
setRange(byte[], byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Overwrite parts of key starting at the specified offset with given value.
setRange(String, String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Overwrite parts of key starting at the specified offset with given value.
setRecoveryInterval(long) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Specify the interval between recovery attempts, in milliseconds.
setReferenceResolver(ReferenceResolver) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
 
setResultType(Class<T>) - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
 
sets(List<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Creates a new ReactiveZSetCommands.ZInterStoreCommand given a List of keys.
sets(List<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Creates a new ReactiveZSetCommands.ZUnionStoreCommand given a List of keys.
setScriptExecutor(ScriptExecutor<K>) - Method in class org.springframework.data.redis.core.RedisTemplate
 
setScriptSource(ScriptSource) - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
 
setScriptText(String) - Method in class org.springframework.data.redis.core.script.DefaultRedisScript
 
setSentinelConfiguration(RedisSentinelConfiguration) - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
 
setSentinels(Iterable<RedisNode>) - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
Set Sentinels to connect to.
setSerializer(RedisSerializer<?>) - Method in class org.springframework.data.redis.cache.RedisCacheKey
Set the RedisSerializer used for converting the key into its Byte representation.
setSerializer(RedisSerializer<?>) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Set the serializer that will convert incoming raw Redis messages to listener method arguments.
setShardInfo(JedisShardInfo) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the individual properties from JedisShardInfo using JedisClientConfiguration.
setShareNativeConnection(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Enables multiple LettuceConnections to share a single native connection.
setShutdownTimeout(long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the shutdown timeout using LettuceClientConfiguration.
setStartTls(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure StartTLS using LettuceClientConfiguration.
setStatus(boolean) - Method in class org.springframework.data.redis.connection.FutureResult
Indicates if this result is the status of an operation.
setStringSerializer(RedisSerializer<String>) - Method in class org.springframework.data.redis.core.RedisTemplate
Sets the string value serializer to be used by this template (when the arguments or return types are always strings).
setStringSerializer(RedisSerializer<String>) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Sets the serializer used for converting the channel/pattern to a String.
setSubscriptionExecutor(Executor) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Sets the task execution used for subscribing to Redis channels.
setTaskExecutor(Executor) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Sets the task executor used for running the message listeners when messages are received.
setTemplate(RedisTemplate<String, ?>) - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
Sets the template used by the resulting store.
setTimeout(int) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the timeout using JedisClientConfiguration.
setTimeout(long) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
Sets the connection timeout (in milliseconds).
setTimeout(long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the timeout using LettuceClientConfiguration.
setTimeToLive(long) - Method in class org.springframework.data.redis.cache.RedisCacheElement
Set the elements time to live.
setTimeToLive(Long) - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
setTimeToLive(Long) - Method in class org.springframework.data.redis.core.convert.RedisData
Set the time before expiration in TimeUnit.SECONDS.
setTimeToLive(Long, TimeUnit) - Method in class org.springframework.data.redis.core.convert.RedisData
Set the time before expiration converting the given arguments to TimeUnit.SECONDS.
setTimeToLivePropertyName(String) - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
setTopicSerializer(RedisSerializer<String>) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Sets the serializer for converting the Topics into low-level channels and patterns.
setType(RedisCollectionFactoryBean.CollectionType) - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
Sets the store type.
setTypeConverter(TypeConverter) - Method in class org.springframework.data.redis.serializer.GenericToStringSerializer
 
setUnmarshaller(Unmarshaller) - Method in class org.springframework.data.redis.serializer.OxmSerializer
 
setUsePool(boolean) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure pooling usage with JedisClientConfiguration.
setUsePrefix(boolean) - Method in class org.springframework.data.redis.cache.RedisCacheManager
 
setUseSsl(boolean) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the SSL usage with JedisClientConfiguration.
setUseSsl(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure SSL usage using LettuceClientConfiguration.
setValidateConnection(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Enables validation of the shared native Lettuce connection on calls to LettuceConnectionFactory.getConnection().
setValueSerializer(RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
Sets the value serializer to be used by this template.
setValueTransformer(IndexValueTransformer) - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
 
setVerifyPeer(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure peer verification using LettuceClientConfiguration.
sha1DigestAsHex(String) - Static method in class org.springframework.data.redis.core.script.DigestUtils
Returns the SHA1 of the provided data
shutdown(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
shutdown() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
shutdown(RedisServerCommands.ShutdownOption) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
shutdown() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
shutdown(RedisServerCommands.ShutdownOption) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
shutdown(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
shutdown() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Shutdown server.
shutdown(RedisServerCommands.ShutdownOption) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Shutdown server.
shutdown(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
Shutdown given node.
shutdown(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
 
shutdownTimeout(Duration) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
 
shutdownTimeout(Duration) - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure a shutdown timeout.
SimpleIndexDefinition - Class in org.springframework.data.redis.core.index
PathBasedRedisIndexDefinition for including property values in a secondary index.
SimpleIndexDefinition(String, String) - Constructor for class org.springframework.data.redis.core.index.SimpleIndexDefinition
SimpleIndexDefinition(String, String, String) - Constructor for class org.springframework.data.redis.core.index.SimpleIndexDefinition
SimpleIndexedPropertyValue - Class in org.springframework.data.redis.core.convert
IndexedData implementation indicating storage of data within a Redis Set.
SimpleIndexedPropertyValue(String, String, Object) - Constructor for class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
singleValue() - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
Creates a new ReactiveSetCommands.SRandMembersCommand to retrieve one random member.
sInter(byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sInter(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInter(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInter(Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at keys.
sInter(Publisher<ReactiveSetCommands.SInterCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at ReactiveSetCommands.SInterCommand.getKeys().
sInter(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Returns the members intersecting all given sets at keys.
sInter(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Returns the members intersecting all given sets at keys.
sInterStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInterStore(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInterStore(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Intersect all given sets at keys and store result in destinationKey.
sInterStore(Publisher<ReactiveSetCommands.SInterStoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Intersect all given sets at keys and store result in destinationKey.
sInterStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Intersect all given sets at keys and store result in destKey.
sInterStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Intersect all given sets at keys and store result in destKey.
sIsMember(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sIsMember(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sIsMember(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sIsMember(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Check if set at key contains value.
sIsMember(Publisher<ReactiveSetCommands.SIsMemberCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
sIsMember(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Check if set at key contains value.
sIsMember(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Check if set at key contains value.
sismember(String, Object) - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
 
sismember(RedisOperationChain.PathAndValue) - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
 
size() - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
size() - Method in interface org.springframework.data.redis.core.BoundHashOperations
Get size of hash at the bound key.
size() - Method in interface org.springframework.data.redis.core.BoundListOperations
Get the size of list stored at the bound key.
size() - Method in interface org.springframework.data.redis.core.BoundSetOperations
Get size of set at the bound key.
size() - Method in interface org.springframework.data.redis.core.BoundValueOperations
Get the length of the value stored at the bound key.
size() - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Returns the number of elements of the sorted set stored with given the bound key.
size() - Method in class org.springframework.data.redis.core.convert.Bucket
 
size(K...) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperations
 
size(H) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
size(K...) - Method in class org.springframework.data.redis.core.DefaultReactiveHyperLogLogOperations
 
size(K) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
size(K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
size(K) - Method in class org.springframework.data.redis.core.DefaultReactiveValueOperations
 
size(K) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
size(H) - Method in interface org.springframework.data.redis.core.HashOperations
Get size of hash at key.
size(K...) - Method in interface org.springframework.data.redis.core.HyperLogLogOperations
Gets the current number of elements within the key.
size(K) - Method in interface org.springframework.data.redis.core.ListOperations
Get the size of list stored at key.
size(H) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Get size of hash at key.
size(K...) - Method in interface org.springframework.data.redis.core.ReactiveHyperLogLogOperations
Gets the current number of elements within the key.
size(K) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Get the size of list stored at key.
size(K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Get size of set at key.
size(K) - Method in interface org.springframework.data.redis.core.ReactiveValueOperations
Get the length of the value stored at key.
size(K) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Returns the number of elements of the sorted set stored with given key.
size(K) - Method in interface org.springframework.data.redis.core.SetOperations
Get size of set at key.
size(K) - Method in interface org.springframework.data.redis.core.ValueOperations
Get the length of the value stored at key.
size(K) - Method in interface org.springframework.data.redis.core.ZSetOperations
Returns the number of elements of the sorted set stored with given key.
size() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
size() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
size() - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
size() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
size() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
slaveOf(String, int) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
slaveOf(String, int) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
slaveOf(String) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
slaveOf(String) - Method in class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set the id of the master node.
slaveOf(String, int) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Change redis replication setting to new master.
slaveOf(String, int) - Method in interface org.springframework.data.redis.core.RedisOperations
Change redis replication setting to new master.
slaveOf(String, int) - Method in class org.springframework.data.redis.core.RedisTemplate
 
slaveOfNoOne() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
slaveOfNoOne() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
slaveOfNoOne() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Change server into master.
slaveOfNoOne() - Method in interface org.springframework.data.redis.core.RedisOperations
Change server into master.
slaveOfNoOne() - Method in class org.springframework.data.redis.core.RedisTemplate
 
slaves(NamedNode) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
slaves(String) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
slaves(NamedNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
slaves(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
slaves(NamedNode) - Method in interface org.springframework.data.redis.connection.RedisSentinelCommands
Show list of slaves for given master.
sleepBeforeRecoveryAttempt() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
Sleep according to the specified recovery interval.
SlotRange(Integer, Integer) - Constructor for class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
SlotRange(Collection<Integer>) - Constructor for class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
sMembers(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sMembers(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMembers(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMembers(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Get all elements of set at key.
sMembers(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
sMembers(byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Get all elements of set at key.
sMembers(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get all elements of set at key.
sMove(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sMove(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMove(String, String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMove(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Move value from sourceKey to destinationKey
sMove(Publisher<ReactiveSetCommands.SMoveCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
sMove(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Move value from srcKey to destKey
sMove(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Move value from srcKey to destKey
sort(byte[], SortParameters) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sort(byte[], SortParameters, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sort(byte[], SortParameters, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(byte[], SortParameters) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(String, SortParameters, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(String, SortParameters) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(Sort.Direction) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the distance sort Sort.Direction.
sort(Sort.Direction) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the distance sort Sort.Direction.
sort(byte[], SortParameters) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Sort the elements for key.
sort(byte[], SortParameters, byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Sort the elements for key and store result in storeKey.
sort(String, SortParameters) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Sort the elements for key.
sort(String, SortParameters, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Sort the elements for key and store result in storeKey.
sort(K) - Static method in class org.springframework.data.redis.core.query.SortQueryBuilder
 
sort(SortQuery<K>) - Method in interface org.springframework.data.redis.core.RedisOperations
Sort the elements for query.
sort(SortQuery<K>, RedisSerializer<T>) - Method in interface org.springframework.data.redis.core.RedisOperations
Sort the elements for query applying RedisSerializer.
sort(SortQuery<K>, BulkMapper<T, V>) - Method in interface org.springframework.data.redis.core.RedisOperations
Sort the elements for query applying BulkMapper.
sort(SortQuery<K>, BulkMapper<T, S>, RedisSerializer<S>) - Method in interface org.springframework.data.redis.core.RedisOperations
Sort the elements for query applying BulkMapper and RedisSerializer.
sort(SortQuery<K>, K) - Method in interface org.springframework.data.redis.core.RedisOperations
Sort the elements for query and store result in storeKey.
sort(SortQuery<K>) - Method in class org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, RedisSerializer<T>) - Method in class org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, BulkMapper<T, V>) - Method in class org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, BulkMapper<T, S>, RedisSerializer<S>) - Method in class org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, K) - Method in class org.springframework.data.redis.core.RedisTemplate
 
sortAscending() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sort returned items from the nearest to the furthest, relative to the center.
SortCriterion<K> - Interface in org.springframework.data.redis.core.query
Internal interface part of the Sort DSL.
sortDescending() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sort returned items from the furthest to the nearest, relative to the center.
SortParameters - Interface in org.springframework.data.redis.connection
Entity containing the parameters for the SORT operation.
SortParameters.Order - Enum in org.springframework.data.redis.connection
Sorting order.
SortParameters.Range - Class in org.springframework.data.redis.connection
Utility class wrapping the 'LIMIT' setting.
SortQuery<K> - Interface in org.springframework.data.redis.core.query
High-level abstraction over a Redis SORT (generified equivalent of SortParameters).
SortQueryBuilder<K> - Class in org.springframework.data.redis.core.query
Simple builder class for constructing SortQuery.
SpelIndexDefinition - Class in org.springframework.data.redis.core.index
SpelIndexDefinition defines index that is evaluated based on a SpelExpression requires the SpelIndexResolver to be evaluated.
SpelIndexDefinition(String, String, String) - Constructor for class org.springframework.data.redis.core.index.SpelIndexDefinition
Creates new SpelIndexDefinition.
SpelIndexResolver - Class in org.springframework.data.redis.core.convert
SpelIndexResolver(RedisMappingContext) - Constructor for class org.springframework.data.redis.core.convert.SpelIndexResolver
Creates a new instance using a default SpelExpressionParser.
SpelIndexResolver(RedisMappingContext, SpelExpressionParser) - Constructor for class org.springframework.data.redis.core.convert.SpelIndexResolver
Creates a new instance
split(byte[], int) - Static method in class org.springframework.data.redis.util.ByteUtils
 
sPop(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sPop(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sPop(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sPop(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Remove and return a random member from set at key.
sPop(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Remove and return a random member from set at ReactiveRedisConnection.KeyCommand.getKey()
sPop(byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Remove and return a random member from set at key.
sPop(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Remove and return a random member from set at key.
sRandMember(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sRandMember(byte[], long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sRandMember(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Get random element from set at key.
sRandMember(ByteBuffer, Long) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Get count random elements from set at key.
sRandMember(Publisher<ReactiveSetCommands.SRandMembersCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
sRandMember(byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Get random element from set at key.
sRandMember(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Get count random elements from set at key.
sRandMember(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get random element from set at key.
sRandMember(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get count random elements from set at key.
sRem(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRem(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRem(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Remove given value from set at key and return the number of removed elements.
sRem(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Remove given values from set at key and return the number of removed elements.
sRem(Publisher<ReactiveSetCommands.SRemCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
sRem(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Remove given values from set at key and return the number of removed elements.
sRem(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Remove given values from set at key and return the number of removed elements.
sScan(byte[], ScanOptions) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sScan(String, ScanOptions) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sScan(byte[], ScanOptions) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Use a Cursor to iterate over elements in set at key.
sScan(String, ScanOptions) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Use a Cursor to iterate over elements in set at key.
sslParameters(SSLParameters) - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
sslParameters(SSLParameters) - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
sslSocketFactory(SSLSocketFactory) - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
sslSocketFactory(SSLSocketFactory) - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
start() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
startTls() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
 
startTls() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Enable Start TLS to send the first bytes unencrypted.
status - Variable in class org.springframework.data.redis.connection.FutureResult
 
stop(Runnable) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
stop() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
 
storeAs(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies the key at which the result is stored.
storeAs(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
NOTE: STORE option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeAt(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
NOTE: STORE option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeAt(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
Applies the key at which the result is stored.
storeDistAt(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
NOTE: STOREDIST option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeDistAt(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
NOTE: STOREDIST option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storedWithin(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
Applies the key.
storedWithin(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
Applies the key.
storeToXML(OutputStream, String, String) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
storeToXML(OutputStream, String) - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
string(RedisSerializationContext.SerializationPair<String>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
string(RedisElementReader<String>, RedisElementWriter<String>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
string(RedisSerializer<String>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
string() - Static method in interface org.springframework.data.redis.serializer.RedisSerializationContext
stringCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
stringCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
stringCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
stringCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
stringCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
stringCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
stringCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
stringListToByteList() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
stringMapToByteMap() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
StringRedisConnection - Interface in org.springframework.data.redis.connection
Convenience extension of RedisConnection that accepts and returns Strings instead of byte arrays.
StringRedisConnection.StringTuple - Interface in org.springframework.data.redis.connection
String-friendly ZSet tuple.
StringRedisSerializer - Class in org.springframework.data.redis.serializer
Simple String to byte[] (and back) serializer.
StringRedisSerializer() - Constructor for class org.springframework.data.redis.serializer.StringRedisSerializer
 
StringRedisSerializer(Charset) - Constructor for class org.springframework.data.redis.serializer.StringRedisSerializer
 
StringRedisTemplate - Class in org.springframework.data.redis.core
String-focused extension of RedisTemplate.
StringRedisTemplate() - Constructor for class org.springframework.data.redis.core.StringRedisTemplate
Constructs a new StringRedisTemplate instance.
StringRedisTemplate(RedisConnectionFactory) - Constructor for class org.springframework.data.redis.core.StringRedisTemplate
Constructs a new StringRedisTemplate instance ready to be used.
stringSetToByteSet() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
stringsWithin(Range<String>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
Creates a new ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to retrieve elements lexicographical ordering.
stringToBoolean(String) - Static method in class org.springframework.data.redis.connection.convert.Converters
 
stringToBytes() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
stringToDataType() - Static method in class org.springframework.data.redis.connection.convert.Converters
 
StringToDataTypeConverter - Class in org.springframework.data.redis.connection.convert
Converts Strings to DataTypes
StringToDataTypeConverter() - Constructor for class org.springframework.data.redis.connection.convert.StringToDataTypeConverter
 
StringToPropertiesConverter - Class in org.springframework.data.redis.connection.convert
Converts Strings to Properties
StringToPropertiesConverter() - Constructor for class org.springframework.data.redis.connection.convert.StringToPropertiesConverter
 
stringToProps() - Static method in class org.springframework.data.redis.connection.convert.Converters
 
StringToRedisClientInfoConverter - Class in org.springframework.data.redis.connection.convert
Converter implementation to create one RedisClientInfo per line entry in given String array.
StringToRedisClientInfoConverter() - Constructor for class org.springframework.data.redis.connection.convert.StringToRedisClientInfoConverter
 
stringToRedisClientListConverter() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
strLen(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
strLen(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
strLen(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
strLen(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Get the length of the value stored at key.
strLen(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveStringCommands
Get the length of the value stored at key.
strLen(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
Get the length of the value stored at key.
strLen(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the length of the value stored at key.
subarray(byte[][], int) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
subList(int, int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
subscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
subscribe(MessageListener, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
subscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
subscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
subscribe(MessageListener, byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
subscribe(MessageListener, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisPubSubCommands
Subscribes the connection to the given channels.
subscribe(MessageListener, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Subscribes the connection to the given channels.
subscribe(byte[]...) - Method in interface org.springframework.data.redis.connection.Subscription
Adds the given channels to the current subscription.
subscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
 
Subscription - Interface in org.springframework.data.redis.connection
Subscription for Redis channels.
sUnion(byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sUnion(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnion(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnion(Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at keys.
sUnion(Publisher<ReactiveSetCommands.SUnionCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at ReactiveSetCommands.SInterCommand.getKeys().
sUnion(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Union all sets at given keys.
sUnion(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Union all sets at given keys.
sUnionStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
sUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnionStore(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnionStore(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Union all given sets at keys and store result in destinationKey.
sUnionStore(Publisher<ReactiveSetCommands.SUnionStoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveSetCommands
Union all given sets at keys and store result in destinationKey.
sUnionStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
Union all sets at given keys and store result in destKey.
sUnionStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Union all sets at given keys and store result in destKey.
supports(Class<?>) - Static method in class org.springframework.data.redis.core.convert.Jsr310Converters
 

T

take() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
takeFirst() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
takeLast() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
time(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.DefaultedRedisClusterConnection
Deprecated.
time() - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
time() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
time(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterServerCommands
 
time() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
Request server timestamp using TIME command.
timeout(Instant) - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
Applies the expireAt.
timeout(Duration) - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand
Applies the timeout.
timeout(int) - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand
Applies the database index.
TimeoutUtils - Class in org.springframework.data.redis.core
Helper class featuring methods for calculating Redis timeouts
TimeoutUtils() - Constructor for class org.springframework.data.redis.core.TimeoutUtils
 
TimeToLive - Annotation Type in org.springframework.data.redis.core
TimeToLive marks a single numeric property on aggregate root to be used for setting expirations in Redis.
TimeToLiveAccessor - Interface in org.springframework.data.redis.core
TimeToLiveAccessor extracts the objects time to live used for EXPIRE.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
Applies the Geo set key.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
Applies the key.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
Applies the newName.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
Applies the destinationKey.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
Applies the value.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Applies the key.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
Applies the destinationKey.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
Applies the key.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
Applies the destination key.
to(boolean) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
Applies the bit.
to(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies the key.
toArray() - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
toArray(T[]) - Method in class org.springframework.data.redis.connection.util.ByteArraySet
 
toBit(Boolean) - Static method in class org.springframework.data.redis.connection.convert.Converters
 
toBitOp(RedisStringCommands.BitOperation) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toBoolean(Long) - Static method in class org.springframework.data.redis.connection.convert.Converters
 
toBoolean(RedisListCommands.Position) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toByteArrays(Map<byte[], byte[]>) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(Integer) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(Long) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(Double) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(String) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(String) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Integer) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Long) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Double) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Object) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
Convert given source to binary representation using the underlying ConversionService.
toBytes(Object) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
Convert given source to binary representation using the underlying ConversionService.
toBytesList(KeyValue<byte[], byte[]>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytesList(Collection<byte[]>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytesSet(List<byte[]>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toClusterNode(String) - Static method in class org.springframework.data.redis.connection.convert.Converters
Converts the result of a single line of CLUSTER NODES into a RedisClusterNode.
toDataAccessException(Exception) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toDataType(String) - Static method in class org.springframework.data.redis.connection.convert.Converters
 
toGeoArgs(RedisGeoCommands.GeoRadiusCommandArgs) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
toGeoArgsUnit(Metric) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert Metric into GeoArgs.Unit.
toGeoCoordinate(Point) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Convert Point into GeoCoordinate.
toGeoRadiusParam(RedisGeoCommands.GeoRadiusCommandArgs) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Convert RedisGeoCommands.GeoRadiusCommandArgs into GeoRadiusParam.
toGeoUnit(Metric) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Convert Metric into GeoUnit.
toHash(T) - Method in class org.springframework.data.redis.hash.BeanUtilsHashMapper
 
toHash(T) - Method in class org.springframework.data.redis.hash.DecoratingStringHashMapper
 
toHash(T) - Method in interface org.springframework.data.redis.hash.HashMapper
Convert an object to a map that can be used with Redis hashes.
toHash(Object) - Method in class org.springframework.data.redis.hash.Jackson2HashMapper
 
toHash(Object) - Method in class org.springframework.data.redis.hash.ObjectHashMapper
 
toIndex(long) - Method in class org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Applies an upper bound to the Range.
toInt(boolean) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toLimit(RedisZSetCommands.Limit) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert a RedisZSetCommands.Limit to a lettuce Limit.
toListOfRedisClientInformation(String) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toListOfRedisClientInformation(String) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toListOfRedisServer(List<Map<String, String>>) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toListOfRedisServer(List<Map<String, String>>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toListPosition(RedisListCommands.Position) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toLong(Date) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toMap(List<byte[]>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toMillis(long, TimeUnit) - Static method in class org.springframework.data.redis.core.TimeoutUtils
Converts the given timeout to milliseconds.
toNode(Object) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toObjects(Set<RedisZSetCommands.Tuple>) - Static method in class org.springframework.data.redis.connection.convert.Converters
 
TooManyClusterRedirectionsException - Exception in org.springframework.data.redis
DataRetrievalFailureException thrown when following cluster redirects exceeds the max number of edges.
TooManyClusterRedirectionsException(String) - Constructor for exception org.springframework.data.redis.TooManyClusterRedirectionsException
TooManyClusterRedirectionsException(String, Throwable) - Constructor for exception org.springframework.data.redis.TooManyClusterRedirectionsException
toOptional() - Method in class org.springframework.data.redis.connection.RedisPassword
Adopt the password to Optional containing the password value.
toOptionString() - Method in class org.springframework.data.redis.core.ScanOptions
 
Topic - Interface in org.springframework.data.redis.listener
Topic for a Redis message.
toProperties(String) - Static method in class org.springframework.data.redis.connection.convert.Converters
 
toProperties(Map<?, ?>) - Static method in class org.springframework.data.redis.connection.convert.Converters
 
toRange(RedisZSetCommands.Range) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert a RedisZSetCommands.Range to a lettuce Range.
toRedisClusterNode(RedisClusterNode) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toRevRange(RedisZSetCommands.Range) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert a RedisZSetCommands.Range to a lettuce Range and reverse boundaries.
toScanParams(ScanOptions) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Convert ScanOptions to Jedis ScanParams.
toScriptOutputType(ReturnType) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toSeconds(long, TimeUnit) - Static method in class org.springframework.data.redis.core.TimeoutUtils
Converts the given timeout to seconds.
toSetArgs(Expiration, RedisStringCommands.SetOption) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
Converts a given Expiration and RedisStringCommands.SetOption to the according SetArgs.
toSetCommandExPxArgument(Expiration) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Converts a given Expiration to the according SET command argument.
toSetCommandNxXxArgument(RedisStringCommands.SetOption) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
Converts a given RedisStringCommands.SetOption to the according SET command argument.
toSetOfRedisClusterNodes(Collection<String>) - Static method in class org.springframework.data.redis.connection.convert.Converters
Converts lines from the result of CLUSTER NODES into RedisClusterNodes.
toSetOfRedisClusterNodes(String) - Static method in class org.springframework.data.redis.connection.convert.Converters
Converts the result of CLUSTER NODES into RedisClusterNodes.
toSortArgs(SortParameters) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toSortingParams(SortParameters) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toString() - Method in class org.springframework.data.redis.connection.ClusterInfo
 
toString() - Method in class org.springframework.data.redis.connection.DefaultMessage
 
toString() - Method in class org.springframework.data.redis.connection.DefaultStringTuple
 
toString(byte[]) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toString(byte[]) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toString() - Method in class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
toString() - Method in class org.springframework.data.redis.connection.RedisClusterNode
 
toString() - Method in class org.springframework.data.redis.connection.RedisNode
 
toString() - Method in class org.springframework.data.redis.connection.RedisPassword
 
toString() - Method in class org.springframework.data.redis.core.convert.Bucket
 
toString() - Method in class org.springframework.data.redis.core.convert.RedisData
 
toString() - Method in class org.springframework.data.redis.core.convert.RemoveIndexedData
 
toString() - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
 
toString() - Method in class org.springframework.data.redis.core.RedisKeyExpiredEvent
 
toString() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
 
toString() - Method in class org.springframework.data.redis.listener.ChannelTopic
 
toString() - Method in class org.springframework.data.redis.listener.PatternTopic
 
toString() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
 
toString() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
toString() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
Returns the String representation of the current value.
toString() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
Returns the String representation of the current value.
toString() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
Returns the String representation of the current value.
toString() - Method in class org.springframework.data.redis.support.collections.AbstractRedisCollection
 
toString() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
toString() - Method in class org.springframework.data.redis.Version
 
toStrings(byte[][]) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toStrings(List<byte[]>) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toTimeMillis(String, String) - Static method in class org.springframework.data.redis.connection.convert.Converters
Returns the timestamp constructed from the given seconds and microseconds.
toTuple(List<byte[]>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toTuple(ScoredValue<byte[]>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toTupleSet(Set<Tuple>) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
toTupleSet(List<ScoredValue<byte[]>>) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
TransactionResultConverter<T> - Class in org.springframework.data.redis.connection.convert
Converts the results of transaction exec using a supplied Queue of FutureResults.
TransactionResultConverter(Queue<FutureResult<T>>, Converter<Exception, DataAccessException>) - Constructor for class org.springframework.data.redis.connection.convert.TransactionResultConverter
 
transactionResultUnwrapper() - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
 
translate(Exception) - Method in interface org.springframework.data.redis.ExceptionTranslationStrategy
Potentially translate the given Exception into DataAccessException.
translate(Exception) - Method in class org.springframework.data.redis.FallbackExceptionTranslationStrategy
 
translate(Exception) - Method in class org.springframework.data.redis.PassThroughExceptionTranslationStrategy
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
trim(long, long) - Method in interface org.springframework.data.redis.core.BoundListOperations
Trim list at the bound key to elements between start and end.
trim(K, long, long) - Method in class org.springframework.data.redis.core.DefaultReactiveListOperations
 
trim(K, long, long) - Method in interface org.springframework.data.redis.core.ListOperations
Trim list at key to elements between start and end.
trim(K, long, long) - Method in interface org.springframework.data.redis.core.ReactiveListOperations
Trim list at key to elements between start and end.
trim(int, int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
 
trim(int, int) - Method in interface org.springframework.data.redis.support.collections.RedisList
 
ttl(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
ttl(byte[], TimeUnit) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
ttl(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(byte[], TimeUnit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(String, TimeUnit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Get the time to live for key in seconds.
ttl(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Get one-by-one the time to live for keys.
ttl(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Get the time to live for key in seconds.
ttl(byte[], TimeUnit) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Get the time to live for key in and convert it to the given TimeUnit.
ttl(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the time to live for key in seconds.
ttl(String, TimeUnit) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the time to live for key in and convert it to the given TimeUnit.
tuple(RedisZSetCommands.Tuple) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
tuples(Collection<? extends RedisZSetCommands.Tuple>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
tupleSetToTupleSet() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
 
tuplesToTuples() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
ListConverter converting jedis Tuple to RedisZSetCommands.Tuple.
type(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
type(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
type(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
type(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Determine the type stored at key.
type(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveKeyCommands
Determine the type stored at key.
type(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
Determine the type stored at key.
type(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Determine the type stored at key.
type(K) - Method in interface org.springframework.data.redis.core.ReactiveRedisOperations
Determine the type stored at key.
type(K) - Method in class org.springframework.data.redis.core.ReactiveRedisTemplate
 
type(K) - Method in interface org.springframework.data.redis.core.RedisOperations
Determine the type stored at key.
type(K) - Method in class org.springframework.data.redis.core.RedisTemplate
 

U

unbindConnection(RedisConnectionFactory) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
Unbinds and closes the connection (if any) associated with the given factory.
unbounded() - Static method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
 
union(K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Union all sets at given key and key.
union(Collection<K>) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Union all sets at given keys and keys.
union(K, K...) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperations
 
union(K, K...) - Method in class org.springframework.data.redis.core.DefaultReactiveHyperLogLogOperations
 
union(K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
union(K, Collection<K>) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
union(K, K...) - Method in interface org.springframework.data.redis.core.HyperLogLogOperations
Merges all values of given sourceKeys into destination key.
union(K, K...) - Method in interface org.springframework.data.redis.core.ReactiveHyperLogLogOperations
Merges all values of given sourceKeys into destination key.
union(K, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given keys and otherKey.
union(K, Collection<K>) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given keys and otherKeys.
union(K, K) - Method in interface org.springframework.data.redis.core.SetOperations
Union all sets at given keys and otherKey.
union(K, Collection<K>) - Method in interface org.springframework.data.redis.core.SetOperations
Union all sets at given keys and otherKeys.
union(RedisSet<?>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
union(Collection<? extends RedisSet<?>>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
union(RedisSet<?>) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
union(Collection<? extends RedisSet<?>>) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
unionAndStore(K, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Union all sets at given the bound key and key and store result in destKey.
unionAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
Union all sets at given the bound key and keys and store result in destKey.
unionAndStore(K, K) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(K, K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
unionAndStore(K, Collection<K>, K) - Method in class org.springframework.data.redis.core.DefaultReactiveSetOperations
 
unionAndStore(K, K, K) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
unionAndStore(K, Collection<K>, K) - Method in class org.springframework.data.redis.core.DefaultReactiveZSetOperations
 
unionAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given key and otherKey and store result in destKey.
unionAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given key and otherKeys and store result in destKey.
unionAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.SetOperations
Union all sets at given key and otherKey and store result in destKey.
unionAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.SetOperations
Union all sets at given key and otherKeys and store result in destKey.
unionAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(RedisSet<?>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
unionAndStore(Collection<? extends RedisSet<?>>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisSet
 
unionAndStore(RedisZSet<?>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
unionAndStore(Collection<? extends RedisZSet<?>>, String) - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
 
unionAndStore(RedisSet<?>, String) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
unionAndStore(Collection<? extends RedisSet<?>>, String) - Method in interface org.springframework.data.redis.support.collections.RedisSet
 
unionAndStore(RedisZSet<?>, String) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
unionAndStore(Collection<? extends RedisZSet<?>>, String) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
 
UNKNOWN - Static variable in class org.springframework.data.redis.Version
 
unsubscribe() - Method in interface org.springframework.data.redis.connection.Subscription
Cancels the current subscription for all channels given by name.
unsubscribe(byte[]...) - Method in interface org.springframework.data.redis.connection.Subscription
Cancels the current subscription for all given channels.
unsubscribe() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
 
unsubscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
 
unwatch() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
unwatch() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
unwatch() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
unwatch() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
unwatch() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
unwatch() - Method in interface org.springframework.data.redis.connection.RedisTxCommands
Flushes all the previously #watch(byte[]...) keys.
unwatch() - Method in interface org.springframework.data.redis.core.RedisOperations
Flushes all the previously RedisOperations.watch(Object) keys.
unwatch() - Method in class org.springframework.data.redis.core.RedisTemplate
 
update(PartialUpdate<?>) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
 
update(Object) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate
 
upsert() - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.SetOption
Do not set any additional command argument.
usePooling() - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
usePooling() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Enable connection-pooling.
usePrefix(byte[]) - Method in class org.springframework.data.redis.cache.RedisCacheKey
Use the given prefix when generating key.
useSsl() - Method in class org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
useSsl() - Method in interface org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Enable SSL connections.
useSsl() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.DefaultLettuceClientConfigurationBuilder
 
useSsl() - Method in interface org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Enable SSL connections.

V

validateArgumentCount(int) - Method in enum org.springframework.data.redis.core.RedisCommand
Validates given argument count against expected ones.
validateConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Validate the shared Connection and reinitialize if invalid
value(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Creates a new ReactiveHashCommands.HSetCommand given a key.
value(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
value(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
value(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Applies the value.
value(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
Creates a new ReactiveSetCommands.SAddCommand given a value.
value(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand
Creates a new ReactiveSetCommands.SIsMemberCommand given a value.
value(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
Creates a new ReactiveSetCommands.SMoveCommand given a value.
value(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Creates a new ReactiveSetCommands.SRemCommand given a value.
value(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
Applies the value.
value(RedisSerializationContext.SerializationPair<V>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
value(RedisElementReader<V>, RedisElementWriter<V>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
value(RedisSerializer<V>) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
valueCount(long) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
Creates a new ReactiveSetCommands.SRandMembersCommand given the number of values to retrieve.
valueIn(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
valueOf(String) - Static method in enum org.springframework.data.redis.connection.ClusterInfo.Info
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.convert.MapToPropertiesConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.ReactiveListCommands.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisClusterNode.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisClusterNode.LinkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisListCommands.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisNode.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisServer.INFO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisServerCommands.MigrateOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisServerCommands.ShutdownOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.BitOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.SetOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.RedisZSetCommands.Aggregate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.ReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.connection.SortParameters.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.core.index.RedisIndexDefinition.LowercaseIndexValueTransformer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.core.index.RedisIndexDefinition.NoOpValueTransformer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.core.PartialUpdate.UpdateCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.core.RedisCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.core.RedisKeyValueAdapter.EnableKeyspaceEvents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.core.types.RedisClientInfo.INFO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.redis.support.collections.RedisCollectionFactoryBean.CollectionType
Returns the enum constant of this type with the specified name.
ValueOperations<K,V> - Interface in org.springframework.data.redis.core
Redis operations for simple (or in Redis terminology 'string') values.
values() - Static method in enum org.springframework.data.redis.connection.ClusterInfo.Info
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.convert.MapToPropertiesConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
values() - Static method in enum org.springframework.data.redis.connection.ReactiveListCommands.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values(List<ByteBuffer>) - Method in class org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Applies a List of values.
values(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
Creates a new ReactiveSetCommands.SAddCommand given a Collection of values.
values(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Creates a new ReactiveSetCommands.SRemCommand given a Collection of values.
values(ByteBuffer) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
values(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
values() - Static method in enum org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisClusterNode.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisClusterNode.LinkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisListCommands.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisNode.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisServer.INFO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisServerCommands.MigrateOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisServerCommands.ShutdownOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.BitOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.SetOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.RedisZSetCommands.Aggregate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.ReturnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.connection.SortParameters.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.springframework.data.redis.core.BoundHashOperations
Get entry set (values) of hash at the bound key.
values() - Method in class org.springframework.data.redis.core.convert.Bucket
 
values(H) - Method in class org.springframework.data.redis.core.DefaultReactiveHashOperations
 
values(H) - Method in interface org.springframework.data.redis.core.HashOperations
Get entry set (values) of hash at key.
values() - Static method in enum org.springframework.data.redis.core.index.RedisIndexDefinition.LowercaseIndexValueTransformer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.core.index.RedisIndexDefinition.NoOpValueTransformer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.core.PartialUpdate.UpdateCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values(H) - Method in interface org.springframework.data.redis.core.ReactiveHashOperations
Get entry set (values) of hash at key.
values() - Static method in enum org.springframework.data.redis.core.RedisCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.core.RedisKeyValueAdapter.EnableKeyspaceEvents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.redis.core.types.RedisClientInfo.INFO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
values() - Method in class org.springframework.data.redis.support.collections.DefaultRedisMap
 
values() - Static method in enum org.springframework.data.redis.support.collections.RedisCollectionFactoryBean.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.springframework.data.redis.support.collections.RedisProperties
 
valuesIn(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
valuesIn(Collection<ByteBuffer>) - Static method in class org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
Creates a new ReactiveHyperLogLogCommands.PfMergeCommand given a Collection of sourceKeys.
valuesWithin(Range<Long>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Creates a new ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the lowest to the highest score.
valuesWithin(Range<Long>) - Static method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
valueTransformer() - Method in interface org.springframework.data.redis.core.index.IndexDefinition
 
valueTransformer() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
 
Version - Class in org.springframework.data.redis
A Comparable software version
Version(int, int, int) - Constructor for class org.springframework.data.redis.Version
 
VersionParser - Class in org.springframework.data.redis
Central class for reading version string (eg.
VersionParser() - Constructor for class org.springframework.data.redis.VersionParser
 

W

watch(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
watch(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
watch(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
watch(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
watch(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
watch(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisTxCommands
Watch given keys for modifications during transaction started with RedisTxCommands.multi().
watch(K) - Method in interface org.springframework.data.redis.core.RedisOperations
Watch given key for modifications during transaction started with RedisOperations.multi().
watch(Collection<K>) - Method in interface org.springframework.data.redis.core.RedisOperations
Watch given keys for modifications during transaction started with RedisOperations.multi().
watch(K) - Method in class org.springframework.data.redis.core.RedisTemplate
 
watch(Collection<K>) - Method in class org.springframework.data.redis.core.RedisTemplate
 
withArgs(RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withArgs(RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withCoord() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Enables coordinate retrieval.
withCoord() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Enables coordinate retrieval.
withDist() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Enables distance retrieval.
withDist() - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Enables distance retrieval.
withFlag(RedisGeoCommands.GeoRadiusCommandArgs.Flag) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies command flags.
withFlag(RedisGeoCommands.GeoRadiusCommandArgs.Flag) - Method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies command flags.
withFlags(Set<RedisClusterNode.Flag>) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
Set flags for node.
withId(String) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
withId(String) - Method in class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set id of server.
within(Distance) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
within(Distance) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
within(Circle) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
within(Range<Long>) - Method in class org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Applies a Range.
within(Range<Long>) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
Applies the Range.
withinFeet(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinFeet(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withinKilometers(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withinKiometers(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMeters(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMeters(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withinMiles(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMiles(double) - Static method in class org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withKeySerializer(RedisSerializer) - Method in class org.springframework.data.redis.cache.RedisCacheKey
Use RedisSerializer for converting the key into its Byte representation.
withName(String) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
withName(String) - Method in class org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Define node name.
withScores() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Return the score along with each returned element.
withScores() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Return the score along with each returned element.
withSetOption(RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
withValue(ByteBuffer) - Method in class org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
Applies the value.
write(Object, RedisData) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
 
write(T) - Method in interface org.springframework.data.redis.serializer.RedisElementWriter
Serialize a element to its ByteBuffer representation.
write(T) - Method in interface org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
Serialize a element to its ByteBuffer representation.
writePartialUpdate(PartialUpdate<?>, RedisData) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
 

X

xx() - Method in class org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies xx mode (Only update elements that already exist.

Z

zAdd(byte[], double, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zAdd(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(String, double, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(String, Set<StringRedisConnection.StringTuple>) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(ByteBuffer, Double, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Add value to a sorted set at key, or update its score if it already exists.
zAdd(ByteBuffer, Collection<? extends RedisZSetCommands.Tuple>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Add a tuples to a sorted set at key, or update their score if it already exists.
zAdd(Publisher<ReactiveZSetCommands.ZAddCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Add ReactiveZSetCommands.ZAddCommand.getTuples() to a sorted set at ReactiveRedisConnection.KeyCommand.getKey(), or update its score if it already exists.
zAdd(byte[], double, byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Add value to a sorted set at key, or update its score if it already exists.
zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Add tuples to a sorted set at key, or update its score if it already exists.
zAdd(String, double, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Add value to a sorted set at key, or update its score if it already exists.
zAdd(String, Set<StringRedisConnection.StringTuple>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Add tuples to a sorted set at key, or update its score if it already exists.
zCard(byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zCard(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCard(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCard(ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get the size of sorted set with key.
zCard(Publisher<ReactiveRedisConnection.KeyCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get the size of sorted set with ReactiveRedisConnection.KeyCommand.getKey().
zCard(byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get the size of sorted set with key.
zCard(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the size of sorted set with key.
zCard() - Method in interface org.springframework.data.redis.core.BoundZSetOperations
Get the size of sorted set with the bound key.
zCard(K) - Method in interface org.springframework.data.redis.core.ZSetOperations
Get the size of sorted set with key.
zCount(byte[], double, double) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zCount(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zCount(byte[], double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCount(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCount(String, double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCount(ByteBuffer, Range<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Count number of elements within sorted set with scores within Range.
zCount(Publisher<ReactiveZSetCommands.ZCountCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Count number of elements within sorted set with scores within Range.
zCount(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Count number of elements within sorted set with scores between min and max.
zCount(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Count number of elements within sorted set with scores between Range#min and Range#max.
zCount(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Count number of elements within sorted set with scores between min and max.
zIncrBy(byte[], double, byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zIncrBy(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zIncrBy(String, double, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zIncrBy(ByteBuffer, Number, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Increment the score of element with value in sorted set by increment.
zIncrBy(Publisher<ReactiveZSetCommands.ZIncrByCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
zIncrBy(byte[], double, byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Increment the score of element with value in sorted set by increment.
zIncrBy(String, double, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Increment the score of element with value in sorted set by increment.
zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zInterStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(String, RedisZSetCommands.Aggregate, int[], String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(ByteBuffer, List<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets and store result in destination destinationKey.
zInterStore(ByteBuffer, List<ByteBuffer>, List<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets and store result in destination destinationKey and apply weights to individual sets.
zInterStore(ByteBuffer, List<ByteBuffer>, List<Double>, RedisZSetCommands.Aggregate) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zInterStore(Publisher<ReactiveZSetCommands.ZInterStoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zInterStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Intersect sorted sets and store result in destination key.
zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Intersect sorted sets and store result in destination key.
zInterStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Intersect sorted sets and store result in destination key.
zInterStore(String, RedisZSetCommands.Aggregate, int[], String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Intersect sorted sets and store result in destination key.
zRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRange(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRange(ByteBuffer, Range<Long>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRange(Publisher<ReactiveZSetCommands.ZRangeCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set.
zRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements between start and end from sorted set.
zRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements between start and end from sorted set.
zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRangeByLex(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(String, RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(String, RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(ByteBuffer, Range<String>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(ByteBuffer, Range<String>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(Publisher<ReactiveZSetCommands.ZRangeByLexCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get all the elements in the sorted set at key in lexicographical ordering.
zRangeByLex(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get all the elements in RedisZSetCommands.Range from the sorted set at key in lexicographical ordering.
zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get all the elements in RedisZSetCommands.Range from the sorted set at key in lexicographical ordering.
zRangeByLex(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get all the elements in the sorted set at key in lexicographical ordering.
zRangeByLex(String, RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get all the elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(String, RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get all the elements in Range from the sorted set at key in lexicographical ordering.
zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRangeByScore(byte[], String, String) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRangeByScore(byte[], String, String, long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, String, String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], String, String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(ByteBuffer, Range<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRangeByScore(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRangeByScore(Publisher<ReactiveZSetCommands.ZRangeByScoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set.
zRangeByScore(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between min and max from sorted set.
zRangeByScore(byte[], double, double, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(byte[], String, String) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between min and max from sorted set.
zRangeByScore(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between Range#min and Range#max from sorted set.
zRangeByScore(byte[], String, String, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from Limit#count to Limit#offset where score is between Range#min and Range#max from sorted set.
zRangeByScore(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements where score is between min and max from sorted set.
zRangeByScore(String, double, double, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements where score is between min and max from sorted set.
zRangeByScore(String, String, String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(String, double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(String, double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(ByteBuffer, Range<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set.
zRangeByScoreWithScores(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set.
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples where score is between Range#min and Range#max from sorted set.
zRangeByScoreWithScores(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], double, double, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples in range from start to end where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples in range from Limit#offset to Limit#offset + Limit#count where score is between Range#min and Range#max from sorted set.
zRangeByScoreWithScores(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples where score is between min and max from sorted set.
zRangeByScoreWithScores(String, double, double, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples in range from start to end where score is between min and max from sorted set.
zRangeWithScores(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeWithScores(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeWithScores(ByteBuffer, Range<Long>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set.
zRangeWithScores(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
zRangeWithScores(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples between start and end from sorted set.
zRank(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRank(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRank(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set.
zRank(Publisher<ReactiveZSetCommands.ZRankCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set when scored by ReactiveZSetCommands.ZRankCommand.getDirection().
zRank(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Determine the index of element with value in a sorted set.
zRank(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Determine the index of element with value in a sorted set.
zRem(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRem(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRem(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Remove value from sorted set.
zRem(ByteBuffer, Collection<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Remove values from sorted set.
zRem(Publisher<ReactiveZSetCommands.ZRemCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
zRem(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Remove values from sorted set.
zRem(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Remove values from sorted set.
zRemRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRemRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRange(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Remove elements in range between start and end from sorted set with key.
zRemRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Remove elements in range between start and end from sorted set with key.
zRemRangeByRank(ByteBuffer, Range<Long>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with key.
zRemRangeByRank(Publisher<ReactiveZSetCommands.ZRemRangeByRankCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with ReactiveRedisConnection.KeyCommand.getKey().
zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRemRangeByScore(byte[], double, double) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRemRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRangeByScore(String, double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRangeByScore(ByteBuffer, Range<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with key.
zRemRangeByScore(Publisher<ReactiveZSetCommands.ZRemRangeByScoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with ReactiveRedisConnection.KeyCommand.getKey().
zRemRangeByScore(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Remove elements with scores between min and max from sorted set with key.
zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Remove elements with scores between Range#min and Range#max from sorted set with key.
zRemRangeByScore(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Remove elements with scores between min and max from sorted set with key.
zRevRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRevRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRange(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRange(ByteBuffer, Range<Long>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
zRevRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end from sorted set ordered from high to low.
zRevRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end from sorted set ordered from high to low.
zRevRangeByLex(ByteBuffer, Range<String>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRevRangeByLex(ByteBuffer, Range<String>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRevRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(String, double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(String, double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(ByteBuffer, Range<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
zRevRangeByScore(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
zRevRangeByScore(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRangeByScore(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between Range#min and Range#max from sorted set ordered from high to low.
zRevRangeByScore(byte[], double, double, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from Limit#offset to Limit#offset + Limit#count where score is between Range#min and Range#max from sorted set ordered high -> low.
zRevRangeByScore(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRangeByScore(String, double, double, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(String, double, double) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(String, double, double, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(ByteBuffer, Range<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set in reverse score ordering.
zRevRangeByScoreWithScores(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set in reverse score ordering.
zRevRangeByScoreWithScores(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple where score is between Range#min and Range#max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple in range from Limit#offset to Limit#count where score is between Range#min and Range#max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuple where score is between min and max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(String, double, double, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeWithScores(byte[], long, long) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRevRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeWithScores(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeWithScores(ByteBuffer, Range<Long>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set in reverse score ordering.
zRevRangeWithScores(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
zRevRangeWithScores(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples in range from start to end from sorted set ordered from high to low.
zRevRank(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zRevRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRank(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRank(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set when scored high to low.
zRevRank(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Determine the index of element with value in a sorted set when scored high to low.
zRevRank(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Determine the index of element with value in a sorted set when scored high to low.
zScan(byte[], ScanOptions) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScan(String, ScanOptions) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScan(byte[], ScanOptions) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Use a Cursor to iterate over elements in sorted set at key.
zScan(String, ScanOptions) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Use a Cursor to iterate over elements in sorted set at key.
zScore(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zScore(byte[], byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScore(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScore(ByteBuffer, ByteBuffer) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Get the score of element with value from sorted set with key key.
zScore(Publisher<ReactiveZSetCommands.ZScoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
zScore(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Get the score of element with value from sorted set with key key.
zScore(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Get the score of element with value from sorted set with key key.
zSetCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
zSetCommands() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
 
zSetCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
zSetCommands() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
 
zSetCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
zSetCommands() - Method in interface org.springframework.data.redis.connection.ReactiveRedisConnection
zSetCommands() - Method in interface org.springframework.data.redis.connection.RedisConnection
ZSetOperations<K,V> - Interface in org.springframework.data.redis.core
Redis ZSet/sorted set specific operations.
ZSetOperations.TypedTuple<V> - Interface in org.springframework.data.redis.core
Typed ZSet tuple.
zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zUnionStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.DefaultedRedisConnection
Deprecated.
zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(String, RedisZSetCommands.Aggregate, int[], String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(ByteBuffer, List<ByteBuffer>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets and store result in destination destinationKey.
zUnionStore(ByteBuffer, List<ByteBuffer>, List<Double>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(ByteBuffer, List<ByteBuffer>, List<Double>, RedisZSetCommands.Aggregate) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(Publisher<ReactiveZSetCommands.ZUnionStoreCommand>) - Method in interface org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Union sorted sets and store result in destination key.
zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
Union sorted sets and store result in destination key.
zUnionStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Union sorted sets and store result in destination key.
zUnionStore(String, RedisZSetCommands.Aggregate, int[], String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
Union sorted sets and store result in destination key.
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 
Skip navigation links
Spring Data Redis

Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.