- 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() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- dbSize() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- dbSize(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- dbSize() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- dbSize() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- dbSize() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- dbSize(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- dbSize() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- dbSize(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- dbSize() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Get the total number of available keys in currently selected database. 
- dbSize() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- decode(byte[]) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-  
- decodeMap(Map<byte[], byte[]>) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-  
- decodeMultiple(byte[]...) - Static method in class org.springframework.data.redis.connection.util.DecodeUtils
-  
- DecodeUtils - Class in org.springframework.data.redis.connection.util
- 
Simple class containing various decoding utilities. 
- DecodeUtils() - Constructor for class org.springframework.data.redis.connection.util.DecodeUtils
-  
- decorateCache(Cache) - Method in class org.springframework.data.redis.cache.RedisCacheManager
-  
- DecoratedRedisConnection - Interface in org.springframework.data.redis.connection
- 
- DecoratingStringHashMapper<T> - Class in org.springframework.data.redis.hash
- 
Delegating hash mapper used for flattening objects into Strings. 
- DecoratingStringHashMapper(HashMapper<T, ?, ?>) - Constructor for class org.springframework.data.redis.hash.DecoratingStringHashMapper
-  
- decr(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- decr(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- decr(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- decr(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- decr(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- decr(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- decr(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Decrement an integer value stored as string value of keyby 1.
 
- decr(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- decr(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Decrement an integer value stored as string value of keyby 1.
 
- 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(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- decrBy(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- decrBy(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- decrBy(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- decrBy(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Decrement an integer value stored as string value of keybyvalue.
 
- decrBy(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- decrBy(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Decrement an integer value stored as string value of keybyvalue.
 
- 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_CHARSET - Static variable in class org.springframework.data.redis.serializer.JacksonJsonRedisSerializer
- 
Deprecated. 
- DEFAULT_RECOVERY_INTERVAL - Static variable in class org.springframework.data.redis.listener.RedisMessageListenerContainer
- 
The default recovery interval: 5000 ms = 5 seconds. 
- DEFAULT_SUBSCRIPTION_REGISTRATION_WAIT_TIME - Static variable in class org.springframework.data.redis.listener.RedisMessageListenerContainer
- 
The default subscription wait time: 2000 ms = 2 seconds. 
- DEFAULT_THREAD_NAME_PREFIX - Static variable in class org.springframework.data.redis.listener.RedisMessageListenerContainer
- 
Default thread name prefix: "RedisListeningContainer-". 
- DefaultClusterOperations<K,V> - Class in org.springframework.data.redis.core
- 
- DefaultClusterOperations(RedisTemplate<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultClusterOperations
- 
- DefaultGeoOperations<K,M> - Class in org.springframework.data.redis.core
- 
- DefaultHyperLogLogOperations<K,V> - Class in org.springframework.data.redis.core
-  
- DefaultHyperLogLogOperations(RedisTemplate<K, V>) - Constructor for class org.springframework.data.redis.core.DefaultHyperLogLogOperations
-  
- DefaultLettucePool - Class in org.springframework.data.redis.connection.lettuce
- 
- DefaultLettucePool() - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
- 
Constructs a new DefaultLettucePoolinstance with default settings.
 
- DefaultLettucePool(String, int) - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
- 
Uses the ConfigandRedisClientdefaults for configuring the connection pool
 
- DefaultLettucePool(RedisSentinelConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
- 
- DefaultLettucePool(String, int, GenericObjectPoolConfig) - Constructor for class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
- 
Uses the RedisClientdefaults 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
-  
- DefaultRedisCachePrefix - Class in org.springframework.data.redis.cache
- 
Default implementation for  RedisCachePrefix which uses the given cache name and a delimiter for creating the
 prefix. 
- DefaultRedisCachePrefix() - Constructor for class org.springframework.data.redis.cache.DefaultRedisCachePrefix
-  
- DefaultRedisCachePrefix(String) - Constructor for class org.springframework.data.redis.cache.DefaultRedisCachePrefix
-  
- DefaultRedisList<E> - Class in org.springframework.data.redis.support.collections
- 
- DefaultRedisList(String, RedisOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisList
- 
Constructs a new, uncapped DefaultRedisListinstance.
 
- DefaultRedisList(BoundListOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisList
- 
Constructs a new, uncapped DefaultRedisListinstance.
 
- DefaultRedisList(BoundListOperations<String, E>, int) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisList
- 
Constructs a new DefaultRedisListinstance.
 
- DefaultRedisMap<K,V> - Class in org.springframework.data.redis.support.collections
- 
- DefaultRedisMap(String, RedisOperations<String, ?>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisMap
- 
Constructs a new DefaultRedisMapinstance.
 
- DefaultRedisMap(BoundHashOperations<String, K, V>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisMap
- 
Constructs a new DefaultRedisMapinstance.
 
- DefaultRedisScript<T> - Class in org.springframework.data.redis.core.script
- 
- DefaultRedisScript() - Constructor for class org.springframework.data.redis.core.script.DefaultRedisScript
- 
- DefaultRedisScript(String, Class<T>) - Constructor for class org.springframework.data.redis.core.script.DefaultRedisScript
- 
- DefaultRedisSet<E> - Class in org.springframework.data.redis.support.collections
- 
- DefaultRedisSet(String, RedisOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisSet
- 
Constructs a new DefaultRedisSetinstance.
 
- DefaultRedisSet(BoundSetOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisSet
- 
Constructs a new DefaultRedisSetinstance.
 
- DefaultRedisZSet<E> - Class in org.springframework.data.redis.support.collections
- 
- DefaultRedisZSet(String, RedisOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisZSet
- 
Constructs a new DefaultRedisZSetinstance 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 DefaultRedisSortedSetinstance.
 
- DefaultRedisZSet(BoundZSetOperations<String, E>) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisZSet
- 
Constructs a new DefaultRedisZSetinstance with a default score of '1'.
 
- DefaultRedisZSet(BoundZSetOperations<String, E>, double) - Constructor for class org.springframework.data.redis.support.collections.DefaultRedisZSet
- 
Constructs a new DefaultRedisZSetinstance.
 
- DefaultScriptExecutor<K> - Class in org.springframework.data.redis.core.script
- 
- DefaultScriptExecutor(RedisTemplate<K, ?>) - Constructor for class org.springframework.data.redis.core.script.DefaultScriptExecutor
-  
- DefaultSortParameters - Class in org.springframework.data.redis.connection
- 
- DefaultSortParameters() - Constructor for class org.springframework.data.redis.connection.DefaultSortParameters
- 
Constructs a new DefaultSortParametersinstance.
 
- DefaultSortParameters(SortParameters.Range, SortParameters.Order, Boolean) - Constructor for class org.springframework.data.redis.connection.DefaultSortParameters
- 
Constructs a new DefaultSortParametersinstance.
 
- DefaultSortParameters(byte[], SortParameters.Range, byte[][], SortParameters.Order, Boolean) - Constructor for class org.springframework.data.redis.connection.DefaultSortParameters
- 
Constructs a new DefaultSortParametersinstance.
 
- DefaultStringRedisConnection - Class in org.springframework.data.redis.connection
- 
- DefaultStringRedisConnection(RedisConnection) - Constructor for class org.springframework.data.redis.connection.DefaultStringRedisConnection
- 
Constructs a new DefaultStringRedisConnectioninstance.
 
- DefaultStringRedisConnection(RedisConnection, RedisSerializer<String>) - Constructor for class org.springframework.data.redis.connection.DefaultStringRedisConnection
- 
Constructs a new DefaultStringRedisConnectioninstance.
 
- DefaultStringTuple - Class in org.springframework.data.redis.connection
- 
- DefaultStringTuple(byte[], String, Double) - Constructor for class org.springframework.data.redis.connection.DefaultStringTuple
- 
Constructs a new DefaultStringTupleinstance.
 
- DefaultStringTuple(RedisZSetCommands.Tuple, String) - Constructor for class org.springframework.data.redis.connection.DefaultStringTuple
- 
Constructs a new DefaultStringTupleinstance.
 
- DefaultTuple - Class in org.springframework.data.redis.connection
- 
- DefaultTuple(byte[], Double) - Constructor for class org.springframework.data.redis.connection.DefaultTuple
- 
Constructs a new DefaultTupleinstance.
 
- 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 DefaultTypedTupleinstance.
 
- del(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- del(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- del(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- del(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- del(byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- del(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- del(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- del(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Delete given keys.
 
- del(byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 keysat the bound key.
 
- delete(K) - Method in class org.springframework.data.redis.core.DefaultHyperLogLogOperations
-  
- 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(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
-  
- DELIMITTER - Static variable in class org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
-  
- DELIMITTER - Static variable in class org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
-  
- 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.JacksonJsonRedisSerializer
- 
Deprecated. 
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
-  
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.OxmSerializer
-  
- deserialize(byte[]) - Method in interface org.springframework.data.redis.serializer.RedisSerializer
- 
Deserialize an object from the given binary data. 
- deserialize(Set<byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-  
- deserialize(List<byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-  
- deserialize(Collection<byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-  
- deserialize(Map<byte[], byte[]>, RedisSerializer<T>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-  
- deserialize(Map<byte[], byte[]>, RedisSerializer<HK>, RedisSerializer<HV>) - Static method in class org.springframework.data.redis.serializer.SerializationUtils
-  
- deserialize(byte[]) - Method in class org.springframework.data.redis.serializer.StringRedisSerializer
-  
- deserializeResult(RedisSerializer<T>, Object) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-  
- deserializingGeoResultsConverter(RedisSerializer<V>) - Static method in class org.springframework.data.redis.connection.convert.Converters
- 
- destroy() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-  
- destroy() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-  
- destroy() - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. 
- destroy() - Method in class org.springframework.data.redis.connection.jredis.JredisPool
- 
Deprecated. 
- 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.connection.srp.SrpConnectionFactory
- 
Deprecated. 
- 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 keysand store result indestKey.
 
- diffAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
- 
Diff all sets for given the bound key and keysand store result indestKey.
 
- 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 interface org.springframework.data.redis.core.SetOperations
- 
Diff all sets for given keyandotherKey.
 
- difference(K, Collection<K>) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Diff all sets for given keyandotherKeys.
 
- differenceAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Diff all sets for given keyandotherKeyand store result indestKey.
 
- differenceAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Diff all sets for given keyandotherKeysand store result indestKey.
 
- DigestUtils - Class in org.springframework.data.redis.core.script
- 
- DigestUtils() - Constructor for class org.springframework.data.redis.core.script.DigestUtils
-  
- 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.jredis.JredisConnection
- 
Deprecated. 
- discard() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- discard() - Method in interface org.springframework.data.redis.connection.RedisTxCommands
- 
- discard() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- discard() - Method in interface org.springframework.data.redis.core.RedisOperations
- 
- discard() - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- distanceConverterForMetric(Metric) - Static method in class org.springframework.data.redis.connection.convert.Converters
- 
- distinctRandomMembers(long) - Method in interface org.springframework.data.redis.core.BoundSetOperations
- 
Get countdistinct random elements from set at the bound key.
 
- distinctRandomMembers(K, long) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Get countdistinct random elements from set atkey.
 
- doClose() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
- 
Shutdown the subscription and free any resources held. 
- doClose() - Method in class org.springframework.data.redis.core.ScanCursor
- 
- doGetAsyncDedicatedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- doGetAsyncDedicatedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- doGetConnection(RedisConnectionFactory, boolean, boolean, boolean) - Static method in class org.springframework.data.redis.core.RedisConnectionUtils
- 
Gets a Redis connection. 
- doHandleMessage(Message) - Method in class org.springframework.data.redis.listener.KeyExpirationEventMessageListener
-  
- doHandleMessage(Message) - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
- 
Handle the actual message 
- doInCluster(T) - Method in interface org.springframework.data.redis.connection.ClusterCommandExecutor.ClusterCommandCallback
-  
- doInCluster(T, byte[]) - Method in interface org.springframework.data.redis.connection.ClusterCommandExecutor.MultiKeyClusterCommandCallback
-  
- doInit(Jedis) - Method in class org.springframework.data.redis.connection.jedis.JedisSentinelConnection
- 
Do what ever is required to establish the connection to redis. 
- doInKeyValue(KeyValueAdapter) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
-  
- doInRedis(RedisConnection) - Method in interface org.springframework.data.redis.core.RedisCallback
- 
- doInRedis(RedisClusterConnection) - Method in interface org.springframework.data.redis.core.RedisClusterCallback
- 
Gets called by RedisClusterTemplatewith an active Redis connection.
 
- doInRedis(RedisKeyValueAdapter) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
-  
- doOpen(long) - Method in class org.springframework.data.redis.core.ScanCursor
- 
- doPartialUpdate(PartialUpdate<?>) - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate
-  
- doPsubscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
- 
Subscribe to the given patterns 
- doPUnsubscribe(boolean, byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
- 
Pattern unsubscribe. 
- doRegister(RedisMessageListenerContainer) - Method in class org.springframework.data.redis.listener.KeyExpirationEventMessageListener
-  
- doRegister(RedisMessageListenerContainer) - Method in class org.springframework.data.redis.listener.KeyspaceEventMessageListener
- 
Register instance within the container. 
- doScan(long, ScanOptions) - Method in class org.springframework.data.redis.core.KeyBoundCursor
-  
- doScan(byte[], long, ScanOptions) - Method in class org.springframework.data.redis.core.KeyBoundCursor
-  
- doScan(long, ScanOptions) - Method in class org.springframework.data.redis.core.ScanCursor
- 
Performs the actual scan command using the native client implementation. 
- doSubscribe(byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
- 
Subscribe to the given channels. 
- doubleValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicDouble
-  
- doubleValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicInteger
-  
- doubleValue() - Method in class org.springframework.data.redis.support.atomic.RedisAtomicLong
-  
- doUnsubscribe(boolean, byte[]...) - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
- 
Channel unsubscribe. 
- drainTo(Collection<? super E>, int) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-  
- drainTo(Collection<? super E>) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-  
- dump(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- dump(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- dump(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- dump(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- dump(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- dump(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Retrieve serialized version of the value stored at key.
 
- dump(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- dump(K) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Retrieve serialized version of the value stored at key.
 
- dump(K) - Method in class org.springframework.data.redis.core.RedisTemplate
- 
Executes the Redis dump command and returns the results. 
- echo(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- echo(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- echo(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- echo(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- echo(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- echo(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- echo(byte[]) - Method in interface org.springframework.data.redis.connection.RedisConnectionCommands
- 
Returns messagevia server roundtrip.
 
- echo(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- echo(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Returns messagevia server roundtrip.
 
- element() - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-  
- 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 interface org.springframework.data.redis.core.HashOperations
- 
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 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 class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- eval(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- eval(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- eval(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- eval(byte[], ReturnType, int, byte[]...) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
- 
Evaluate given script.
 
- eval(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 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 class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- evalSha(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- evalSha(String, ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- evalSha(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- evalSha(String, ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- evalSha(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- evalSha(String, ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- evalSha(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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, byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- evalSha(byte[], ReturnType, int, byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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
-  
- exceptionConverter() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- ExceptionTranslationStrategy - Interface in org.springframework.data.redis
- 
- exec() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- exec() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- exec() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- exec() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- exec() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- exec() - Method in interface org.springframework.data.redis.connection.RedisTxCommands
- 
- exec() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- exec() - Method in interface org.springframework.data.redis.core.RedisOperations
- 
- exec(RedisSerializer<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Execute a transaction, using the provided  RedisSerializer to deserialize any results that are byte[]s or
 Collections of byte[]s. 
- exec() - Method in class org.springframework.data.redis.core.RedisTemplate
- 
Execute a transaction, using the default  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.jredis.JredisConnection
- 
Deprecated. 
- 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, byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- execute(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
'Native' or 'raw' execution of the given command along-side the given arguments. 
- execute(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
'Native' or 'raw' execution of the given command along-side the given arguments. 
- execute(RedisClusterCallback<T>) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
- 
- execute(RedisCallback<T>) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
- 
- execute(RedisCallback<T>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Executes the given action within a Redis connection. 
- execute(SessionCallback<T>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Executes a Redis session. 
- execute(RedisScript<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
- execute(RedisCallback<T>) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- execute(RedisCallback<T>, boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
- 
Executes the given action object within a connection, which can be exposed or not. 
- execute(RedisCallback<T>, boolean, boolean) - Method in class org.springframework.data.redis.core.RedisTemplate
- 
Executes the given action object within a connection that can be exposed or not. 
- execute(SessionCallback<T>) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- execute(RedisScript<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- execute(RedisScript<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-  
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-  
- execute(RedisScript<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.script.ScriptExecutor
- 
- execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - Method in interface org.springframework.data.redis.core.script.ScriptExecutor
- 
- execute(RedisOperations<K, V>) - Method in interface org.springframework.data.redis.core.SessionCallback
- 
Executes all the given operations inside the same session. 
- executeCommandAsyncOnNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T>, Iterable<RedisClusterNode>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
-  
- executeCommandOnAllNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
- 
- executeCommandOnArbitraryNode(ClusterCommandExecutor.ClusterCommandCallback<?, T>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
- 
- executeCommandOnSingleNode(ClusterCommandExecutor.ClusterCommandCallback<S, T>, RedisClusterNode) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
- 
- executeListener(MessageListener, Message, byte[]) - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
- 
Execute the specified listener. 
- executeMuliKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T>, Iterable<byte[]>) - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor
- 
- executePipelined(RedisCallback<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Executes the given action object on a pipelined connection, returning the results. 
- executePipelined(RedisCallback<?>, RedisSerializer<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Executes the given action object on a pipelined connection, returning the results using a dedicated serializer. 
- executePipelined(SessionCallback<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Executes the given Redis session on a pipelined connection. 
- executePipelined(SessionCallback<?>, RedisSerializer<?>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer. 
- executePipelined(SessionCallback<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- executePipelined(SessionCallback<?>, RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- executePipelined(RedisCallback<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- executePipelined(RedisCallback<?>, RedisSerializer<?>) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- executeWithStickyConnection(RedisCallback<T>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Allocates and binds a new  RedisConnection to the actual return type of the method. 
- executeWithStickyConnection(RedisCallback<T>) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- exists(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- exists(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- exists(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- exists(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- exists(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- exists(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- exists(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Determine if given keyexists.
 
- exists(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- exists(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Determine if given keyexists.
 
- Expiration - Class in org.springframework.data.redis.core.types
- 
Expiration holds a value with its associated  TimeUnit. 
- Expiration(long, TimeUnit) - Constructor for class org.springframework.data.redis.core.types.Expiration
- 
- expire(byte[], long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- expire(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- expire(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- expire(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- expire(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- expire(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- expire(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Set time to live for given keyin seconds.
 
- expire(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- expire(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set time to live for given keyin seconds.
 
- expire(long, TimeUnit) - Method in interface org.springframework.data.redis.core.BoundKeyOperations
- 
Sets the key time-to-live/expiration. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- expireAt(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- expireAt(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- expireAt(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- expireAt(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- expireAt(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- expireAt(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Set the expiration for given keyas a UNIX timestamp.
 
- expireAt(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- expireAt(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set the expiration for given keyas a UNIX timestamp.
 
- expireAt(Date) - Method in interface org.springframework.data.redis.core.BoundKeyOperations
- 
Sets the key time-to-live/expiration. 
- expireAt(K, Date) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Set the expiration for given keyas 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
-  
- extract(String) - Method in class org.springframework.data.redis.core.convert.Bucket
- 
Extracts a bucket containing key/value pairs with the prefix.
 
- extractAllKeysFor(String) - Method in class org.springframework.data.redis.core.convert.Bucket
- 
Get all the keys matching a given path. 
- extractMessage(Message) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
- 
Extract the message body from the given Redis message. 
- GenericJackson2JsonRedisSerializer - Class in org.springframework.data.redis.serializer
-  
- GenericJackson2JsonRedisSerializer() - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
- 
- GenericJackson2JsonRedisSerializer(String) - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
- 
- GenericJackson2JsonRedisSerializer(ObjectMapper) - Constructor for class org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
- 
Setting a custom-configured ObjectMapperis 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 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(byte[], Point, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoAdd(byte[], Map<byte[], Point>) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoAdd(byte[], Point, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoAdd(byte[], Map<byte[], Point>) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoAdd(byte[], Point, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoAdd(byte[], Map<byte[], Point>) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoAdd(byte[], Point, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoAdd(byte[], Map<byte[], Point>) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoAdd(byte[], Point, byte[]) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Add  Point with given member name to key. 
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
- geoAdd(byte[], Map<byte[], Point>) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
- geoAdd(byte[], Point, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoAdd(byte[], Map<byte[], Point>) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 GeoLocationto key.
 
- geoAdd(String, Map<String, Point>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
- geoAdd(String, Iterable<RedisGeoCommands.GeoLocation<String>>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Add 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
- 
- 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, M) - Method in interface org.springframework.data.redis.core.GeoOperations
- 
Add  Point with given member name to key. 
- geoAdd(K, RedisGeoCommands.GeoLocation<M>) - Method in interface org.springframework.data.redis.core.GeoOperations
- 
- geoAdd(K, Map<M, Point>) - Method in interface org.springframework.data.redis.core.GeoOperations
- 
- geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - Method in interface org.springframework.data.redis.core.GeoOperations
- 
- 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 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(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoDist(byte[], byte[], byte[], Metric) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoDist(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoDist(byte[], byte[], byte[], Metric) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoDist(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoDist(byte[], byte[], byte[], Metric) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoDist(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoDist(byte[], byte[], byte[], Metric) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoDist(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Get the  Distance between member1 and member2. 
- geoDist(byte[], byte[], byte[], Metric) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
- geoDist(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoDist(byte[], byte[], byte[], Metric) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoDist(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the  Distance between member1 and member2. 
- geoDist(String, String, String, Metric) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
- geoDist(M, M) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
- 
Get the  Distance between member1 and member2. 
- geoDist(M, M, Metric) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
- 
- geoDist(K, M, M) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-  
- geoDist(K, M, M, Metric) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-  
- geoDist(K, 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
- 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoHash(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoHash(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoHash(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoHash(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Get Geohash representation of the position for one or more members. 
- geoHash(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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, M...) - Method in interface org.springframework.data.redis.core.GeoOperations
- 
Get Geohash representation of the position for one or more members. 
- GeoIndexDefinition - Class in org.springframework.data.redis.core.index
-  
- GeoIndexDefinition(String, String) - Constructor for class org.springframework.data.redis.core.index.GeoIndexDefinition
- 
- GeoIndexDefinition(String, String, String) - Constructor for class org.springframework.data.redis.core.index.GeoIndexDefinition
- 
- GeoIndexed - Annotation Type in org.springframework.data.redis.core.index
- 
Mark properties value to be included in a secondary index. 
- GeoIndexedPropertyValue - Class in org.springframework.data.redis.core.convert
- 
IndexedData implementation indicating storage of data within a Redis GEO structure. 
- GeoIndexedPropertyValue() - Constructor for class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-  
- geoIndexName(String) - Static method in class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-  
- GeoLocation() - Constructor for class org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation
-  
- GeoOperations<K,M> - Interface in org.springframework.data.redis.core
- 
Redis operations for geo commands. 
- geoPos(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- geoPos(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- geoPos(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoPos(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoPos(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoPos(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoPos(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Get the  Point representation of positions for one or more members. 
- geoPos(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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, M...) - Method in interface org.springframework.data.redis.core.GeoOperations
- 
Get the  Point representation of positions for one or more members. 
- 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(byte[], Circle) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoRadius(byte[], Circle) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoRadius(byte[], Circle) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoRadius(byte[], Circle) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoRadius(byte[], Circle) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Get the members within the boundaries of a given  Circle. 
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
- geoRadius(byte[], Circle) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoRadius(String, Circle) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the members within the boundaries of a given  Circle. 
- geoRadius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the members within the boundaries of a given  Circle applying  GeoRadiusCommandArgs. 
- geoRadius(Circle) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
- 
Get the members within the boundaries of a given  Circle. 
- geoRadius(Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
- 
- geoRadius(K, Circle) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-  
- geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-  
- geoRadius(K, Circle) - Method in 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
- 
- 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(byte[], byte[], double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoRadiusByMember(byte[], byte[], Distance) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoRadiusByMember(byte[], byte[], double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoRadiusByMember(byte[], byte[], Distance) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoRadiusByMember(byte[], byte[], double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoRadiusByMember(byte[], byte[], Distance) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoRadiusByMember(byte[], byte[], double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoRadiusByMember(byte[], byte[], Distance) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoRadiusByMember(byte[], byte[], double) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Get the members within the circle defined by the members coordinates and given
 radius. 
- geoRadiusByMember(byte[], byte[], Distance) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Get the members within the circle defined by the members coordinates and given
  Distance. 
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
- geoRadiusByMember(byte[], byte[], double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoRadiusByMember(byte[], byte[], Distance) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- geoRadiusByMember(String, String, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the members within the circle defined by the members coordinates and given
 radius. 
- geoRadiusByMember(String, String, Distance) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the members within the circle defined by the members coordinates and given
  Distance. 
- geoRadiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the members within the circle defined by the members coordinates and given
  Distance and  GeoRadiusCommandArgs. 
- geoRadiusByMember(K, M, double) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
- 
Get the members within the circle defined by the members coordinates and given
 radius. 
- geoRadiusByMember(M, Distance) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
- 
Get the members within the circle defined by the members coordinates and given
 radius applying  Metric. 
- geoRadiusByMember(M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in interface org.springframework.data.redis.core.BoundGeoOperations
- 
- geoRadiusByMember(K, M, double) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-  
- geoRadiusByMember(K, M, Distance) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-  
- geoRadiusByMember(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - Method in class org.springframework.data.redis.core.DefaultGeoOperations
-  
- geoRadiusByMember(K, 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
- 
- geoRadiusResponseToGeoResultsConverter(Metric) - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
- 
- geoRadiusResponseToGeoResultsConverter(Metric) - Static method in class org.springframework.data.redis.connection.lettuce.LettuceConverters
- 
- geoRemove(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- geoRemove(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- geoRemove(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- geoRemove(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- geoRemove(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- geoRemove(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- geoRemove(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisGeoCommands
- 
Remove the members. 
- geoRemove(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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, M...) - Method in interface org.springframework.data.redis.core.GeoOperations
- 
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 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(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- get(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- get(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- get(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 keyfrom 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 beginandend.
 
- get(String) - Method in class org.springframework.data.redis.core.convert.Bucket
- 
Get value assigned with path. 
- get(H, Object) - Method in interface org.springframework.data.redis.core.HashOperations
- 
Get value for given hashKeyfrom hash atkey.
 
- get(String) - Method in interface org.springframework.data.redis.core.query.SortCriterion
-  
- 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 keybetweenbeginandend.
 
- 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-stateis connected andflagsdoes 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-stateis connected andflagsdoes
 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. 
- getAllOf(Serializable) - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
-  
- getAllOf(Serializable, int, 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 valueof the bound key and return its old value.
 
- getAndSet(K, V) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Set valueofkeyand 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
-  
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getBit(String, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getBit(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getBit(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- getBit(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- getBit(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- getBit(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Get the bit value at offsetof value atkey.
 
- getBit(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- getBit(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the bit value at offsetof value atkey.
 
- getBit(K, long) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Get the bit value at offsetof value atkey.
 
- 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). 
- 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
-  
- getClientList() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getClientList() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getClientList(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getClientList() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- getClientList() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- getClientList() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- getClientList(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- getClientList() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- getClientList(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- getClientList() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Request information and statistics about connected clients. 
- getClientList() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getClientName() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getClientName() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- getClientName() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Returns the client name. 
- getClientName() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- getClientName() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- getClientName() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Returns the name of the current connection. 
- getClientName() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- getClientResources() - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
- 
Get the ClientResourcesto reuse infrastructure.
 
- getClientResources() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Get the ClientResourcesto reuse infrastructure.
 
- getClusterConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-  
- getClusterConnection() - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. 
- 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. 
- getClusterConnection() - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. 
- getClusterNodes() - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
- 
- getClusterSize() - Method in class org.springframework.data.redis.connection.ClusterInfo
-  
- getCmd() - Method in class org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
- 
- getConditions() - Method in interface org.springframework.data.redis.core.index.IndexDefinition
-  
- getConditions() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-  
- getConfig(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getConfig(String) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getConfig(RedisClusterNode, String) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getConfig(String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- getConfig(String) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- getConfig(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- getConfig(RedisClusterNode, String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- getConfig(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- getConfig(RedisClusterNode, String) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- getConfig(String) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Load configuration parameters for given patternfrom server.
 
- getConfig(String) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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.jredis.JredisConnectionFactory
- 
Deprecated. 
- 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() - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. 
- 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.RedisAccessor
- 
Returns the connectionFactory. 
- getConnectionFactory() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
- 
Returns the connectionFactory. 
- getConversionService() - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
-  
- getConverted(TimeUnit) - Method in class org.springframework.data.redis.core.types.Expiration
- 
Get the expiration time converted into the desired targetTimeUnit.
 
- getConverter() - Method in class org.springframework.data.redis.connection.FutureResult
-  
- getConverter() - Method in class org.springframework.data.redis.core.RedisKeyValueAdapter
- 
- getConvertersToRegister() - Static method in class org.springframework.data.redis.core.convert.Jsr310Converters
- 
Returns the converters to be registered. 
- getConvertPipelineAndTxResults() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Specifies if pipelined results should be converted to the expected data type. 
- getConvertPipelineAndTxResults() - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. 
- 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. 
- getConvertPipelineAndTxResults() - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. Specifies if pipelined results should be converted to the expected data type. 
- 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. 
- getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.redis.core.convert.CustomConversions
- 
Returns the target type to convert to in case we have a custom conversion registered to convert the given source
 type into a Redis native one. 
- getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.redis.core.convert.CustomConversions
- 
Returns the target type we can readTargetWriteLocl an inject of the given source type to. 
- 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.jredis.JredisConnectionFactory
- 
Deprecated. 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. 
- getDatabaseId() - Method in class org.springframework.data.redis.core.types.RedisClientInfo
- 
Get current database index. 
- getDefaultKeyValueTemplateBeanDefinition(RepositoryConfigurationSource) - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
-  
- getDefaultKeyValueTemplateRef() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
-  
- getDefaultListenerMethod() - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
- 
Return the name of the default listener method to delegate to. 
- getDefaultScore() - Method in class org.springframework.data.redis.support.collections.DefaultRedisZSet
-  
- getDefaultScore() - Method in interface org.springframework.data.redis.support.collections.RedisZSet
- 
Returns the default score used by this set. 
- getDefaultSerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
- 
Returns the default serializer used by this template. 
- getDelegate() - Method in interface org.springframework.data.redis.connection.DecoratedRedisConnection
- 
- getDelegate() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getDelegate() - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
- 
Returns the target object to delegate message listening to. 
- getDependencyInstance(Bean<S>, Type) - Method in class org.springframework.data.redis.repository.cdi.CdiBean
- 
Returns an instance of the given Beanfrom the container.
 
- 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. 
- getExpirationTime() - Method in class org.springframework.data.redis.core.types.Expiration
- 
Get the expiration time. 
- getExpirationTimeInMilliseconds() - Method in class org.springframework.data.redis.core.types.Expiration
- 
- getExpirationTimeInSeconds() - Method in class org.springframework.data.redis.core.types.Expiration
- 
- getExpire() - Method in interface org.springframework.data.redis.core.BoundKeyOperations
- 
Returns the expiration of this key. 
- getExpire(K) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Get the time to live for keyin 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
-  
- getExplicitTimeToLiveProperty() - Method in class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
-  
- getExplicitTimeToLiveProperty() - Method in interface org.springframework.data.redis.core.mapping.RedisPersistentEntity
- 
- getExpression() - Method in class org.springframework.data.redis.core.index.SpelIndexDefinition
- 
Get the raw expression. 
- getExtension() - Method in class org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
-  
- getFailoverTimeout() - Method in class org.springframework.data.redis.connection.RedisServer
-  
- getFallback(Exception) - Method in class org.springframework.data.redis.FallbackExceptionTranslationStrategy
- 
- 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.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. 
- 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. 
- getHashKeySerializer() - Method in interface org.springframework.data.redis.core.RedisOperations
-  
- getHashKeySerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
- 
Returns the hashKeySerializer. 
- 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.jredis.JredisConnectionFactory
- 
Deprecated. Returns the Redis host name of this factory. 
- 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.srp.SrpConnectionFactory
- 
Deprecated. Returns the current host. 
- 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. 
- getIndexConfiguration() - Method in class org.springframework.data.redis.core.convert.MappingConfiguration
-  
- getIndexDefinitionsFor(Serializable, String) - Method in class org.springframework.data.redis.core.index.IndexConfiguration
-  
- getIndexDefinitionsFor(Serializable) - Method in class org.springframework.data.redis.core.index.IndexConfiguration
-  
- getIndexDefinitionsFor(Serializable) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionProvider
- 
- getIndexDefinitionsFor(Serializable, String) - Method in interface org.springframework.data.redis.core.index.IndexDefinitionProvider
- 
- getIndexedData() - Method in class org.springframework.data.redis.core.convert.RedisData
-  
- getIndexName() - Method in class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-  
- getIndexName() - Method in interface org.springframework.data.redis.core.convert.IndexedData
- 
Get the  String representation of the index name. 
- getIndexName() - Method in class org.springframework.data.redis.core.convert.RemoveIndexedData
-  
- getIndexName() - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
-  
- getIndexName() - Method in interface org.springframework.data.redis.core.index.IndexDefinition
-  
- getIndexName() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-  
- getInfoRefresh() - Method in class org.springframework.data.redis.connection.RedisServer
-  
- getInjectionPoints() - Method in class org.springframework.data.redis.repository.cdi.CdiBean
-  
- getItems() - Method in class org.springframework.data.redis.core.ScanIteration
- 
Get the items returned. 
- getJavaType(Class<?>) - Method in class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
- 
Returns the Jackson JavaTypefor the specific class.
 
- getJavaType(Class<?>) - Method in class org.springframework.data.redis.serializer.JacksonJsonRedisSerializer
- 
Deprecated. Returns the Jackson JavaTypefor the specific class.
 
- 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 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
-  
- getKeySerializer() - Method in interface org.springframework.data.redis.core.RedisOperations
-  
- getKeySerializer() - Method in class org.springframework.data.redis.core.RedisTemplate
- 
Returns the key serializer used by this template. 
- getKeyServingMasterNode(byte[]) - Method in class org.springframework.data.redis.connection.ClusterTopology
- 
- getKeyServingNodes(byte[]) - Method in class org.springframework.data.redis.connection.ClusterTopology
-  
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
-  
- getKeyspace() - Method in interface org.springframework.data.redis.core.convert.IndexedData
- 
Get the associated keyspace the index resides in. 
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
-  
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.RedisData
-  
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.RemoveIndexedData
-  
- getKeyspace() - Method in class org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
-  
- getKeyspace() - Method in interface org.springframework.data.redis.core.index.IndexDefinition
-  
- getKeyspace() - Method in class org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
-  
- getKeyspace() - Method in class org.springframework.data.redis.core.index.RedisIndexDefinition
-  
- getKeyspace() - Method in class org.springframework.data.redis.core.RedisKeyExpiredEvent
- 
Gets the keyspace in which the expiration occured. 
- getKeyspaceConfiguration() - Method in class org.springframework.data.redis.core.convert.MappingConfiguration
-  
- getKeyspaceSettings(Class<?>) - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration
- 
- 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.RedisGeoCommands.GeoRadiusCommandArgs
-  
- getLimit() - Method in interface org.springframework.data.redis.connection.SortParameters
- 
Returns the sorting limit (range or pagination). 
- getLimit() - Method in interface org.springframework.data.redis.core.query.SortQuery
- 
Returns the sorting limit (range or pagination). 
- getLinkState() - Method in class org.springframework.data.redis.connection.RedisClusterNode
-  
- getListener() - Method in interface org.springframework.data.redis.connection.Subscription
- 
Returns the listener used for this subscription. 
- getListener() - Method in class org.springframework.data.redis.connection.util.AbstractSubscription
-  
- getListenerMethodName(Message, Object) - Method in class org.springframework.data.redis.listener.adapter.MessageListenerAdapter
- 
Determine the name of the listener method that is supposed to handle the given message. 
- getMappingConfiguration() - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
- 
- getMappingContext() - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
-  
- getMappingContext() - Method in interface org.springframework.data.redis.core.convert.RedisConverter
-  
- getMappingContext() - Method in class org.springframework.data.redis.core.RedisKeyValueTemplate
-  
- getMaster() - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
- 
Get the Sentinel master node. 
- getMasterId() - Method in class org.springframework.data.redis.connection.RedisNode
-  
- getMasterNodes() - Method in class org.springframework.data.redis.connection.ClusterTopology
- 
Get all master nodes in cluster. 
- getMax() - Method in class org.springframework.data.redis.connection.RedisZSetCommands.Range
-  
- getMaxRedirects() - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
-  
- getMaxSubscriptionRegistrationWaitingTime() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-  
- getMessagesReceived() - Method in class org.springframework.data.redis.connection.ClusterInfo
-  
- getMessagesSent() - Method in class org.springframework.data.redis.connection.ClusterInfo
-  
- 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 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.jredis.JredisConnection
- 
Deprecated. 
- 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). 
- getNativeConnection() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- getNear() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
-  
- getNode() - Method in class org.springframework.data.redis.connection.ClusterCommandExecutor.NodeResult
- 
- getNodes() - Method in class org.springframework.data.redis.connection.ClusterTopology
- 
- getNumberOtherSentinels() - Method in class org.springframework.data.redis.connection.RedisServer
-  
- getNumberSlaves() - Method in class org.springframework.data.redis.connection.RedisServer
-  
- getObject() - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
-  
- getObjectType() - Method in class org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
-  
- getOffset() - Method in class org.springframework.data.redis.connection.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. 
- 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.jredis.JredisConnectionFactory
- 
Deprecated. 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.srp.SrpConnectionFactory
- 
Deprecated. Returns the password used for authenticating with the Redis server. 
- 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
-  
- getPersistentEntity(Class<?>) - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
-  
- getPersistentEntity(KeyValuePersistentProperty) - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
-  
- getPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.redis.core.mapping.RedisMappingContext
-  
- getPhase() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-  
- getPipelineResult() - Method in exception org.springframework.data.redis.connection.RedisPipelineException
- 
Optionally returns the result of the pipeline that caused the exception. 
- 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 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.jredis.JredisConnectionFactory
- 
Deprecated. Returns the Redis port. 
- 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.srp.SrpConnectionFactory
- 
Deprecated. Returns the current port. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getRange(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- getRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- getRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- getRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Get a substring of value of keybetweenbeginandend.
 
- getRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- getRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get a substring of value of keybetweenstartandend.
 
- getRaw() - Method in enum org.springframework.data.redis.connection.RedisClusterNode.Flag
-  
- getRedisOperations() - Method in class org.springframework.data.redis.cache.RedisCacheManager
-  
- getResource() - Method in class org.springframework.data.redis.connection.jredis.JredisPool
- 
Deprecated. 
- 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
-  
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
-  
- getSentinelConnection(RedisNode) - Method in class org.springframework.data.redis.connection.AbstractRedisConnection
- 
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getSentinelConnection(RedisNode) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
-  
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. 
- 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. 
- getSentinelConnection() - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. 
- getSentinels() - Method in class org.springframework.data.redis.connection.RedisSentinelConfiguration
- 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- getSet(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- getSet(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- getSet(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- getSet(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Set valueofkeyand return its old value.
 
- getSet(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- getSet(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set valueofkeyand 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
- 
Returns the shardInfo. 
- getSharedConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-  
- getShareNativeConnection() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
- getShutdownTimeout() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Returns the shutdown timeout for shutting down the RedisClient (in milliseconds). 
- getSimpleTypeHolder() - Method in class org.springframework.data.redis.core.convert.CustomConversions
- 
- getSismember() - Method in class org.springframework.data.redis.repository.query.RedisOperationChain
-  
- getSlaves(RedisClusterNode) - Method in interface org.springframework.data.redis.core.ClusterOperations
-  
- getSlaves(RedisClusterNode) - Method in class org.springframework.data.redis.core.DefaultClusterOperations
-  
- getSlot() - Method in exception org.springframework.data.redis.ClusterRedirectException
- 
Get slot to go for. 
- getSlotRange() - Method in class org.springframework.data.redis.connection.RedisClusterNode
- 
- getSlots() - Method in class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
-  
- getSlotsArray() - Method in class org.springframework.data.redis.connection.RedisClusterNode.SlotRange
-  
- getSlotsAssigned() - Method in class org.springframework.data.redis.connection.ClusterInfo
-  
- getSlotServingNodes(int) - Method in class org.springframework.data.redis.connection.ClusterTopology
- 
- getSlotsFail() - Method in class org.springframework.data.redis.connection.ClusterInfo
-  
- getSlotsOk() - Method in class org.springframework.data.redis.connection.ClusterInfo
-  
- getSlotsPfail() - Method in class org.springframework.data.redis.connection.ClusterInfo
-  
- getSortDirection() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
-  
- getSource() - Method in class org.springframework.data.redis.core.RedisKeyspaceEvent
-  
- 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
-  
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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. 
- getSubscription() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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). 
- getTimeToLive() - Method in class org.springframework.data.redis.cache.RedisCacheElement
-  
- getTimeToLive() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
-  
- getTimeToLive() - Method in class org.springframework.data.redis.core.convert.RedisData
- 
Get the time before expiration in seconds. 
- getTimeToLive(Object) - Method in interface org.springframework.data.redis.core.TimeToLiveAccessor
-  
- getTimeToLiveAccessor() - Method in class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
-  
- getTimeToLiveAccessor() - Method in interface org.springframework.data.redis.core.mapping.RedisPersistentEntity
- 
- getTimeToLivePropertyName() - Method in class org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
-  
- getTimeUnit() - Method in class org.springframework.data.redis.core.types.Expiration
- 
Get the time unit for the expiration time. 
- 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
- 
- 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
-  
- 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.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
-  
- 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. 
- 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 
- ifAbsent() - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.SetOption
- 
NX
 
- ifPresent() - Static method in enum org.springframework.data.redis.connection.RedisStringCommands.SetOption
- 
XX
 
- includeCoordinates() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
- 
- includeDistance() - Method in class org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
- 
- incr(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- incr(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- incr(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- incr(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- incr(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- incr(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- incr(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Increment an integer value stored as string value of keyby 1.
 
- incr(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- incr(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Increment an integer value stored as string value of keyby 1.
 
- 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(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- incrBy(byte[], double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- incrBy(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- incrBy(byte[], double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- incrBy(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- incrBy(byte[], double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- incrBy(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- incrBy(byte[], double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- incrBy(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Increment an integer value stored of keybydelta.
 
- incrBy(byte[], double) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Increment a floating point number value of keybydelta.
 
- incrBy(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- incrBy(byte[], double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- incrBy(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Increment an integer value stored of keybydelta.
 
- incrBy(String, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Increment a floating point number value of keybydelta.
 
- increment(HK, long) - Method in interface org.springframework.data.redis.core.BoundHashOperations
- 
Increment valueof a hashkeyby the givendeltaat the bound key.
 
- increment(HK, double) - Method in interface org.springframework.data.redis.core.BoundHashOperations
- 
Increment valueof a hashkeyby the givendeltaat 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 interface org.springframework.data.redis.core.HashOperations
- 
Increment valueof a hashhashKeyby the givendelta.
 
- increment(H, HK, double) - Method in interface org.springframework.data.redis.core.HashOperations
- 
Increment valueof a hashhashKeyby the givendelta.
 
- increment(K, long) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Increment an integer value stored as string value under keybydelta.
 
- increment(K, double) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Increment a floating point number value stored as string value under keybydelta.
 
- 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 valuein sorted set byincrement.
 
- incrementScore(K, V, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Increment the score of element with valuein sorted set byincrement.
 
- index(long) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Get element at indexform list at the bound key.
 
- index(K, long) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Get element at indexform list atkey.
 
- IndexConfiguration - Class in org.springframework.data.redis.core.index
- 
- IndexConfiguration() - Constructor for class org.springframework.data.redis.core.index.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
- 
- IndexDefinitionRegistry - Interface in org.springframework.data.redis.core.index
- 
- 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(Object) - Method in class org.springframework.data.redis.support.collections.DefaultRedisList
-  
- indexOf(byte[], byte) - Static method in class org.springframework.data.redis.util.ByteUtils
- 
Searches the specified array of bytes for the specified value. 
- IndexResolver - Interface in org.springframework.data.redis.core.convert
- 
- 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() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- info(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- info() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- info(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- info(String) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- info(RedisClusterNode, String) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- info() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- info(String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- info() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- info(String) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- info() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- info(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- info(RedisClusterNode, String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- info(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- info() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- info(String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- info(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- info(RedisClusterNode, String) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- 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.
 
- info() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- info(String) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 interface org.springframework.data.redis.core.SetOperations
- 
Returns the members intersecting all given sets at keyandotherKey.
 
- intersect(K, Collection<K>) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Returns the members intersecting all given sets at keyandotherKeys.
 
- 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 keyand store result indestKey.
 
- intersectAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundSetOperations
- 
Intersect all given sets at the bound key and keysand store result indestKey.
 
- intersectAndStore(K, K) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Intersect sorted sets at the bound key and otherKeyand store result in destinationdestKey.
 
- intersectAndStore(Collection<K>, K) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Intersect sorted sets at the bound key and otherKeysand store result in destinationdestKey.
 
- intersectAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Intersect all given sets at keyandotherKeyand store result indestKey.
 
- intersectAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Intersect all given sets at keyandotherKeysand store result indestKey.
 
- intersectAndStore(K, K, K) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Intersect sorted sets at keyandotherKeyand store result in destinationdestKey.
 
- intersectAndStore(K, Collection<K>, K) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Intersect sorted sets at keyandotherKeysand store result in destinationdestKey.
 
- 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
-  
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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.connection.srp.SrpConnection
- 
Deprecated. 
- 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
-  
- isJedis(RedisConnectionFactory) - Static method in class org.springframework.data.redis.connection.ConnectionUtils
-  
- isJredis(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 interface org.springframework.data.redis.core.SetOperations
- 
Check if set at keycontainsvalue.
 
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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. 
- isPipelined() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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. 
- isQueueing() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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
-  
- 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
- 
- isRunning() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-  
- isSameSlotForAllKeys(byte[]...) - Static method in class org.springframework.data.redis.connection.ClusterSlotHashUtil
-  
- isSimpleType(Class<?>) - Method in class org.springframework.data.redis.core.convert.CustomConversions
- 
Returns whether the given type is considered to be simple. 
- 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
-  
- isSrp(RedisConnectionFactory) - Static method in class org.springframework.data.redis.connection.ConnectionUtils
-  
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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. 
- isSubscribed() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- isUsePrefix() - Method in class org.springframework.data.redis.cache.RedisCacheManager
-  
- isUseSsl() - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Returns whether to use SSL. 
- isUseSsl() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Returns whether to use SSL. 
- isValid(byte[]) - Static method in class org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
- 
Check whether the keyis valid, in particular whether the key contains a keyspace and an id part in the
 form of keyspace:id.
 
- isValid(String) - Static method in class org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
- 
Check whether the keyis valid, in particular whether the key contains a keyspace and an id part in the
 form of keyspace:id.
 
- isVerifyPeer() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Returns whether to verify certificate validity/hostname check when SSL is used. 
- 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
-  
- 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() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lastSave() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lastSave(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lastSave() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lastSave() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lastSave(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- lastSave() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lastSave(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- lastSave() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
- lastSave() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 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.
 
- leftPush(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Prepend valueto the bound key.
 
- leftPush(V, V) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Prepend valuesto the bound key beforevalue.
 
- leftPush(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Prepend valuetokey.
 
- leftPush(K, V, V) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Prepend valuestokeybeforevalue.
 
- leftPushAll(V...) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Prepend valuesto the bound key.
 
- leftPushAll(K, V...) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Prepend valuestokey.
 
- leftPushAll(K, Collection<V>) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Prepend valuestokey.
 
- leftPushIfPresent(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Prepend valuesto the bound key only if the list exists.
 
- leftPushIfPresent(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Prepend valuestokeyonly if the list exists.
 
- LettuceClusterConnection - Class in org.springframework.data.redis.connection.lettuce
-  
- LettuceClusterConnection(RedisClusterClient) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
- 
- LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
- 
- LettuceClusterConnection(RedisClusterClient, long, ClusterCommandExecutor) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
- 
- LettuceClusterConnection.LettuceClusterCommandCallback<T> - Interface in org.springframework.data.redis.connection.lettuce
- 
- LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T> - Interface in org.springframework.data.redis.connection.lettuce
- 
- 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 LettuceConnectionFactoryinstance with default settings.
 
- LettuceConnectionFactory(String, int) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Constructs a new LettuceConnectionFactoryinstance with default settings.
 
- LettuceConnectionFactory(RedisSentinelConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
- LettuceConnectionFactory(RedisClusterConfiguration) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
- LettuceConnectionFactory(LettucePool) - 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
- 
- 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
- 
- LettuceSentinelConnection(String, int) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
- 
- LettuceSentinelConnection(String, int, ClientResources) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
- 
- LettuceSentinelConnection(RedisClient) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
- 
- LettuceSentinelConnection(StatefulRedisSentinelConnection<String, String>) - Constructor for class org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
- 
- 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
-  
- 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(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lIndex(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lIndex(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lIndex(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lIndex(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Get element at indexform list atkey.
 
- lIndex(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lIndex(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get element at indexform list atkey.
 
- linkState(RedisClusterNode.LinkState) - Method in class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
- 
- 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(byte[], RedisListCommands.Position, byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
- lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lInsert(String, RedisListCommands.Position, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Insert valuePosition#BEFOREorPosition#AFTERexistingpivotforkey.
 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lLen(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lLen(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lLen(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lLen(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lLen(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lLen(byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Get the size of list stored at key.
 
- lLen(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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
-  
- 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
-  
- longToBooleanConverter() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- 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
- 
- lookup(String) - Method in class org.springframework.data.redis.connection.ClusterTopology
- 
- lookup(RedisClusterNode) - Method in class org.springframework.data.redis.connection.ClusterTopology
- 
- lPop(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lPop(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lPop(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lPop(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lPop(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lPop(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lPop(byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Removes and returns first element in list stored at key.
 
- lPop(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lPush(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lPush(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Prepend valuestokey.
 
- lPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lPush(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Prepend valuestokey.
 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lPushX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Prepend valuestokeyonly if the list exists.
 
- lPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lPushX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Prepend valuestokeyonly if the list exists.
 
- 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(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Get elements between startandendfrom list atkey.
 
- lRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements between startandendfrom list atkey.
 
- 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(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lRem(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lRem(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lRem(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lRem(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Removes the first countoccurrences ofvaluefrom the list stored atkey.
 
- lRem(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lRem(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Removes the first countoccurrences ofvaluefrom the list stored atkey.
 
- 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(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lSet(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lSet(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lSet(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lSet(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Set the valuelist element atindex.
 
- lSet(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lSet(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set the valuelist element atindex.
 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lTrim(String, long, long) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- lTrim(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- lTrim(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- lTrim(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- lTrim(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- lTrim(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Trim list at keyto elements betweenstartandend.
 
- lTrim(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- lTrim(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Trim list at keyto elements betweenstartandend.
 
- 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
- 
- PartialUpdate(Object, T) - Constructor for class org.springframework.data.redis.core.PartialUpdate
- 
- 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
- 
- PathCondition(String) - Constructor for class org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition
-  
- PathIndexResolver - Class in org.springframework.data.redis.core.convert
- 
- PathIndexResolver() - Constructor for class org.springframework.data.redis.core.convert.PathIndexResolver
- 
- PathIndexResolver(RedisMappingContext) - Constructor for class org.springframework.data.redis.core.convert.PathIndexResolver
- 
- 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
-  
- persist(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- persist(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- persist(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- persist(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- persist(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- persist(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- persist(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Remove the expiration from given key.
 
- persist(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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.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
- 
- 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(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pExpire(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pExpire(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pExpire(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pExpire(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Set time to live for given keyin milliseconds.
 
- pExpire(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- pExpire(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set time to live for given keyin milliseconds.
 
- 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(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pExpireAt(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pExpireAt(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pExpireAt(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pExpireAt(byte[], long) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Set the expiration for given keyas a UNIX timestamp in milliseconds.
 
- pExpireAt(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- pExpireAt(String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set the expiration for given keyas a UNIX timestamp in milliseconds.
 
- 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(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.HyperLogLogCommands
- 
Adds given values to the HyperLogLog stored at given key. 
- pfAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pfAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pfAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pfAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pfAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- pfCount(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- pfCount(byte[]...) - Method in interface org.springframework.data.redis.connection.HyperLogLogCommands
- 
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s). 
- pfCount(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pfCount(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pfCount(byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pfCount(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- pfCount(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pfCount(byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- pfMerge(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- pfMerge(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.HyperLogLogCommands
- 
Merge N different HyperLogLogs at sourceKeys into a single destinationKey. 
- pfMerge(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pfMerge(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pfMerge(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pfMerge(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- pfMerge(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pfMerge(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- pfMerge(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Merge N different HyperLogLogs at sourceKeys into a single destinationKey. 
- PHANTOM - Static variable in class org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
-  
- PHANTOM - Static variable in class org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
-  
- PHANTOM_SUFFIX - Static variable in class org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
-  
- PHANTOM_SUFFIX - Static variable in class org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
-  
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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
-  
- PING_REPLY - Static variable in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
-  
- 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 - Class in org.springframework.data.redis.connection
- 
- 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 PoolExceptioninstance.
 
- PoolException(String) - Constructor for exception org.springframework.data.redis.connection.PoolException
- 
Constructs a new PoolExceptioninstance.
 
- 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 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
-  
- 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. 
- postProcessConnection(JredisConnection) - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. Post process a newly retrieved connection. 
- 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(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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- pSetEx(String, long, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- pSetEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pSetEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pSetEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pSetEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pSetEx(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Set the valueand expiration inmillisecondsforkey.
 
- pSetEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- pSetEx(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set the valueand expiration inmillisecondsforkey.
 
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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, byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 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(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pTtl(byte[], TimeUnit) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- pTtl(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pTtl(byte[], TimeUnit) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- pTtl(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pTtl(byte[], TimeUnit) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- pTtl(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pTtl(byte[], TimeUnit) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- pTtl(byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Get the precise time to live for keyin 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(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- pTtl(byte[], TimeUnit) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- pTtl(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the precise time to live for keyin 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.jredis.JredisConnection
- 
Deprecated. 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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
- 
- 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(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 valueof a hashkeyat 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 interface org.springframework.data.redis.core.HashOperations
- 
Set the valueof a hashhashKey.
 
- 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 mat the bound key.
 
- 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(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
- 
- putIfAbsent(HK, HV) - Method in interface org.springframework.data.redis.core.BoundHashOperations
- 
Set the valueof a hashkeyonly ifkeydoes not exist.
 
- putIfAbsent(H, HK, HV) - Method in interface org.springframework.data.redis.core.HashOperations
- 
Set the valueof a hashhashKeyonly ifhashKeydoes 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
-  
- randomKey() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- randomKey() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- randomKey(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- randomKey() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- randomKey() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- randomKey(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- randomKey() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- randomKey() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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.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 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 countrandom elements from set at the bound key.
 
- randomMembers(K, long) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Get countrandom elements from set atkey.
 
- 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 beginandendfrom list at the bound key.
 
- range(long, long) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Get elements between startandendfrom sorted set.
 
- range(K, long, long) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Get elements between beginandendfrom list atkey.
 
- range(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Get elements between startandendfrom 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
- 
- rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
- rangeByLex(K, RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
- rangeByLex(K, RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
- 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
- 
- rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.support.collections.RedisZSet
- 
- rangeByScore(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Get elements where score is between minandmaxfrom sorted set.
 
- rangeByScore(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Get elements where score is between minandmaxfrom sorted set.
 
- rangeByScore(K, double, double, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Get elements in range from starttoendwhere score is betweenminandmaxfrom
 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
- 
- rangeByScoreWithScores(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
- rangeByScoreWithScores(K, double, double, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
- 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
- 
- rangeWithScores(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
- 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 valuein a sorted set.
 
- rank(K, Object) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Determine the index of element with valuein 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. 
- rawMap() - Method in class org.springframework.data.redis.core.convert.Bucket
- 
Get keys and values in binary format. 
- read(Class<R>, RedisData) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
-  
- RedisAccessor - Class in org.springframework.data.redis.core
- 
- 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 RedisAtomicDoubleinstance.
 
- RedisAtomicDouble(String, RedisConnectionFactory, double) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicDouble
- 
Constructs a new RedisAtomicDoubleinstance.
 
- RedisAtomicDouble(String, RedisOperations<String, Double>) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicDouble
- 
Constructs a new RedisAtomicDoubleinstance.
 
- RedisAtomicDouble(String, RedisOperations<String, Double>, double) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicDouble
- 
Constructs a new RedisAtomicDoubleinstance.
 
- 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 RedisAtomicIntegerinstance.
 
- RedisAtomicInteger(String, RedisConnectionFactory, int) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicInteger
- 
Constructs a new RedisAtomicIntegerinstance.
 
- RedisAtomicInteger(String, RedisOperations<String, Integer>) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicInteger
- 
Constructs a new RedisAtomicIntegerinstance.
 
- RedisAtomicInteger(String, RedisOperations<String, Integer>, int) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicInteger
- 
Constructs a new RedisAtomicIntegerinstance.
 
- 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 RedisAtomicLonginstance.
 
- RedisAtomicLong(String, RedisConnectionFactory, long) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicLong
- 
Constructs a new RedisAtomicLonginstance.
 
- RedisAtomicLong(String, RedisOperations<String, Long>) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicLong
- 
Constructs a new RedisAtomicLonginstance.
 
- RedisAtomicLong(String, RedisOperations<String, Long>, long) - Constructor for class org.springframework.data.redis.support.atomic.RedisAtomicLong
- 
Constructs a new RedisAtomicLonginstance.
 
- 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
- 
- RedisCache(String, byte[], RedisOperations<? extends Object, ? extends Object>, long, boolean) - Constructor for class org.springframework.data.redis.cache.RedisCache
- 
- RedisCacheElement - Class in org.springframework.data.redis.cache
- 
- 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
- 
- RedisCacheManager(RedisOperations) - Constructor for class org.springframework.data.redis.cache.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
- 
- RedisClusterConfiguration() - Constructor for class org.springframework.data.redis.connection.RedisClusterConfiguration
- 
- RedisClusterConfiguration(Collection<String>) - Constructor for class org.springframework.data.redis.connection.RedisClusterConfiguration
- 
- RedisClusterConfiguration(PropertySource<?>) - Constructor for class org.springframework.data.redis.connection.RedisClusterConfiguration
- 
- RedisClusterConnection - Interface in org.springframework.data.redis.connection
- 
- 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
- 
- 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
- 
- RedisClusterNode.SlotRange - Class in org.springframework.data.redis.connection
-  
- RedisClusterNodeBuilder() - Constructor for class org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
-  
- RedisCollection<E> - Interface in org.springframework.data.redis.support.collections
- 
- 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
- 
- 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
- 
- RedisData(Map<byte[], byte[]>) - Constructor for class org.springframework.data.redis.core.convert.RedisData
- 
- RedisData(Bucket) - Constructor for class org.springframework.data.redis.core.convert.RedisData
- 
- RedisEntityInformation<T,ID extends Serializable> - 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
- 
- RedisGeoCommands.GeoLocation<T> - Class in org.springframework.data.redis.connection
- 
- RedisGeoCommands.GeoRadiusCommandArgs - Class in org.springframework.data.redis.connection
- 
- 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. 
- RedisIndexDefinition - Class in org.springframework.data.redis.core.index
- 
- 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 RedisInvalidSubscriptionExceptioninstance.
 
- RedisInvalidSubscriptionException(String) - Constructor for exception org.springframework.data.redis.connection.RedisInvalidSubscriptionException
- 
Constructs a new RedisInvalidSubscriptionExceptioninstance.
 
- RedisKeyCommands - Interface in org.springframework.data.redis.connection
- 
Key-specific commands supported by Redis. 
- RedisKeyExpiredEvent<T> - Class in org.springframework.data.redis.core
- 
- 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
- 
- RedisKeyspaceEvent(byte[]) - Constructor for class org.springframework.data.redis.core.RedisKeyspaceEvent
- 
- RedisKeyspaceEvent(String, byte[]) - Constructor for class org.springframework.data.redis.core.RedisKeyspaceEvent
- 
- RedisKeyValueAdapter - Class in org.springframework.data.redis.core
- 
Redis specific KeyValueAdapterimplementation.
 
- 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<?, ?>, RedisConverter) - Constructor for class org.springframework.data.redis.core.RedisKeyValueAdapter
- 
- 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
- 
- 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
- 
- 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 RedisListenerExecutionFailedExceptioninstance.
 
- RedisListenerExecutionFailedException(String) - Constructor for exception org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
- 
Constructs a new RedisListenerExecutionFailedExceptioninstance.
 
- 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
- 
- RedisMappingContext() - Constructor for class org.springframework.data.redis.core.mapping.RedisMappingContext
- 
- RedisMappingContext(MappingConfiguration) - Constructor for class org.springframework.data.redis.core.mapping.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
- 
- 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. 
- RedisPersistentEntity<T> - Interface in org.springframework.data.redis.core.mapping
- 
- RedisPersistentProperty - Class in org.springframework.data.redis.core.mapping
- 
- RedisPersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, KeyValuePersistentProperty>, 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 RedisPipelineExceptioninstance.
 
- RedisPipelineException(Exception, List<Object>) - Constructor for exception org.springframework.data.redis.connection.RedisPipelineException
- 
Constructs a new RedisPipelineExceptioninstance using a default message.
 
- RedisPipelineException(Exception) - Constructor for exception org.springframework.data.redis.connection.RedisPipelineException
- 
Constructs a new RedisPipelineExceptioninstance 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 RedisPipelineExceptioninstance.
 
- RedisProperties - Class in org.springframework.data.redis.support.collections
- 
- RedisProperties(BoundHashOperations<String, String, String>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
- 
Constructs a new RedisPropertiesinstance.
 
- RedisProperties(String, RedisOperations<String, ?>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
- 
Constructs a new RedisPropertiesinstance.
 
- RedisProperties(Properties, BoundHashOperations<String, String, String>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
- 
Constructs a new RedisPropertiesinstance.
 
- RedisProperties(Properties, String, RedisOperations<String, ?>) - Constructor for class org.springframework.data.redis.support.collections.RedisProperties
- 
Constructs a new RedisPropertiesinstance.
 
- 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
- 
- RedisRepositoryBean(Bean<KeyValueOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.redis.repository.cdi.RedisRepositoryBean
- 
- 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
- 
- 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
- 
- RedisRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean
- 
- RedisScript<T> - Interface in org.springframework.data.redis.core.script
- 
- 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
- 
- RedisSentinelConfiguration() - Constructor for class org.springframework.data.redis.connection.RedisSentinelConfiguration
- 
- RedisSentinelConfiguration(String, Set<String>) - Constructor for class org.springframework.data.redis.connection.RedisSentinelConfiguration
- 
- RedisSentinelConfiguration(PropertySource<?>) - Constructor for class org.springframework.data.redis.connection.RedisSentinelConfiguration
- 
- RedisSentinelConnection - Interface in org.springframework.data.redis.connection
-  
- 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
- 
- 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. 
- 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
- 
SETcommand arguments forNX,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 RedisSubscribedConnectionExceptioninstance.
 
- RedisSubscribedConnectionException(String) - Constructor for exception org.springframework.data.redis.connection.RedisSubscribedConnectionException
- 
Constructs a new RedisSubscribedConnectionExceptioninstance.
 
- 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 RedisTemplateinstance.
 
- 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.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
- 
- ReferenceResolverImpl - Class in org.springframework.data.redis.core.convert
- 
- 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
-  
- registerConvertersIn(GenericConversionService) - Method in class org.springframework.data.redis.core.convert.CustomConversions
- 
- 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 countoccurrences ofvaluefrom the list stored at the bound key.
 
- remove(Object...) - Method in interface org.springframework.data.redis.core.BoundSetOperations
- 
Remove given valuesfrom set at the bound key and return the number of removed elements.
 
- remove(Object...) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Remove valuesfrom sorted set.
 
- remove() - Method in class org.springframework.data.redis.core.ConvertingCursor
-  
- remove(K, long, Object) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Removes the first countoccurrences ofvaluefrom the list stored atkey.
 
- remove() - Method in class org.springframework.data.redis.core.ScanCursor
-  
- remove(K, Object...) - Method in interface org.springframework.data.redis.core.SetOperations
- 
Remove given valuesfrom set atkeyand return the number of removed elements.
 
- remove(K, Object...) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Remove valuesfrom 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 startandendfrom sorted set with the bound key.
 
- removeRange(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Remove elements in range between startandendfrom sorted set withkey.
 
- removeRangeByScore(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Remove elements with scores between minandmaxfrom sorted set with the bound key.
 
- removeRangeByScore(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Remove elements with scores between minandmaxfrom sorted set withkey.
 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- rename(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- rename(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- rename(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- rename(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- rename(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Rename key oldNametonewName.
 
- rename(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- rename(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Rename key oleNametonewName.
 
- 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.RedisOperations
- 
Rename key oldKeytonewKey.
 
- 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.RedisOperations
- 
Rename key oleNametonewKeyonly ifnewKeydoes not exist.
 
- renameIfAbsent(K, K) - Method in class org.springframework.data.redis.core.RedisTemplate
-  
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- renameNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- renameNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- renameNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- renameNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- renameNX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Rename key oldNametonewNameonly ifnewNamedoes not exist.
 
- renameNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- renameNX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Rename key oleNametonewNameonly ifnewNamedoes 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
-  
- repliesToBooleanList() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- repliesToBytesList() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- repliesToBytesMap() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- repliesToBytesSet() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- repliesToStringList() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- repliesToTimeAsLong() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- repliesToTupleSet() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- replyToListOfRedisClientInfo() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- replyToString() - Static method in class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- requiresArguments() - Method in enum org.springframework.data.redis.core.RedisCommand
-  
- requiresExactNumberOfArguments() - Method in enum org.springframework.data.redis.core.RedisCommand
-  
- resetConfigStats() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- resetConfigStats() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- resetConfigStats(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- resetConfigStats() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- resetConfigStats() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- resetConfigStats() - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- resetConfigStats(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- resetConfigStats() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- resetConfigStats(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- resetConfigStats() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Reset statistic counters on server. 
- resetConfigStats() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- restore(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- restore(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- restore(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- restore(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- restore(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
- restore(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- restore(K, byte[], long, TimeUnit) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
- 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(JRedis) - Method in class org.springframework.data.redis.connection.jredis.JredisPool
- 
Deprecated. 
- 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(KeyValuePersistentProperty) - Method in class org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
-  
- returnResource(JRedis) - Method in class org.springframework.data.redis.connection.jredis.JredisPool
- 
Deprecated. 
- 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 
- reverseRange(long, long) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Get elements in range from starttoendfrom 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 starttoendfrom 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
-  
- reverseRangeByScore(double, double) - Method in interface org.springframework.data.redis.core.BoundZSetOperations
- 
Get elements where score is between minandmaxfrom sorted set ordered from high to low.
 
- reverseRangeByScore(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Get elements where score is between minandmaxfrom 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 starttoendwhere score is betweenminandmaxfrom
 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
- 
- reverseRangeByScoreWithScores(K, double, double) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
- 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
- 
- reverseRangeWithScores(K, long, long) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
- 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 valuein 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 valuein 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. 
- 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 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.
 
- rightPopAndLeftPush(K, K) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Remove the last element from list at sourceKey, append it todestinationKeyand 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 todstKeyand return its value.
 
- rightPush(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Append valueto the bound key.
 
- rightPush(V, V) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Append valuesto the bound key beforevalue.
 
- rightPush(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Append valuetokey.
 
- rightPush(K, V, V) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Append valuestokeybeforevalue.
 
- rightPushAll(V...) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Append valuesto the bound key.
 
- rightPushAll(K, V...) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Append valuestokey.
 
- rightPushAll(K, Collection<V>) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Append valuestokey.
 
- rightPushIfPresent(V) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Append valuesto the bound key only if the list exists.
 
- rightPushIfPresent(K, V) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Append valuestokeyonly if the list exists.
 
- roleReportedTime() - Method in class org.springframework.data.redis.connection.RedisServer
-  
- rPop(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- rPop(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- rPop(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- rPop(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- rPop(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- rPop(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- rPop(byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Removes and returns last element in list stored at key.
 
- rPop(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- rPopLPush(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- rPopLPush(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- rPopLPush(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- rPopLPush(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- rPopLPush(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- rPopLPush(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- rPopLPush(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Remove the last element from list at srcKey, append it todstKeyand return its value.
 
- rPopLPush(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- rPopLPush(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Remove the last element from list at srcKey, append it todstKeyand return its value.
 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- rPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- rPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- rPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- rPush(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Append valuestokey.
 
- rPush(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- rPush(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Append valuestokey.
 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- rPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- rPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- rPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- rPushX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisListCommands
- 
Append valuestokeyonly if the list exists.
 
- rPushX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- rPushX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Append valuestokeyonly if the list exists.
 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sAdd(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Add given valuesto set atkey.
 
- sAdd(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sAdd(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Add given valuesto set atkey.
 
- save() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- save() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- save(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- save() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- save() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- save(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- save() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- save(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- save() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Synchronous save current db snapshot on server. 
- save() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- scan(ScanOptions) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- scan() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- scan(ScanOptions) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- scan(long, ScanOptions) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- scan(ScanOptions) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- scan(long, ScanOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- scan() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- scan(ScanOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- scan(long, ScanOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- scan(ScanOptions) - Method in interface org.springframework.data.redis.connection.RedisKeyCommands
- 
Use a  Cursor to iterate over keys. 
- scan(ScanOptions) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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
- 
- ScanCursor(ScanOptions) - Constructor for class org.springframework.data.redis.core.ScanCursor
- 
- ScanCursor(long) - Constructor for class org.springframework.data.redis.core.ScanCursor
- 
- ScanCursor(long, ScanOptions) - Constructor for class org.springframework.data.redis.core.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
- 
- ScanOptions.ScanOptionsBuilder - Class in org.springframework.data.redis.core
-  
- ScanOptionsBuilder() - Constructor for class org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
-  
- sCard(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sCard(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sCard(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sCard(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sCard(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sCard(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sCard(byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Get size of set at key.
 
- sCard(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 valuefrom sorted set with key the bound key.
 
- score(K, Object) - Method in interface org.springframework.data.redis.core.ZSetOperations
- 
Get the score of element with valuefrom sorted set with keykey.
 
- 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
-  
- scriptBytes(RedisScript<?>) - Method in class org.springframework.data.redis.core.script.DefaultScriptExecutor
-  
- ScriptExecutor<K> - Interface in org.springframework.data.redis.core.script
- 
- scriptExists(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- scriptExists(String...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- scriptExists(String...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- scriptExists(String...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- scriptExists(String...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- scriptExists(String...) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
- 
Check if given scriptShasexist in script cache.
 
- scriptExists(String...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- scriptFlush() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- scriptFlush() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- scriptFlush() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- scriptFlush() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- scriptFlush() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- scriptFlush() - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
- 
Flush lua script cache. 
- scriptFlush() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- ScriptingException - Exception in org.springframework.data.redis.core.script
- 
- ScriptingException(String, Throwable) - Constructor for exception org.springframework.data.redis.core.script.ScriptingException
- 
Constructs a new ScriptingExceptioninstance.
 
- ScriptingException(String) - Constructor for exception org.springframework.data.redis.core.script.ScriptingException
- 
Constructs a new ScriptingExceptioninstance.
 
- scriptKill() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- scriptKill() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- scriptKill() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- scriptKill() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- scriptKill() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- scriptKill() - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
- 
Kill current lua script execution. 
- scriptKill() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
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 class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- scriptLoad(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- scriptLoad(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- scriptLoad(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- scriptLoad(byte[]) - Method in interface org.springframework.data.redis.connection.RedisScriptingCommands
- 
Load lua script into scripts cache, without executing it. 
- scriptLoad(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- scriptLoad(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Load lua script into scripts cache, without executing it. 
- sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sDiff(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sDiff(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Diff all sets for given keys.
 
- sDiff(byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sDiff(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Diff all sets for given keys.
 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sDiffStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sDiffStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sDiffStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sDiffStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sDiffStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Diff all sets for given keysand store result indestKey.
 
- sDiffStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sDiffStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Diff all sets for given keysand store result indestKey.
 
- seconds(long) - Static method in class org.springframework.data.redis.core.types.Expiration
- 
- secondsToTimeUnit(long, TimeUnit) - Static method in class org.springframework.data.redis.connection.convert.Converters
- 
- secondsToTimeUnit(TimeUnit) - Static method in class org.springframework.data.redis.connection.convert.Converters
- 
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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.
 
- select(int) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 SerializationExceptioninstance.
 
- SerializationException(String) - Constructor for exception org.springframework.data.redis.serializer.SerializationException
- 
Constructs a new SerializationExceptioninstance.
 
- 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.JacksonJsonRedisSerializer
- 
Deprecated. 
- 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
-  
- 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 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- set(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- set(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- set(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- set(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Set valueforkey.
 
- set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Set valueforkeyapplying timeouts fromexpirationif set and inserting/updating values
 depending onoption.
 
- set(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- set(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set valueforkey.
 
- set(String, String, Expiration, RedisStringCommands.SetOption) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set valueforkeyapplying timeouts fromexpirationif set and inserting/updating values
 depending onoption.
 
- set(long, V) - Method in interface org.springframework.data.redis.core.BoundListOperations
- 
Set the valuelist element atindex.
 
- set(V) - Method in interface org.springframework.data.redis.core.BoundValueOperations
- 
Set valuefor the bound key.
 
- set(V, long, TimeUnit) - Method in interface org.springframework.data.redis.core.BoundValueOperations
- 
Set the valueand expirationtimeoutfor 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 offsetwith givenvalue.
 
- set(K, long, V) - Method in interface org.springframework.data.redis.core.ListOperations
- 
Set the valuelist element atindex.
 
- 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, V) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Set valueforkey.
 
- set(K, V, long, TimeUnit) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Set the valueand expirationtimeoutforkey.
 
- set(K, V, long) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Overwrite parts of keystarting at the specifiedoffsetwith givenvalue.
 
- 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
- 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setBit(String, long, boolean) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setBit(byte[], long, boolean) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- setBit(byte[], long, boolean) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- setBit(byte[], long, boolean) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- setBit(byte[], long, boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- setBit(byte[], long, boolean) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Sets the bit at offsetin value stored atkey.
 
- setBit(byte[], long, boolean) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- setBit(String, long, boolean) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Sets the bit at offsetin value stored atkey.
 
- setBit(K, long, boolean) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Sets the bit at offsetin value stored atkey.
 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setClientName(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setClientName(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- setClientName(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- setClientName(String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Sets the client name used by this connection factory. 
- setClientName(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- setClientName(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- setClientName(byte[]) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Assign given name to current connection. 
- setClientName(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 ClientResourcesto reuse the client infrastructure.
 
- setClientResources(ClientResources) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Sets the ClientResourcesto reuse the client infrastructure.
 
- setClusterNodes(Iterable<RedisNode>) - Method in class org.springframework.data.redis.connection.RedisClusterConfiguration
- 
Set cluster nodes to connect to. 
- setConfig(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setConfig(String, String) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- setConfig(RedisClusterNode, String, String) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- setConfig(String, String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- setConfig(String, String) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- setConfig(String, String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- setConfig(RedisClusterNode, String, String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- setConfig(String, String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- setConfig(RedisClusterNode, String, String) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- setConfig(String, String) - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Set server configuration for paramtovalue.
 
- setConfig(String, String) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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. 
- setConvertPipelineAndTxResults(boolean) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. Specifies if pipelined results should be converted to the expected data type. 
- setConvertPipelineAndTxResults(boolean) - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. Specifies if pipelined results should be converted to the expected data type. 
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.redis.core.convert.MappingRedisConverter
- 
- setDatabase(int) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Sets the index of the database used by this connection factory. 
- setDatabase(int) - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. Sets the index of the database used by this connection factory. 
- 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. 
- 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  trueRedisTemplate 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setEx(String, long, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- setEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- setEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- setEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- setEx(byte[], long, byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Set the valueand expiration insecondsforkey.
 
- setEx(byte[], long, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- setEx(String, long, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set the valueand expiration insecondsforkey.
 
- 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 KeySpaceResolverto 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
- 
Sets the Redis hostName. 
- setHostName(String) - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. Sets the Redis host name for this factory. 
- 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
- 
Sets the host. 
- setHostName(String) - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. Sets the host. 
- 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 valueif the bound key is absent.
 
- setIfAbsent(K, V) - Method in interface org.springframework.data.redis.core.ValueOperations
- 
Set keyto hold the stringvalueifkeyis absent.
 
- 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  trueRedisCacheManager 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 MOVEDorASK.
 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setNX(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- setNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- setNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- setNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- setNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- setNX(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Set valueforkey, only ifkeydoes not exist.
 
- setNX(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- setNX(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Set valueforkey, only ifkeydoes not exist.
 
- setObjectMapper(ObjectMapper) - Method in class org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
- 
Sets the ObjectMapperfor this view.
 
- setObjectMapper(ObjectMapper) - Method in class org.springframework.data.redis.serializer.JacksonJsonRedisSerializer
- 
Deprecated. Sets the ObjectMapperfor 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
- 
Sets the password used for authenticating with the Redis server. 
- setPassword(String) - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. Sets the password used for authenticating with the Redis server. 
- 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
- 
Sets the password used for authenticating with the Redis server. 
- setPassword(String) - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. Sets the password used for authenticating with the Redis server. 
- setPoolConfig(JedisPoolConfig) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Sets the pool configuration for this factory. 
- setPoolConfig(GenericObjectPoolConfig) - Method in class org.springframework.data.redis.connection.lettuce.DefaultLettucePool
-  
- setPort(int) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Sets the port used to connect to the Redis instance. 
- setPort(int) - Method in class org.springframework.data.redis.connection.jredis.JredisConnectionFactory
- 
Deprecated. Sets the Redis port. 
- 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
- 
Sets the port. 
- setPort(int) - Method in class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. Sets the port. 
- setQuorum(Long) - Method in class org.springframework.data.redis.connection.RedisServer
-  
- 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(byte[], byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- setRange(byte[], byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- setRange(byte[], byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- setRange(byte[], byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- setRange(byte[], byte[], long) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Overwrite parts of keystarting at the specifiedoffsetwith givenvalue.
 
- setRange(byte[], byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- setRange(String, String, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Overwrite parts of keystarting at the specifiedoffsetwith givenvalue.
 
- 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
-  
- 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
- 
- 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
- 
Sets the shard info for this factory and apply SSL settings. 
- setShareNativeConnection(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
- setShutdownTimeout(long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Sets the shutdown timeout for shutting down the RedisClient (in milliseconds). 
- setStartTls(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Sets to issue StartTLS. 
- 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
- 
Sets the timeout. 
- 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
- 
Sets the connection timeout (in milliseconds). 
- 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
- 
- 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
- 
Turns on or off the use of connection pooling. 
- setUsePrefix(boolean) - Method in class org.springframework.data.redis.cache.RedisCacheManager
-  
- setUseSsl(boolean) - Method in class org.springframework.data.redis.connection.jedis.JedisConnectionFactory
- 
Sets whether to use SSL. 
- setUseSsl(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
Sets to use SSL connection. 
- setValidateConnection(boolean) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
- 
- 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
- 
Sets to use verify certificate validity/hostname check when SSL is used. 
- sha1DigestAsHex(String) - Static method in class org.springframework.data.redis.core.script.DigestUtils
- 
Returns the SHA1 of the provided data 
- shutdown() - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- shutdown(RedisServerCommands.ShutdownOption) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- shutdown() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- shutdown(RedisClusterNode) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- shutdown(RedisServerCommands.ShutdownOption) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- shutdown() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- shutdown(RedisServerCommands.ShutdownOption) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- shutdown() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- shutdown(RedisServerCommands.ShutdownOption) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- shutdown(RedisClusterNode) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- shutdown() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- shutdown(RedisServerCommands.ShutdownOption) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- shutdown(RedisClusterNode) - Method in interface org.springframework.data.redis.connection.RedisClusterConnection
-  
- 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() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- shutdown(RedisServerCommands.ShutdownOption) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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
-  
- SimpleIndexDefinition - Class in org.springframework.data.redis.core.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
- 
- sInter(byte[]...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sInter(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sInter(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sInter(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sInter(byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sInter(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sInter(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sInter(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Returns the members intersecting all given sets at keys.
 
- sInter(byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sInterStore(String, String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sInterStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Intersect all given sets at keysand store result indestKey.
 
- sInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sInterStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Intersect all given sets at keysand store result indestKey.
 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sIsMember(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sIsMember(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sIsMember(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sIsMember(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Check if set at keycontainsvalue.
 
- sIsMember(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sIsMember(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Check if set at keycontainsvalue.
 
- 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 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(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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- slaveOf(String, int) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- slaveOf(String, int) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- slaveOf(String, int) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- slaveOf(String, int) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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 class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- slaveOfNoOne() - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- slaveOfNoOne() - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- slaveOfNoOne() - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- slaveOfNoOne() - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- slaveOfNoOne() - Method in interface org.springframework.data.redis.connection.RedisServerCommands
- 
Change server into master. 
- slaveOfNoOne() - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sMembers(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sMembers(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sMembers(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sMembers(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sMembers(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sMembers(byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Get all elements of set at key.
 
- sMembers(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sMembers(String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get all elements of set at key.
 
- 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(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sMove(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sMove(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sMove(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sMove(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sMove(byte[], byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Move valuefromsrcKeytodestKey
 
- sMove(byte[], byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sMove(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Move valuefromsrcKeytodestKey
 
- 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(byte[], SortParameters) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sort(byte[], SortParameters, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sort(byte[], SortParameters) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sort(byte[], SortParameters, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sort(byte[], SortParameters) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sort(byte[], SortParameters, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sort(byte[], SortParameters, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sort(byte[], SortParameters) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sort(byte[], SortParameters, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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 keyand store result instoreKey.
 
- sort(byte[], SortParameters) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sort(byte[], SortParameters, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 keyand store result instoreKey.
 
- 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(SortQuery<K>, BulkMapper<T, V>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
- sort(SortQuery<K>, BulkMapper<T, S>, RedisSerializer<S>) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
- sort(SortQuery<K>, K) - Method in interface org.springframework.data.redis.core.RedisOperations
- 
Sort the elements for queryand store result instoreKey.
 
- 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(String, String, String) - Constructor for class org.springframework.data.redis.core.index.SpelIndexDefinition
- 
- SpelIndexResolver - Class in org.springframework.data.redis.core.convert
- 
- SpelIndexResolver(RedisMappingContext) - Constructor for class org.springframework.data.redis.core.convert.SpelIndexResolver
- 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sPop(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sPop(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sPop(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sPop(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sPop(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sPop(byte[]) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Remove and return a random member from set at key.
 
- sPop(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 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(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sRandMember(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sRandMember(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sRandMember(byte[], long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sRandMember(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sRandMember(byte[], long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sRandMember(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sRandMember(byte[], long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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 countrandom elements from set atkey.
 
- sRandMember(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sRandMember(byte[], long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 countrandom elements from set atkey.
 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sRem(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Remove given valuesfrom set atkeyand return the number of removed elements.
 
- sRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sRem(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Remove given valuesfrom set atkeyand return the number of removed elements.
 
- SrpConnection - Class in org.springframework.data.redis.connection.srp
- 
- SrpConnection(String, int, BlockingQueue<SrpConnection>) - Constructor for class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- SrpConnection(String, int, String, BlockingQueue<SrpConnection>) - Constructor for class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- SrpConnectionFactory - Class in org.springframework.data.redis.connection.srp
- 
- SrpConnectionFactory() - Constructor for class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. Constructs a new SRedisConnectionFactoryinstance with default settings.
 
- SrpConnectionFactory(String, int) - Constructor for class org.springframework.data.redis.connection.srp.SrpConnectionFactory
- 
Deprecated. Constructs a new SRedisConnectionFactoryinstance with default settings.
 
- SrpConverters - Class in org.springframework.data.redis.connection.srp
- 
- SrpConverters() - Constructor for class org.springframework.data.redis.connection.srp.SrpConverters
- 
Deprecated. 
- SrpScriptReturnConverter - Class in org.springframework.data.redis.connection.srp
- 
- SrpScriptReturnConverter(ReturnType) - Constructor for class org.springframework.data.redis.connection.srp.SrpScriptReturnConverter
- 
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 class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sScan(byte[], long, ScanOptions) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sScan(byte[], long, ScanOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sScan(byte[], ScanOptions) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Use a  Cursor to iterate over elements in set at  key. 
- sScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sScan(String, ScanOptions) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Use a  Cursor to iterate over elements in set at  key. 
- start() - Method in class org.springframework.data.redis.listener.RedisMessageListenerContainer
-  
- startsWith(byte[], byte[]) - Static method in class org.springframework.data.redis.util.ByteUtils
- 
Tests if the haystackstarts with the givenprefix.
 
- startsWith(byte[], byte[], int) - Static method in class org.springframework.data.redis.util.ByteUtils
- 
Tests if the haystackbeginning at the specifiedoffsetstarts with the givenprefix.
 
- 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
-  
- 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
-  
- 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
- 
- 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 StringRedisTemplateinstance.
 
- StringRedisTemplate(RedisConnectionFactory) - Constructor for class org.springframework.data.redis.core.StringRedisTemplate
- 
Constructs a new StringRedisTemplateinstance ready to be used.
 
- stringSetToByteSet() - Static method in class org.springframework.data.redis.connection.jedis.JedisConverters
-  
- 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
- 
- StringToDataTypeConverter() - Constructor for class org.springframework.data.redis.connection.convert.StringToDataTypeConverter
-  
- StringToPropertiesConverter - Class in org.springframework.data.redis.connection.convert
- 
- 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
- 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- strLen(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- strLen(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- strLen(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- strLen(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- strLen(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- strLen(byte[]) - Method in interface org.springframework.data.redis.connection.RedisStringCommands
- 
Get the length of the value stored at key.
 
- strLen(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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.jredis.JredisConnection
- 
Deprecated. 
- 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, byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sUnion(String...) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- sUnion(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sUnion(byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sUnion(byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sUnion(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sUnion(byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sUnion(byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Union all sets at given keys.
 
- sUnion(byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sUnion(String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Union all sets at given keys.
 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- sUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- sUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- sUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
-  
- sUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- sUnionStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisSetCommands
- 
Union all sets at given keysand store result indestKey.
 
- sUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- sUnionStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Union all sets at given keysand store result indestKey.
 
- supports(Class<?>) - Static method in class org.springframework.data.redis.core.convert.Jsr310Converters
-  
- 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 
- 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.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() - 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 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() - 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
-  
- 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
- 
- 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
-  
- 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(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zAdd(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zAdd(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zAdd(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zAdd(byte[], double, byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Add valueto a sorted set atkey, or update itsscoreif it already exists.
 
- zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Add tuplesto a sorted set atkey, or update itsscoreif it already exists.
 
- zAdd(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zAdd(byte[], Set<RedisZSetCommands.Tuple>) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zAdd(String, double, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Add valueto a sorted set atkey, or update itsscoreif it already exists.
 
- zAdd(String, Set<StringRedisConnection.StringTuple>) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Add tuplesto a sorted set atkey, or update itsscoreif it already exists.
 
- zCard(byte[]) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- zCard(String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- zCard(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zCard(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zCard(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zCard(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zCard(byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get the size of sorted set with key.
 
- zCard(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 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(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zCount(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zCount(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zCount(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zCount(byte[], double, double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zCount(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zCount(byte[], double, double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zCount(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zCount(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Count number of elements within sorted set with scores between minandmax.
 
- zCount(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Count number of elements within sorted set with scores between Range#minandRange#max.
 
- zCount(byte[], double, double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zCount(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zCount(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Count number of elements within sorted set with scores between minandmax.
 
- 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(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zIncrBy(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zIncrBy(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zIncrBy(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zIncrBy(byte[], double, byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Increment the score of element with valuein sorted set byincrement.
 
- zIncrBy(byte[], double, byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zIncrBy(String, double, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Increment the score of element with valuein sorted set byincrement.
 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zInterStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Intersect sorted setsand store result in destinationkey.
 
- zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Intersect sorted setsand store result in destinationkey.
 
- zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zInterStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zInterStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Intersect sorted setsand store result in destinationkey.
 
- zInterStore(String, RedisZSetCommands.Aggregate, int[], String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Intersect sorted setsand store result in destinationkey.
 
- 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(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements between startandendfrom sorted set.
 
- zRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements between startandendfrom sorted set.
 
- 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(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByLex(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByLex(byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByLex(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByLex(byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByLex(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByLex(byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByLex(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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
- 
- zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
- zRangeByLex(byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByLex(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 Rangefrom 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 Rangefrom the sorted set at key in lexicographical ordering.
 
- 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(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScore(byte[], String, String) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScore(byte[], String, String, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScore(byte[], String, String) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScore(byte[], String, String, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScore(byte[], String, String) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScore(byte[], String, String, long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScore(byte[], String, String) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScore(byte[], String, String, long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScore(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements where score is between minandmaxfrom sorted set.
 
- zRangeByScore(byte[], double, double, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements in range from starttoendwhere score is betweenminandmaxfrom
 sorted set.
 
- zRangeByScore(byte[], String, String) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements where score is between minandmaxfrom sorted set.
 
- zRangeByScore(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements where score is between Range#minandRange#maxfrom sorted set.
 
- zRangeByScore(byte[], String, String, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements in range from starttoendwhere score is betweenminandmaxfrom
 sorted set.
 
- zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements in range from Limit#counttoLimit#offsetwhere score is betweenRange#minandRange#maxfrom sorted set.
 
- zRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScore(byte[], String, String) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScore(byte[], String, String, long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScore(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements where score is between minandmaxfrom sorted set.
 
- zRangeByScore(String, double, double, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements in range from starttoendwhere score is betweenminandmaxfrom
 sorted set.
 
- zRangeByScore(String, String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements where score is between minandmaxfrom sorted set.
 
- zRangeByScore(String, String, String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements in range from starttoendwhere score is betweenminandmaxfrom
 sorted set.
 
- 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(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
- zRangeByScoreWithScores(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
- zRangeByScoreWithScores(byte[], double, double, long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
- 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(byte[], double, double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeByScoreWithScores(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get set of Tuples where score is betweenminandmaxfrom sorted set.
 
- zRangeByScoreWithScores(String, double, double, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get set of Tuples in range fromstarttoendwhere score is betweenminandmaxfrom sorted set.
 
- 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(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRangeWithScores(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
- zRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRangeWithScores(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get set of Tuples betweenstartandendfrom sorted set.
 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRank(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Determine the index of element with valuein a sorted set.
 
- zRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRank(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Determine the index of element with valuein a sorted set.
 
- 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRem(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Remove valuesfrom sorted set.
 
- zRem(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRem(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Remove valuesfrom sorted set.
 
- 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 class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRemRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRemRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRemRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRemRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Remove elements in range between startandendfrom sorted set withkey.
 
- zRemRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRemRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Remove elements in range between startandendfrom sorted set withkey.
 
- 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(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRemRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRemRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRemRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRemRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRemRangeByScore(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Remove elements with scores between minandmaxfrom sorted set withkey.
 
- zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Remove elements with scores between Range#minandRange#maxfrom sorted set withkey.
 
- zRemRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRemRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRemRangeByScore(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Remove elements with scores between minandmaxfrom sorted set withkey.
 
- 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(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRange(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements in range from starttoendfrom sorted set ordered from high to low.
 
- zRevRange(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRange(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements in range from starttoendfrom sorted set ordered from high to low.
 
- 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(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScore(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get elements where score is between minandmaxfrom 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#minandRange#maxfrom 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 starttoendwhere score is betweenminandmaxfrom
 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#offsettoLimit#offset + Limit#countwhere score is betweenRange#minandRange#maxfrom sorted set ordered high -> low.
 
- zRevRangeByScore(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScore(byte[], double, double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScore(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScore(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get elements where score is between minandmaxfrom 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 starttoendwhere score is betweenminandmaxfrom
 sorted set ordered high -> low.
 
- 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(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeByScoreWithScores(byte[], double, double) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
- 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(byte[], double, double, long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(byte[], double, double) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeByScoreWithScores(String, double, double) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get set of Tuplewhere score is betweenminandmaxfrom 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 Tuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low.
 
- 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(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRangeWithScores(byte[], long, long) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
- zRevRangeWithScores(byte[], long, long) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRangeWithScores(String, long, long) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get set of Tuples in range fromstarttoendfrom sorted set ordered from high to low.
 
- 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(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zRevRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zRevRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zRevRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zRevRank(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Determine the index of element with valuein a sorted set when scored high to low.
 
- zRevRank(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zRevRank(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Determine the index of element with valuein a sorted set when scored high to low.
 
- 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 class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zScan(byte[], Long, ScanOptions) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zScan(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zScan(byte[], long, ScanOptions) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- 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(byte[], ScanOptions) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- 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 class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- zScore(String, String) - Method in class org.springframework.data.redis.connection.DefaultStringRedisConnection
-  
- zScore(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zScore(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zScore(byte[], byte[]) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zScore(byte[], byte[]) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zScore(byte[], byte[]) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Get the score of element with valuefrom sorted set with keykey.
 
- zScore(byte[], byte[]) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zScore(String, String) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Get the score of element with valuefrom sorted set with keykey.
 
- 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 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(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisClusterConnection
-  
- zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jedis.JedisConnection
-  
- zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.jredis.JredisConnection
- 
Deprecated. 
- zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.lettuce.LettuceConnection
-  
- zUnionStore(byte[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Union sorted setsand store result in destinationkey.
 
- zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in interface org.springframework.data.redis.connection.RedisZSetCommands
- 
Union sorted setsand store result in destinationkey.
 
- zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zUnionStore(byte[], byte[]...) - Method in class org.springframework.data.redis.connection.srp.SrpConnection
- 
Deprecated. 
- zUnionStore(String, String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Union sorted setsand store result in destinationkey.
 
- zUnionStore(String, RedisZSetCommands.Aggregate, int[], String...) - Method in interface org.springframework.data.redis.connection.StringRedisConnection
- 
Union sorted setsand store result in destinationkey.