Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbsentByteBufferResponse(I) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.AbsentByteBufferResponse
 
AbstractBitFieldSubCommand() - Constructor for class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
 
AbstractSubscription - Class in io.valkey.springframework.data.valkey.connection.util
Base implementation for a subscription handling the channel/pattern registration so subclasses only have to deal with the actual registration/unregistration.
AbstractSubscription(MessageListener) - Constructor for class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
AbstractSubscription(MessageListener, byte[][], byte[][]) - Constructor for class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
Constructs a new AbstractSubscription instance.
AbstractValkeyCollection<E> - Class in io.valkey.springframework.data.valkey.support.collections
Base implementation for ValkeyCollection.
AbstractValkeyCollection(String, ValkeyOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
Constructs a new AbstractValkeyCollection instance.
AbstractValkeyConnection - Class in io.valkey.springframework.data.valkey.connection
 
AbstractValkeyConnection() - Constructor for class io.valkey.springframework.data.valkey.connection.AbstractValkeyConnection
 
accumulateAndGet(double, DoubleBinaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically update the current value using the given accumulator function.
accumulateAndGet(int, IntBinaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically update the current value using the given accumulator function.
accumulateAndGet(long, LongBinaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically update the current value using the given accumulator function.
acknowledge(String, Record<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Acknowledge the given record as processed.
acknowledge(String, Record<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Acknowledge the given record as processed.
acknowledge(String, String...) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Acknowledge one or more records as processed.
acknowledge(K, String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Acknowledge one or more records as processed.
acknowledge(K, String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Acknowledge one or more records as processed.
acknowledge(K, String, String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Acknowledge one or more records as processed.
acknowledge(K, String, String...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Acknowledge one or more records as processed.
add(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
add(int, E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
add(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
add(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
add(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
add(E) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Adds an element to the set with a default score.
add(E, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
add(E, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Adds an element to the set with the given score, or updates the score if the element exists.
add(MapRecord<K, ? extends HK, ? extends HV>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Append a record, backed by a Map holding the field/value pairs, to the stream.
add(MapRecord<K, ? extends HK, ? extends HV>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Append a record, backed by a Map holding the field/value pairs, to the stream.
add(MapRecord<K, ? extends HK, ? extends HV>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Append a record, backed by a Map holding the field/value pairs, to the stream with the specified options.
add(MapRecord<K, ? extends HK, ? extends HV>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Append a record, backed by a Map holding the field/value pairs, to the stream with the specified options.
add(Record<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Append the record, backed by the given value, to the stream.
add(Record<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Append the record, backed by the given value, to the stream.
add(Record<K, ?>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Append the record, backed by the given value, to the stream with the specified options.
add(Record<K, ?>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Append the record, backed by the given value, to the stream with the specified options.
add(ByteArrayWrapper) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
add(ValkeyGeoCommands.GeoLocation<M>) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
add(Iterable<ValkeyGeoCommands.GeoLocation<M>>) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
add(Map<HK, HV>) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Append a record to the stream key.
add(Map<HK, HV>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Append a record to the stream key with the specified options.
add(Map<M, Point>) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Add Map of member / Point pairs to key.
add(Set<ZSetOperations.TypedTuple<V>>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Add tuples to a sorted set at the bound key, or update its score if it already exists.
add(K, ValkeyGeoCommands.GeoLocation<M>) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
add(K, ValkeyGeoCommands.GeoLocation<M>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
add(K, Iterable<ValkeyGeoCommands.GeoLocation<M>>) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
add(K, Iterable<ValkeyGeoCommands.GeoLocation<M>>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
add(K, Map<? extends HK, ? extends HV>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Append a record to the stream key.
add(K, Map<? extends HK, ? extends HV>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Append a record to the stream key.
add(K, Map<? extends HK, ? extends HV>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Append a record to the stream key with the specified options.
add(K, Map<? extends HK, ? extends HV>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Append a record to the stream key with the specified options.
add(K, Map<M, Point>) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Add Map of member / Point pairs to key.
add(K, Map<M, Point>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Add Map of member / Point pairs to key.
add(K, Set<ZSetOperations.TypedTuple<V>>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Add tuples to a sorted set at key, or update its score if it already exists.
add(K, Publisher<? extends Collection<ValkeyGeoCommands.GeoLocation<M>>>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
add(K, Publisher<? extends Map<? extends HK, ? extends HV>>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Append one or more records to the stream key.
add(K, Point, M) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Add Point with given member name to key.
add(K, Point, M) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Add Point with given member name to key.
add(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.HyperLogLogOperations
Adds the given values to the key.
add(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHyperLogLogOperations
Adds the given values to the key.
add(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Add given values to set at key.
add(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Add given values to set at key.
add(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Add value to a sorted set at key, or update its score if it already exists.
add(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Add value to a sorted set at key, or update its score if it already exists.
add(Point, M) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Add Point with given member name to key.
add(V...) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Add given values to set at the bound key.
add(V, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Add value to a sorted set at the bound key, or update its score if it already exists.
addAll(int, Collection<? extends E>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
addAll(Iterable<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
addAll(Collection<? extends E>) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
addAll(Collection<? extends ByteArrayWrapper>) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
addAll(K, Collection<? extends ZSetOperations.TypedTuple<V>>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Add tuples to a sorted set at key, or update their score if it already exists.
addAndGet(double) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically add the given value to current value.
addAndGet(int) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically add the given value to current value.
addAndGet(long) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically add the given value to current value.
addCacheKeyConverter(Converter<?, String>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Adds a Converter to extract the String representation of a cache key if no suitable Object.toString() method is present.
addClusterNode(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
Add a cluster node to configuration.
addCondition(IndexDefinition.Condition<?>) - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
addFirst(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
addFirst(E) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
addGetPattern(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
addIfAbsent(E) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Adds an element to the set using the default score if the element does not already exists.
addIfAbsent(E, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
addIfAbsent(E, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Adds an element to the set with the given score if the element does not already exists.
addIfAbsent(Set<ZSetOperations.TypedTuple<V>>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Add tuples to a sorted set at the bound key if it does not already exists.
addIfAbsent(K, Set<ZSetOperations.TypedTuple<V>>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Add tuples to a sorted set at key if it does not already exists.
addIfAbsent(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Add value to a sorted set at key if it does not already exists.
addIfAbsent(V, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Add value to a sorted set at the bound key if it does not already exists.
addIndexDefinition(IndexDefinition) - Method in class io.valkey.springframework.data.valkey.core.index.IndexConfiguration
 
addIndexDefinition(IndexDefinition) - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinitionRegistry
Add given IndexDefinition.
addIndexedData(IndexedData) - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
addIndexedData(Collection<IndexedData>) - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
addKeyspaceSettings(KeyspaceConfiguration.KeyspaceSettings) - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration
addLast(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
addLast(E) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
addMessageListener(MessageListener, Topic) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Adds a message listener to the (potentially running) container.
addMessageListener(MessageListener, Collection<? extends Topic>) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Adds a message listener to the (potentially running) container.
addNode(String, int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
Add a node to the list of nodes given hostName.
ADDRESS_PORT - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
addSentinel(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
Add sentinel.
addSlots(ValkeyClusterNode, int...) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Add slots to given node;
addSlots(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Add slots in ValkeyClusterNode.SlotRange to given node.
after(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
Applies the after pivot.
AFTER - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Position
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Initialize the factory by pre-creating a pool of client instances if early startup is enabled.
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.core.ValkeyAccessor
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.serializer.OxmSerializer
 
afterPropertiesSet() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
 
Aggregate - Enum Class in io.valkey.springframework.data.valkey.connection.zset
Sort aggregation operations.
aggregateUsing(Aggregate) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
Applies a specific Aggregate function.
aggregateUsing(Aggregate) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
Applies a specific Aggregate function.
aggregateUsing(Aggregate) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies a specific Aggregate function.
aggregateUsing(Aggregate) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies a specific Aggregate function.
all() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to delete all values.
allChanged() - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
allMach(Predicate<ExpireChanges.ExpiryChangeState>) - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
allOk() - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
allowCreateOnMissingCache(boolean) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Configure whether to allow cache creation at runtime.
alpha() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
alphabetical(boolean) - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
alphabetical(boolean) - Method in interface io.valkey.springframework.data.valkey.core.query.SortCriterion
 
ALWAYS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ExpirationOptions.Condition
Always apply expiration.
and() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
and() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
and() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
and() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
and() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
and(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
Applies the to member.
and(Part, ValkeyOperationChain, Iterator<Object>) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyQueryCreator
 
AND - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.BitOperation
 
andSaveAs(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitOpCommand
Applies the key to store the result at.
ANONYMOUS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory.AbsentValkeyCredentials
 
any() - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs.GeoCommandFlag
 
ANY - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs.Flag
 
append(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
append(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
append(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
append(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Append a value to key.
append(String) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Append a value to the bound key.
append(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
append(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Append a value to key.
append(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.AppendCommand
Applies the value to append.
append(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Append a value to key.
append(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Append a value to key.
append(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Append a value to key.
append(Publisher<ReactiveStringCommands.AppendCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
APPEND - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
appendSortParameters(List<Object>, SortParameters) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Append sort parameters to the command arguments.
apply(RedisURI) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Apply SSL settings, command timeout, and client name from a RedisURI.
apply(Function<Double, Double>) - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
Creates a new Weights object that contains all weights with Function applied.
applyExpiration(byte[], Expiration, ExpirationOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
 
applyExpiration(String, Expiration, ExpirationOptions, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
applyExpiration(Publisher<ReactiveKeyCommands.ExpireCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Expire a List of field after a given Duration of time, measured in milliseconds, has passed.
applyHashFieldExpiration(byte[], Expiration, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Apply a given Expiration to the given fields.
applyHashFieldExpiration(byte[], Expiration, ExpirationOptions, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
applyHashFieldExpiration(byte[], Expiration, ExpirationOptions, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
applyHashFieldExpiration(byte[], Expiration, ExpirationOptions, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
 
applyHashFieldExpiration(Publisher<ReactiveHashCommands.HashExpireCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a List of field after a given Duration of time, measured in milliseconds, has passed.
applyWeights(Weights) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
Applies the Weights.
applyWeights(Weights) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
Applies the Weights.
applyWeights(Weights) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies the Weights.
applyWeights(Weights) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies the Weights.
applyWeights(List<Double>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
Applies the List of weights.
applyWeights(List<Double>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
Applies the List of weights.
applyWeights(List<Double>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies the Collection of weights.
applyWeights(List<Double>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies the List of weights.
approximate() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.TrimCommand
Applies approximate trimming.
approximate(boolean) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.TrimCommand
Applies approximateTrimming.
approximateTrimming(boolean) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
Apply efficient trimming for capped streams using the ~ flag.
approximateTrimming(boolean) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
Apply efficient trimming for capped streams using the ~ flag.
as(Consumer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
Applies a Consumer.
asc() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
ASC - Enum constant in enum class io.valkey.springframework.data.valkey.connection.SortParameters.Order
 
asMap() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Key/value pairs contained in the Bucket.
asRawSet() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
asString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
Get the Valkey Command representation.
asString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
 
asString() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
ASYNC - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.FlushOption
 
at(ReadOffset) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
at(GeoReference<ByteBuffer>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchCommand
Sets the geoset key.
at(GeoReference<ByteBuffer>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
Sets the geoset key.
atOffset(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.GetBitCommand
Applies the offset index.
atOffset(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetBitCommand
Applies the offset index.
atPosition(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetRangeCommand
Applies the index.
AUTH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
autoAcknowledge() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
Enable auto-acknowledgement by setting the NOACK flag when reading in the context of a consumer group.
autoAcknowledge(boolean) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder
Configure auto-acknowledgement for stream message consumption.
autoGenerate() - Static method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
Obtain the RecordId signalling the server to auto generate an entry-id on insert (XADD).
await(Duration) - Method in interface io.valkey.springframework.data.valkey.stream.Subscription
Synchronous, blocking call returns once the Subscription becomes active or timeout exceeds.
awaitStart(Duration) - Method in interface io.valkey.springframework.data.valkey.stream.Task
Synchronous, blocking call that awaits until this Task becomes active.

B

basePackageClasses() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Type-safe alternative to EnableValkeyRepositories.basePackages() for specifying the packages to scan for annotated components.
basePackages() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Base packages to scan for annotated components.
BasicValkeyPersistentEntity<T> - Class in io.valkey.springframework.data.valkey.core.mapping
ValkeyPersistentEntity implementation.
BasicValkeyPersistentEntity(TypeInformation<T>, KeySpaceResolver, TimeToLiveAccessor) - Constructor for class io.valkey.springframework.data.valkey.core.mapping.BasicValkeyPersistentEntity
batchSize(int) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a batch size for the COUNT option during reading.
batchSize(int) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a batch size for the COUNT option during reading.
BatchStrategies - Class in io.valkey.springframework.data.valkey.cache
Collection of predefined BatchStrategy implementations using the Valkey KEYS or SCAN command.
BatchStrategy - Interface in io.valkey.springframework.data.valkey.cache
A BatchStrategy to be used with ValkeyCacheWriter.
beanManager - Variable in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
BeanUtilsHashMapper<T> - Class in io.valkey.springframework.data.valkey.hash
HashMapper based on Apache Commons BeanUtils project.
BeanUtilsHashMapper(Class<T>) - Constructor for class io.valkey.springframework.data.valkey.hash.BeanUtilsHashMapper
Create a new BeanUtilsHashMapper for the given type.
before(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
Applies the before pivot.
BEFORE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Position
 
between(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
Applies the from member.
bgReWriteAof() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bgReWriteAof() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bgReWriteAof() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Start an Append Only File rewrite process on server.
bgReWriteAof() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
bgReWriteAof() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
bgReWriteAof() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Start an Append Only File rewrite process on server.
bgReWriteAof(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
bgReWriteAof(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Start an Append Only File rewrite process on the specific server.
bgReWriteAof(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
bgReWriteAof(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
bgReWriteAof(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Start an Append Only File rewrite process on given node.
BGREWRITEAOF - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
bgSave() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bgSave() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bgSave() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Start background saving of db on server.
bgSave() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
bgSave() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
bgSave() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Start background saving of db on server.
bgSave(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
bgSave(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Start background saving of db on server.
bgSave(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
bgSave(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
bgSave(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Start background saving of db on given node.
BGSAVE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
bindConnection(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Obtain a ValkeyConnection from the given ValkeyConnectionFactory and binds the connection to the current thread to be used in closure-scope, if none is already bound.
bindConnection(ValkeyConnectionFactory, boolean) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Obtain a ValkeyConnection from the given ValkeyConnectionFactory and binds the connection to the current thread to be used in closure-scope, if none is already bound.
bit(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.GetBitCommand
Creates a new ReactiveStringCommands.GetBitCommand given a key.
bit(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetBitCommand
Creates a new ReactiveStringCommands.SetBitCommand given a key.
bitCount(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bitCount(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitCount(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
bitCount(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Count the number of set bits (population counting) in value stored at key.
bitCount(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bitCount(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitCount(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
bitCount(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Count the number of set bits (population counting) of value stored at key between start and end.
bitCount(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitCount(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Count the number of set bits (population counting) in value stored at key.
bitCount(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitCount(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Count the number of set bits (population counting) of value stored at key between start and end.
bitCount(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Count the number of set bits (population counting) in value stored at key.
bitCount(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitCountCommand
Creates a new ReactiveStringCommands.BitCountCommand given a key.
bitCount(ByteBuffer, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Count the number of set bits (population counting) of value stored at key between start and end.
bitCount(Publisher<ReactiveStringCommands.BitCountCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Count the number of set bits (population counting) of value stored at key between start and end.
BITCOUNT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
bitfield(String, BitFieldSubCommands) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitfield(String, BitFieldSubCommands) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
bitField(byte[], BitFieldSubCommands) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bitField(byte[], BitFieldSubCommands) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitField(byte[], BitFieldSubCommands) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
bitField(byte[], BitFieldSubCommands) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
bitField(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitFieldCommand
Creates a new ReactiveStringCommands.BitFieldCommand given a key.
bitField(ByteBuffer, BitFieldSubCommands) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
bitField(K, BitFieldSubCommands) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
bitField(K, BitFieldSubCommands) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
bitField(Publisher<ReactiveStringCommands.BitFieldCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored at a given key.
BitFieldGet() - Constructor for class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldGet
 
BitFieldIncrBy() - Constructor for class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
 
BitFieldSet() - Constructor for class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
 
BitFieldSubCommands - Class in io.valkey.springframework.data.valkey.connection
The actual BITFIELD command representation holding several BitFieldSubCommands.BitFieldSubCommands to execute.
BitFieldSubCommands.AbstractBitFieldSubCommand - Class in io.valkey.springframework.data.valkey.connection
 
BitFieldSubCommands.BitFieldGet - Class in io.valkey.springframework.data.valkey.connection
The GET sub command used with BitFieldSubCommands.
BitFieldSubCommands.BitFieldGetBuilder - Class in io.valkey.springframework.data.valkey.connection
 
BitFieldSubCommands.BitFieldIncrBy - Class in io.valkey.springframework.data.valkey.connection
The INCRBY sub command used with BitFieldSubCommands.
BitFieldSubCommands.BitFieldIncrBy.Overflow - Enum Class in io.valkey.springframework.data.valkey.connection
 
BitFieldSubCommands.BitFieldIncrByBuilder - Class in io.valkey.springframework.data.valkey.connection
 
BitFieldSubCommands.BitFieldSet - Class in io.valkey.springframework.data.valkey.connection
The SET sub command used with BitFieldSubCommands.
BitFieldSubCommands.BitFieldSetBuilder - Class in io.valkey.springframework.data.valkey.connection
 
BitFieldSubCommands.BitFieldSubCommand - Interface in io.valkey.springframework.data.valkey.connection
Sub command to be used as part of BitFieldSubCommands.
BitFieldSubCommands.BitFieldType - Class in io.valkey.springframework.data.valkey.connection
The actual Valkey bitfield type representation for signed and unsigned integers used with BitFieldSubCommands.BitFieldSubCommand.
BitFieldSubCommands.Offset - Class in io.valkey.springframework.data.valkey.connection
bitOp(ValkeyStringCommands.BitOperation, byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bitOp(ValkeyStringCommands.BitOperation, byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitOp(ValkeyStringCommands.BitOperation, byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
bitOp(ValkeyStringCommands.BitOperation, byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Perform bitwise operations between strings.
bitOp(ValkeyStringCommands.BitOperation, String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitOp(ValkeyStringCommands.BitOperation, String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Perform bitwise operations between strings.
bitOp(Collection<ByteBuffer>, ValkeyStringCommands.BitOperation, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Perform bitwise operations between strings.
bitOp(Publisher<ReactiveStringCommands.BitOpCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Perform bitwise operations between strings.
BITOP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
bitPos(byte[], boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Return the position of the first bit set to given bit in a string.
bitPos(byte[], boolean, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bitPos(byte[], boolean, Range<Long>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitPos(byte[], boolean, Range<Long>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
bitPos(byte[], boolean, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Return the position of the first bit set to given bit in a string.
bitPos(String, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return the position of the first bit set to given bit in a string.
bitPos(String, boolean, Range<Long>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bitPos(String, boolean, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return the position of the first bit set to given bit in a string.
bitPos(ByteBuffer, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Return the position of the first bit set to given bit in a string.
bitPos(ByteBuffer, boolean, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Return the position of the first bit set to given bit in a string.
bitPos(Publisher<ReactiveStringCommands.BitPosCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Emmit the the position of the first bit set to given bit in a string.
BITPOS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
bLMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction, double) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bLMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bLMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction, double) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
bLMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction, double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
bLMove(String, String, ValkeyListCommands.Direction, ValkeyListCommands.Direction, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bLMove(String, String, ValkeyListCommands.Direction, ValkeyListCommands.Direction, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
bLMove(ByteBuffer, ByteBuffer, ReactiveListCommands.Direction, ReactiveListCommands.Direction, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
bLMove(Publisher<ReactiveListCommands.BLMoveCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
block(Duration) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
Use a blocking read and supply the timeout after which the call will terminate if no message was read.
blockingFor(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
Applies a timeout.
blockingFor(Duration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
Applies a timeout.
blockingFor(Duration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BRPopLPushCommand
Applies a timeout.
blockingFor(Duration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
Applies a timeout.
blPop(List<ByteBuffer>, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns first element from lists stored at keys.
bLPop(int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bLPop(int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bLPop(int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
bLPop(int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Removes and returns first element from lists stored at keys.
bLPop(int, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bLPop(int, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes and returns first element from lists stored at keys (see: DefaultedValkeyConnection.lPop(byte[])).
BLPOP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
body(Map<ByteBuffer, ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
BOOLEAN - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReturnType
Returned as Boolean
BooleanResponse(I, Boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.BooleanResponse
 
BoundGeoOperations<K,M> - Interface in io.valkey.springframework.data.valkey.core
GeoOperations bound to a certain key.
boundGeoOps(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns geospatial specific operations interface bound to the given key.
boundGeoOps(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
BoundHashFieldExpirationOperations<HK> - Interface in io.valkey.springframework.data.valkey.core
Hash Field Expiration operations bound to a certain hash key and set of hash fields.
BoundHashOperations<H,HK,HV> - Interface in io.valkey.springframework.data.valkey.core
Hash operations bound to a certain key.
boundHashOps(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on hash values bound to the given key.
boundHashOps(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
BoundingBox - Class in io.valkey.springframework.data.valkey.domain.geo
Represents a geospatial bounding box defined by width and height.
BoundingBox(double, double, Metric) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
Creates a new BoundingBox from the given width, height and Metric.
BoundingBox(Distance, Distance) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
Creates a new BoundingBox from the given width and height.
BoundKeyExpirationOperations - Interface in io.valkey.springframework.data.valkey.core
Key Expiration operations bound to a key.
BoundKeyOperations<K> - Interface in io.valkey.springframework.data.valkey.core
Operations over a Valkey key.
BoundListOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
List operations bound to a certain key.
boundListOps(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on list values bound to the given key.
boundListOps(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
BoundSetOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Set operations bound to a certain key.
boundSetOps(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on set values bound to the given key.
boundSetOps(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
BoundStreamOperations<K,HK,HV> - Interface in io.valkey.springframework.data.valkey.core
Valkey stream specific operations bound to a certain key.
boundStreamOps(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on Streams bound to the given key.
boundStreamOps(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
BoundValueOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Value (or String in Valkey terminology) operations bound to a certain key.
boundValueOps(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on simple values (or Strings in Valkey terminology) bound to the given key.
boundValueOps(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
BoundZSetOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
ZSet (or SortedSet) operations bound to a certain key.
boundZSetOps(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on zset values (also known as sorted sets) bound to the given key.
boundZSetOps(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
BoxShape - Class in io.valkey.springframework.data.valkey.domain.geo
Bounding box defined by width and height.
BoxShape(BoundingBox) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.BoxShape
 
bPop(Publisher<ReactiveListCommands.BPopCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns the top ReactiveListCommands.BPopCommand.getDirection() element from lists stored at ReactiveListCommands.BPopCommand.getKeys().
Blocks connection until element available or ReactiveListCommands.BPopCommand.getTimeout() reached.
brPop(List<ByteBuffer>, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns last element from lists stored at keys.
bRPop(int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bRPop(int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bRPop(int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
bRPop(int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Removes and returns last element from lists stored at keys.
bRPop(int, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bRPop(int, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes and returns last element from lists stored at keys (see: DefaultedValkeyConnection.rPop(byte[])).
BRPOP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
bRPopLPush(int, byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bRPopLPush(int, byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bRPopLPush(int, byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
bRPopLPush(int, byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Remove the last element from list at srcKey, append it to dstKey and return its value.
bRPopLPush(int, String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bRPopLPush(int, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove the last element from list at srcKey, append it to dstKey and return its value (see DefaultedValkeyConnection.rPopLPush(byte[], byte[])).
bRPopLPush(ByteBuffer, ByteBuffer, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Remove the last element from list at source, append it to destination and return its value.
bRPopLPush(Publisher<ReactiveListCommands.BRPopLPushCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Remove the last element from list at ReactiveValkeyConnection.KeyCommand.getKey(), append it to ReactiveListCommands.BRPopLPushCommand.getDestination() and return its value.
BRPOPLPUSH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
Bucket - Class in io.valkey.springframework.data.valkey.core.convert
Bucket is the data bag for Valkey hash structures to be used with ValkeyData.
Bucket() - Constructor for class io.valkey.springframework.data.valkey.core.convert.Bucket
Creates a new empty bucket.
Bucket.BucketPropertyPath - Class in io.valkey.springframework.data.valkey.core.convert
Value object representing a path within a Bucket.
BUFFER_FREE_SPACE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
BUFFER_FREE_SPACE - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
BUFFER_LENGTH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
BUFFER_LENGTH - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
buffered(int) - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection.PipeliningFlushPolicy
Return a policy to buffer commands and to flush once reaching the configured bufferSize.
build() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Create new instance of ValkeyCacheManager with configuration options applied.
build() - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions.ExpirationOptionsBuilder
 
build() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
build() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
build() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
build() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
build() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Build the LettuceClientConfiguration with the configuration applied from this builder.
build() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Build the LettuceClientConfiguration with the configuration applied from this builder.
build() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
build() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
build() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
 
build() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
build() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode.ValkeyNodeBuilder
Get the ValkeyNode.
build() - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
build() - Method in interface io.valkey.springframework.data.valkey.core.query.SortCriterion
 
build() - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
Builds a new ScanOptions objects.
build() - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
Creates a new instance of GenericJackson2JsonValkeySerializer with configuration options applied.
build() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
build() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder
build() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
build() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
build() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
builder() - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Factory method returning a Builder used to construct and configure a ValkeyCacheManager.
builder() - Static method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions
 
builder() - Static method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
Creates a new JedisClientConfiguration.JedisClientConfigurationBuilder to build JedisClientConfiguration to be used with the jedis client.
builder() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
Creates a new LettuceClientConfiguration.LettuceClientConfigurationBuilder to build LettuceClientConfiguration to be used with the Lettuce client.
builder() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration
builder() - Static method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
builder() - Static method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Factory method returning a Builder used to construct and configure a GenericJackson2JsonValkeySerializer.
builder() - Static method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
builder() - Static method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
builder(ValkeyCacheWriter) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Factory method returning a Builder used to construct and configure a ValkeyCacheManager initialized with the given ValkeyCacheWriter.
builder(StreamOffset<K>) - Static method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequest
 
builder(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Factory method returning a Builder used to construct and configure a ValkeyCacheManager initialized with the given ValkeyConnectionFactory.
builder(HashMapper<T, byte[], byte[]>) - Static method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
buildNodeKeyMap(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
BulkMapper<T,V> - Interface in io.valkey.springframework.data.valkey.core
Mapper translating Valkey bulk value responses (typically returned by a sort query) to actual objects.
by(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
by(long) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrByBuilder
Set the value used for increasing.
by(Number) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZIncrByCommand
Applies the numeric increment.
by(String) - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
by(T) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.DecrByCommand
Applies the numeric value.
by(T) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.HIncrByCommand
Applies the numeric value.
by(T) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.IncrByCommand
Applies the numeric value.
byBox(double, double, ValkeyGeoCommands.DistanceUnit) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoShape
Create a shape used as predicate for geo queries from a bounding box with specified by width and height.
byBox(BoundingBox) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoShape
Create a shape used as predicate for geo queries from a BoundingBox.
ByLex - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand.RangeMode
 
byRadius(Distance) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoShape
Create a shape used as predicate for geo queries from a radius around the query center point.
ByScore - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand.RangeMode
 
byteArray() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
Creates a new ValkeySerializationContext using a byte[] serialization.
byteArray() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
Creates a pass through ValkeySerializationContext.SerializationPair to pass-thru byte objects.
byteArray() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Obtain a ValkeySerializer that passes thru byte[].
ByteArraySet - Class in io.valkey.springframework.data.valkey.connection.util
 
ByteArraySet() - Constructor for class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
ByteArraySet(Collection<byte[]>) - Constructor for class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
ByteArrayWrapper - Class in io.valkey.springframework.data.valkey.connection.util
Simple wrapper class used for wrapping arrays so they can be used as keys inside maps.
ByteArrayWrapper(byte[]) - Constructor for class io.valkey.springframework.data.valkey.connection.util.ByteArrayWrapper
 
ByteArrayWrapper(ByteBuffer) - Constructor for class io.valkey.springframework.data.valkey.connection.util.ByteArrayWrapper
 
byteBuffer() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
Creates a new ValkeySerializationContext using a ByteBuffer serialization.
byteBuffer() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
Creates a pass through ValkeySerializationContext.SerializationPair to pass-thru ByteBuffer objects.
ByteBufferRecord - Interface in io.valkey.springframework.data.valkey.connection.stream
A Record within the stream backed by a collection of binary field/value pairs.
ByteBufferResponse(I, ByteBuffer) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.ByteBufferResponse
 
ByteRecord - Interface in io.valkey.springframework.data.valkey.connection.stream
A Record within the stream backed by a collection of binary field/value pairs.
bytesSetToGeoResultsConverter() - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Get Converter capable of Set of Byte into GeoResults.
ByteUtils - Class in io.valkey.springframework.data.valkey.util
Some handy methods for dealing with byte arrays.
bZPop(Publisher<ReactiveZSetCommands.BZPopCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return elements from sorted set at keyCommand#getKey().
bZPopMax(byte[], long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bZPopMax(byte[], long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bZPopMax(byte[], long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
bZPopMax(byte[], long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove and return the value with its score having the highest score from sorted set at key.
bZPopMax(String, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bZPopMax(String, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return the value with its score having the highest score from sorted set at key.
bZPopMax(ByteBuffer, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return the value with its score having the highest score from sorted set at key.
bZPopMin(byte[], long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
bZPopMin(byte[], long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bZPopMin(byte[], long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
bZPopMin(byte[], long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove and return the value with its score having the lowest score from sorted set at key.
bZPopMin(String, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
bZPopMin(String, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return the value with its score having the lowest score from sorted set at key.
bZPopMin(ByteBuffer, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return the value with its score having the lowest score from sorted set at key.

C

cacheDefaults() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Returns the default ValkeyCacheConfiguration.
cacheDefaults(ValkeyCacheConfiguration) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Define a default ValkeyCacheConfiguration applied to dynamically created ValkeyCaches.
CacheKeyPrefix - Interface in io.valkey.springframework.data.valkey.cache
CacheKeyPrefix is a callback hook for creating custom prefixes prepended to the actual key stored in Valkey.
CacheStatistics - Interface in io.valkey.springframework.data.valkey.cache
Cache statistics for a ValkeyCache.
CacheStatisticsCollector - Interface in io.valkey.springframework.data.valkey.cache
The statistics collector supports capturing of relevant ValkeyCache operations such as hits & misses.
CacheStatisticsProvider - Interface in io.valkey.springframework.data.valkey.cache
Interface to be implemented by objects that expose CacheStatistics identified by cacheName.
cacheWriter(ValkeyCacheWriter) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Configure a ValkeyCacheWriter.
calculateSlot(byte[]) - Static method in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
Calculate the slot from the given key.
calculateSlot(String) - Static method in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
Calculate the slot from the given key.
cancel() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Unsubscribe from all channels and patterns and request termination of all active message streams.
cancel() - Method in interface io.valkey.springframework.data.valkey.stream.Cancelable
Abort and free resources.
Cancelable - Interface in io.valkey.springframework.data.valkey.stream
Cancelable allows stopping long running tasks and freeing underlying resources.
CANCELLED - Enum constant in enum class io.valkey.springframework.data.valkey.stream.Task.State
 
cancelOnError(Predicate<Throwable>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder
Configure a cancellation Predicate to be notified on read, deserialization, and listener errors.
cancelOnError(Predicate<Throwable>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
Configure a cancellation Predicate to be notified on errors.
canEqual(Object) - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
canSerialize(Class<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Check whether the given value type can be serialized by this serializer.
CdiBean<T> - Class in io.valkey.springframework.data.valkey.repository.cdi
Base class for Bean wrappers.
CdiBean(Set<Annotation>, Class<T>, BeanManager) - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
Creates a new CdiBean.
CdiBean(Set<Annotation>, Set<Type>, Class<T>, BeanManager) - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
Creates a new CdiBean.
ch() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Applies ch mode (Modify the return value from the number of new elements added, to the total number of elements changed).
ch() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
Only update elements that already exist.
CH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs.Flag
Modify the return value from the number of new elements added, to the total number of elements changed.
channel(String) - Static method in interface io.valkey.springframework.data.valkey.listener.Topic
Create a new ChannelTopic for channel subscriptions.
CHANNEL_SUBSCRIBTIONS - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
ChannelMessage(C, M) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.ChannelMessage
ChannelTopic - Class in io.valkey.springframework.data.valkey.listener
Channel Topic implementation mapping to a Valkey channel.
ChannelTopic(String) - Constructor for class io.valkey.springframework.data.valkey.listener.ChannelTopic
Constructs a new ChannelTopic instance.
CHARSET - Static variable in class io.valkey.springframework.data.valkey.core.convert.Bucket
Encoding used for converting Byte to and from String.
checkResult(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
claim(K, String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Changes the ownership of a pending message so that the new owner is the consumer specified as the command argument.
claim(K, String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Changes the ownership of a pending message so that the new owner is the consumer specified as the command argument.
claim(K, String, String, Duration, RecordId...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Changes the ownership of a pending message so that the new owner is the consumer specified as the command argument.
claim(K, String, String, Duration, RecordId...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Changes the ownership of a pending message so that the new owner is the consumer specified as the command argument.
clean(String, byte[]) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Remove all keys following the given pattern.
cleanCache(ValkeyConnection, String, byte[]) - Method in interface io.valkey.springframework.data.valkey.cache.BatchStrategy
Remove all keys following the given pattern.
cleanupConnectionState() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
Cleans up server-side connection state before returning client to pool.
cleanupConnectionState() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
Cleans up server-side connection state before returning client to pool.
clear() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
clear() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
clear() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
clear() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
clear() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
clear() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
clear() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
clear() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
clear(String) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Clear keys that match the given keyPattern.
clearStatistics() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Reset all statistics counters and gauges for this cache.
clearStatistics(String) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Reset all statistics counters and gauges for this cache.
CLIENT_GETNAME - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
CLIENT_KILL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
CLIENT_LIST - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
CLIENT_PAUSE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
CLIENT_SETNAME - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
clientAZ(String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Set the client availability zone.
clientName(String) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
clientName(String) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a clientName to be set with CLIENT SETNAME.
clientName(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure a clientName to be set with CLIENT SETNAME.
clientName(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
clientOptions(ClientOptions) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure ClientOptions.
clientOptions(ClientOptions) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
clientResources(ClientResources) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure ClientResources.
clientResources(ClientResources) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
clone() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
 
clone() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
clone() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
 
clone() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
close() - Method in class io.valkey.springframework.data.valkey.connection.AbstractValkeyConnection
 
close() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
close() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
close() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
close() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
close() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
close() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
close() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
close() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
 
close() - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Shutdown the subscription and free any resources held.
close() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
close() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
Closes or quits the connection.
close() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
close() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
close() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
closeLater() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
Asynchronously close the connection and release associated resources.
closePipeline() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
closePipeline() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
closePipeline() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
closePipeline() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
closePipeline() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
Executes the commands in the pipeline and returns their result.
closePipeline() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
closePipeline() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
clusterAddSlots(ValkeyClusterNode, int...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterAddSlots(ValkeyClusterNode, int...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterAddSlots(ValkeyClusterNode, int...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Assign slots to given ValkeyClusterNode.
clusterAddSlots(ValkeyClusterNode, int...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Assign slots to given ValkeyClusterNode.
clusterAddSlots(ValkeyClusterNode, int...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterAddSlots(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterAddSlots(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterAddSlots(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
clusterAddSlots(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
clusterAddSlots(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ClusterCommandExecutionFailureException - Exception in io.valkey.springframework.data.valkey.connection
Exception thrown when at least one call to a clustered valkey environment fails.
ClusterCommandExecutionFailureException(Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.ClusterCommandExecutionFailureException
ClusterCommandExecutionFailureException(List<? extends Throwable>) - Constructor for exception io.valkey.springframework.data.valkey.connection.ClusterCommandExecutionFailureException
ClusterCommandExecutor - Class in io.valkey.springframework.data.valkey.connection
ClusterCommandExecutor takes care of running commands across the known cluster nodes.
ClusterCommandExecutor(ClusterTopologyProvider, ClusterNodeResourceProvider, ExceptionTranslationStrategy) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
ClusterCommandExecutor(ClusterTopologyProvider, ClusterNodeResourceProvider, ExceptionTranslationStrategy, AsyncTaskExecutor) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
 
ClusterCommandExecutor.ClusterCommandCallback<T,S> - Interface in io.valkey.springframework.data.valkey.connection
Callback interface for Valkey 'low level' code using the cluster client directly.
ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S> - Interface in io.valkey.springframework.data.valkey.connection
Callback interface for Valkey 'low level' code using the cluster client to execute multi key commands.
ClusterCommandExecutor.MultiNodeResult<T> - Class in io.valkey.springframework.data.valkey.connection
ClusterCommandExecutor.NodeResult<T> - Class in io.valkey.springframework.data.valkey.connection
clusterCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommandsProvider
clusterCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterCountKeysInSlot(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterCountKeysInSlot(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterCountKeysInSlot(int) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Count the number of keys assigned to one slot.
clusterCountKeysInSlot(int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Count the number of keys assigned to one slot.
clusterCountKeysInSlot(int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterDeleteSlots(ValkeyClusterNode, int...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterDeleteSlots(ValkeyClusterNode, int...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterDeleteSlots(ValkeyClusterNode, int...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Remove slots from ValkeyClusterNode.
clusterDeleteSlots(ValkeyClusterNode, int...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Remove slots from ValkeyClusterNode.
clusterDeleteSlots(ValkeyClusterNode, int...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterDeleteSlotsInRange(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterDeleteSlotsInRange(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterDeleteSlotsInRange(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
clusterDeleteSlotsInRange(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
clusterDeleteSlotsInRange(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterForget(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterForget(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterForget(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Remove given node from cluster.
clusterForget(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Remove given node from cluster.
clusterForget(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetClusterInfo() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetClusterInfo() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetClusterInfo() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Get cluster information.
clusterGetClusterInfo() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Get cluster information.
clusterGetClusterInfo() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetKeysInSlot(int, int) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Get keys served by slot.
clusterGetKeysInSlot(int, Integer) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetKeysInSlot(int, Integer) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetKeysInSlot(int, Integer) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Get keys served by slot.
clusterGetKeysInSlot(int, Integer) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetMasterReplicaMap() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetMasterReplicaMap() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetMasterReplicaMap() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Retrieve information about masters and their connected replicas.
clusterGetMasterReplicaMap() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Retrieve information about masters and their connected replicas.
clusterGetMasterReplicaMap() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetNodeForKey(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetNodeForKey(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetNodeForKey(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Find the ValkeyClusterNode serving given key.
clusterGetNodeForKey(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetNodeForKey(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Find the ValkeyClusterNode serving given key.
clusterGetNodeForSlot(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetNodeForSlot(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetNodeForSlot(int) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Find the ValkeyClusterNode serving given slot.
clusterGetNodeForSlot(int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Find the ValkeyClusterNode serving given slot.
clusterGetNodeForSlot(int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetNodes() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetNodes() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetNodes() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Retrieve cluster node information such as id, host, port and slots.
clusterGetNodes() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Retrieve cluster node information such as id, host, port and slots.
clusterGetNodes() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetReplicas(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetReplicas(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetReplicas(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Retrieve information about connected replicas for given master node.
clusterGetReplicas(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Retrieve information about connected replicas for given master node.
clusterGetReplicas(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetSlotForKey(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterGetSlotForKey(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterGetSlotForKey(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Find the slot for a given key.
clusterGetSlotForKey(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterGetSlotForKey(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Find the slot for a given key.
ClusterInfo - Class in io.valkey.springframework.data.valkey.connection
ClusterInfo gives access to cluster information such as cluster_state and cluster_slots_assigned provided by the CLUSTER INFO command.
ClusterInfo(Properties) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterInfo
Creates new ClusterInfo for given Properties.
ClusterInfo.Info - Enum Class in io.valkey.springframework.data.valkey.connection
 
clusterMeet(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterMeet(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterMeet(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Add given node to cluster.
clusterMeet(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Add given node to cluster.
clusterMeet(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterNode(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
clusterNode(String, Integer) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
ClusterNodeResourceProvider - Interface in io.valkey.springframework.data.valkey.connection
ClusterNodeResourceProvider provides access to low level client api to directly execute operations against a Valkey instance.
ClusterOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Valkey operations for cluster specific operations.
ClusterRedirectException - Exception in io.valkey.springframework.data.valkey
ClusterRedirectException indicates that a requested slot is not served by the targeted server but can be obtained on another one.
ClusterRedirectException(int, String, int, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.ClusterRedirectException
clusterReplicate(ValkeyClusterNode, ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterReplicate(ValkeyClusterNode, ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterReplicate(ValkeyClusterNode, ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
Assign a replica to given master.
clusterReplicate(ValkeyClusterNode, ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
Assign a replica to given master.
clusterReplicate(ValkeyClusterNode, ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
clusterSetSlot(ValkeyClusterNode, int, ReactiveClusterCommands.AddSlots) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands
 
clusterSetSlot(ValkeyClusterNode, int, ValkeyClusterCommands.AddSlots) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
clusterSetSlot(ValkeyClusterNode, int, ValkeyClusterCommands.AddSlots) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
clusterSetSlot(ValkeyClusterNode, int, ValkeyClusterCommands.AddSlots) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
 
clusterSetSlot(ValkeyClusterNode, int, ValkeyClusterCommands.AddSlots) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ClusterSlotHashUtil - Class in io.valkey.springframework.data.valkey.connection
Utility class encapsulating functionality commonly used for cluster slot hashing.
ClusterSlotHashUtil() - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
 
ClusterStateFailureException - Exception in io.valkey.springframework.data.valkey
DataAccessResourceFailureException indicating the current local snapshot of cluster state does no longer represent the actual remote state.
ClusterStateFailureException(String) - Constructor for exception io.valkey.springframework.data.valkey.ClusterStateFailureException
ClusterStateFailureException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.ClusterStateFailureException
ClusterTopology - Class in io.valkey.springframework.data.valkey.connection
ClusterTopology holds snapshot like information about ValkeyClusterNodes.
ClusterTopology(Set<ValkeyClusterNode>) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterTopology
Creates new instance of ClusterTopology.
ClusterTopologyProvider - Interface in io.valkey.springframework.data.valkey.connection
ClusterTopologyProvider manages the current cluster topology and makes sure to refresh cluster information.
code() - Method in enum class io.valkey.springframework.data.valkey.connection.DataType
Returns the code associated with the current enum.
CollectionUtils - Class in io.valkey.springframework.data.valkey.support.collections
Utility class used mainly for type conversion by the default collection implementations.
CollectionUtils() - Constructor for class io.valkey.springframework.data.valkey.support.collections.CollectionUtils
 
CommandResponse(I, O) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.CommandResponse
 
commands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
commands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
commands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
commands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
commands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
commands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
commands(BitFieldSubCommands) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitFieldCommand
Applies the BitFieldSubCommands.
commandTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure a command timeout.
commandTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
commandTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Set the command timeout.
compareAndSet(double, double) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically set the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically set the value to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically set the value to the given updated value if the current value == the expected value.
compareTo(ByteArrayWrapper) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArrayWrapper
 
compareTo(ZSetOperations.TypedTuple<V>) - Method in class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
 
compareTo(Double) - Method in class io.valkey.springframework.data.valkey.connection.zset.DefaultTuple
 
compareTo(Double) - Method in class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
 
complete(ValkeyOperationChain, Sort) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyQueryCreator
 
CompositeIndexResolver - Class in io.valkey.springframework.data.valkey.core.convert
Composite IndexResolver implementation that iterates over a given collection of delegate IndexResolver instances.
CompositeIndexResolver(Collection<IndexResolver>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.CompositeIndexResolver
CompositeValueTransformer(Collection<IndexValueTransformer>) - Constructor for class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.CompositeValueTransformer
 
compute(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheKeyPrefix
Compute the prefix for the actual cache key stored in Valkey.
computePrefixWith(CacheKeyPrefix) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Use the given CacheKeyPrefix to compute the prefix for the actual Valkey key given the cache name as function input.
concat(byte[], byte[]) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Concatenate the given byte arrays into one.
concatAll(byte[]...) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Concatenate the given byte arrays into one.
CONDITION_NOT_MET - Static variable in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
CONFIG_EPOCH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
CONFIG_GET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
CONFIG_RESETSTAT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
CONFIG_REWRITE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
CONFIG_SET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
ConfigurableIndexDefinitionProvider - Interface in io.valkey.springframework.data.valkey.core.index
configure(Consumer<ObjectMapper>) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Builder method used to configure and customize the internal Jackson ObjectMapper created by this GenericJackson2JsonValkeySerializer and used to de/serialize objects as JSON.
configureKeyConverters(Consumer<ConverterRegistry>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Configure the underlying ConversionService used to extract the cache key.
CONNECTED - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.LinkState
 
CONNECTION_AGE - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
CONNECTION_IDLE - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
CONNECTION_NAME - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
connectionTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Set the connection timeout.
ConnectionUtils - Class in io.valkey.springframework.data.valkey.connection
Utilities for examining a ValkeyConnection
ConnectionUtils() - Constructor for class io.valkey.springframework.data.valkey.connection.ConnectionUtils
 
connectTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
connectTimeout(Duration) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a connection timeout.
considerNestedRepositories() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
consumer(Consumer) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder
Configure a Consumer to consume stream messages within a consumer group.
consumer(Consumer) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
Configure a Consumer to consume stream messages within a consumer group.
consumer(String) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
Append given consumer.
consumer(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
Append given consumer.
Consumer - Class in io.valkey.springframework.data.valkey.connection.stream
Value object representing a Stream consumer within a consumer group.
consumerCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroup
The total number of consumers in the consumer group.
consumerName() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumer
The consumer name.
consumers(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.
consumers(K, String) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.
consumersIn(String) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.XInfoCommand
 
contains(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
Determines whether this ValkeyClusterNode.SlotRange contains the given slot, which implies this cluster nodes manages the slot holding data stored in Valkey.
contains(ValkeyZSetCommands.ZAddArgs.Flag) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
Only update elements that already exist.
contains(Object) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
contains(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
contains(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
contains(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
contains(Object, String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
containsAll(Collection<?>) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
containsAll(Collection<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
containsAll(Collection<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
containsKey(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
containsKey(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
containsSplitSecond(long) - Static method in class io.valkey.springframework.data.valkey.core.TimeoutUtils
 
containsValue(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
containsValue(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
conversionRequired() - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
Indicate whether or not the actual result needs to be converted before handing over.
convert(Exception) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisExceptionConverter
 
convert(Exception) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceExceptionConverter
 
convert(Exception) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideExceptionConverter
Convert a Valkey-Glide exception to a Spring DataAccessException.
convert(Long) - Method in class io.valkey.springframework.data.valkey.connection.convert.LongToBooleanConverter
 
convert(Object) - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
Converts the given result if a converter is specified, else returns the result
convert(Object) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisScriptReturnConverter
 
convert(Object) - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.CompositeValueTransformer
 
convert(Object) - Method in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.LowercaseIndexValueTransformer
 
convert(Object) - Method in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.NoOpValueTransformer
 
convert(String) - Method in class io.valkey.springframework.data.valkey.connection.convert.StringToDataTypeConverter
 
convert(String) - Method in class io.valkey.springframework.data.valkey.connection.convert.StringToPropertiesConverter
 
convert(String[]) - Method in class io.valkey.springframework.data.valkey.connection.convert.StringToValkeyClientInfoConverter
 
convert(Collection<S>) - Method in class io.valkey.springframework.data.valkey.connection.convert.SetConverter
 
convert(TimeUnit) - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
 
convert(List<Object>) - Method in class io.valkey.springframework.data.valkey.connection.convert.TransactionResultConverter
 
convert(List<S>) - Method in class io.valkey.springframework.data.valkey.connection.convert.ListConverter
 
convert(Map<?, ?>) - Method in enum class io.valkey.springframework.data.valkey.connection.convert.MapToPropertiesConverter
 
convert(Map<S, S>) - Method in class io.valkey.springframework.data.valkey.connection.convert.MapConverter
 
convert(Set<S>) - Method in class io.valkey.springframework.data.valkey.connection.convert.SetConverter
 
convertAndSend(String, Object) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Publishes the given message to the given channel.
convertAndSend(String, Object) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
convertAndSend(String, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Publishes the given message to the given channel.
convertAndSend(String, V) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
converter - Variable in class io.valkey.springframework.data.valkey.connection.FutureResult
 
Converters - Class in io.valkey.springframework.data.valkey.connection.convert
Common type converters.
Converters() - Constructor for class io.valkey.springframework.data.valkey.connection.convert.Converters
 
ConvertingCursor<S,T> - Class in io.valkey.springframework.data.valkey.core
ConvertingCursor wraps a given cursor and applies given Converter to items prior to returning them.
ConvertingCursor(Cursor<S>, Converter<S, T>) - Constructor for class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
convertJedisAccessException(Exception) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
convertJedisAccessException(Exception) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
convertKey(Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Convert key to a String used in cache key creation.
convertLettuceAccessException(Exception) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
convertQuery(SortQuery<K>, ValkeySerializer<String>) - Static method in class io.valkey.springframework.data.valkey.core.query.QueryUtils
 
convertRangeMaxValue(Range<?>) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideUtils
Convert a range max value to a string representation.
convertRangeMinValue(Range<?>) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideUtils
Convert a range min value to a string representation.
convertToList(Collection<String>) - Static method in class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
convertToSet(Collection<String>) - Static method in class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
copy(byte[], byte[], boolean) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
copy(byte[], byte[], boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
copy(byte[], byte[], boolean) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
copy(byte[], byte[], boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Copy given sourceKey to targetKey.
copy(String, String, boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
copy(String, String, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Copy given sourceKey to targetKey.
copy(ByteBuffer, ByteBuffer, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Copy given key to a target key.
copy(K, K, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Copy given sourceKey to targetKey.
copy(K, K, boolean) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
copy(K, K, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Copy given sourceKey to targetKey.
copy(K, K, boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
copy(Publisher<ReactiveKeyCommands.CopyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Copy keys one-by-one.
COPY - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.MigrateOption
 
CopyCommand(ByteBuffer, ByteBuffer, boolean, Integer) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
 
count(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Count number of elements within sorted set with scores between min and max.
count(int) - Method in class io.valkey.springframework.data.valkey.connection.Limit
 
count(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HRandFieldCommand
Applies the count.
count(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
Applies the key.
count(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
Applies the key.
count(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
Applies the key.
count(long) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
Limit the number of messages returned per stream.
count(long) - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given count.
count(Integer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LPosCommand
Applies the count parameter specifying the number of matches to return.
count(String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
count(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Count number of elements within sorted set with scores between min and max.
count(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Count number of elements within sorted set with scores between min and max.
count(Example<S>) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
countExistingKeys(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Get the number of given keys that exists.
countExistingKeys(Collection<K>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
countExistingKeys(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Count the number of keys that exist.
countExistingKeys(Collection<K>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
create() - Static method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
 
create() - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Creates a new BitFieldSubCommands.
create() - Static method in interface io.valkey.springframework.data.valkey.serializer.JacksonObjectReader
Create a default JacksonObjectReader delegating to ObjectMapper.readValue(InputStream, JavaType).
create() - Static method in interface io.valkey.springframework.data.valkey.serializer.JacksonObjectWriter
Create a default JacksonObjectWriter delegating to ObjectMapper.writeValueAsBytes(Object).
create(BitFieldSubCommands.BitFieldSubCommand...) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Creates a new BitFieldSubCommands with Multiple BitFieldSubCommand.
create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldGet
create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset, long) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset, long) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset, long, BitFieldSubCommands.BitFieldIncrBy.Overflow) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
create(ReactiveValkeyConnectionFactory) - Static method in interface io.valkey.springframework.data.valkey.stream.StreamReceiver
create(ReactiveValkeyConnectionFactory, StreamReceiver.StreamReceiverOptions<K, V>) - Static method in interface io.valkey.springframework.data.valkey.stream.StreamReceiver
create(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Factory method used to construct a new ValkeyCacheManager initialized with the given ValkeyConnectionFactory and using defaults for caching.
create(ValkeyConnectionFactory) - Static method in interface io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer
create(ValkeyConnectionFactory, StreamMessageListenerContainer.StreamMessageListenerContainerOptions<K, V>) - Static method in interface io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer
create(ValkeyGlideConnection) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommandsFactory
 
create(BoundListOperations<String, E>) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Constructs a new, uncapped DefaultValkeyList instance.
create(BoundListOperations<String, E>, int) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Constructs a new DefaultValkeyList.
create(CreationalContext<ValkeyKeyValueAdapter>) - Method in class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueAdapterBean
 
create(CreationalContext<KeyValueOperations>) - Method in class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueTemplateBean
 
create(CreationalContext<T>, Class<T>) - Method in class io.valkey.springframework.data.valkey.repository.cdi.ValkeyRepositoryBean
 
create(String, ValkeyOperations<String, E>) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Constructs a new, uncapped ValkeyList instance.
create(String, ValkeyOperations<String, E>) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Constructs a new ValkeySet instance.
create(String, ValkeyOperations<String, E>) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Constructs a new ValkeyZSet instance with a default score of 1.
create(String, ValkeyOperations<String, E>, double) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Constructs a new ValkeyZSet instance.
create(String, ValkeyOperations<String, E>, int) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Factory method used to construct a new ValkeyList from a Valkey list reference by the given key.
create(K, ReadOffset) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
Create a StreamOffset given key and ReadOffset.
create(Part, Iterator<Object>) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyQueryCreator
 
create(S, Map<K, V>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
Creates a new MapRecord associated with the stream key and value.
create(S, V) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.ObjectRecord
Creates a new ObjectRecord associated with the stream key and value.
CREATE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand.GroupCommandAction
 
createCacheKey(Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Customization hook for creating cache key before it gets serialized.
createClient() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
createCluster(ValkeyClusterConfiguration, GenericObjectPoolConfig<Connection>) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Creates JedisCluster for given ValkeyClusterConfiguration and GenericObjectPoolConfig.
createCredentialsProvider(ValkeyConfiguration) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory
Create a RedisCredentialsProvider for data node authentication given ValkeyConfiguration.
CREATED - Enum constant in enum class io.valkey.springframework.data.valkey.stream.Task.State
 
createDefaultTaskExecutor() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Creates a default TaskExecutor.
createEndpoint(SocketAddress) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
Deprecated.
 
createFlux(ReactiveValkeyCallback<T>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
Create a reusable Flux for a ReactiveValkeyCallback.
createGroup(ReadOffset, String) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Create a consumer group.
createGroup(String) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
createGroup(K, ReadOffset, String) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Create a consumer group.
createGroup(K, ReadOffset, String) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Create a consumer group.
createGroup(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Create a consumer group at the latest offset.
createGroup(K, String) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Create a consumer group at the latest offset.
createKey(String, String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Creates a new byte[] key using the given keyspace and id.
createMono(ReactiveValkeyCallback<T>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
Create a reusable Mono for a ReactiveValkeyCallback.
createPersistentEntity(TypeInformation<T>) - Method in class io.valkey.springframework.data.valkey.core.mapping.ValkeyMappingContext
 
createPersistentProperty(Property, ValkeyPersistentEntity<?>, SimpleTypeHolder) - Method in class io.valkey.springframework.data.valkey.core.mapping.ValkeyMappingContext
 
createRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - Method in class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactoryBean
 
createSentinelCredentialsProvider(ValkeySentinelConfiguration) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory
Create a RedisCredentialsProvider for Sentinel node authentication given ValkeySentinelConfiguration.
createSubscription() - Method in interface io.valkey.springframework.data.valkey.connection.ReactivePubSubCommands
Creates a subscription for this connection.
createSubscription(SubscriptionListener) - Method in interface io.valkey.springframework.data.valkey.connection.ReactivePubSubCommands
Creates a subscription for this connection.
createTopologyProvider(JedisCluster) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Template method to create a ClusterTopologyProvider given JedisCluster.
createValkeyCache(String, ValkeyCacheConfiguration) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Creates a new ValkeyCache with given name and ValkeyCacheConfiguration.
createValkeyConfiguration(RedisURI) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Creates a ValkeyConfiguration based on a RedisURI according to the following: If RedisURI contains sentinels, a ValkeySentinelConfiguration is returned If RedisURI has a configured socket a ValkeySocketConfiguration is returned Otherwise a ValkeyStandaloneConfiguration is returned
createValkeyConfiguration(String) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Creates a ValkeyConfiguration based on a URI according to the following: If redisUri contains sentinels, a ValkeySentinelConfiguration is returned If redisUri has a configured socket a ValkeySocketConfiguration is returned Otherwise a ValkeyStandaloneConfiguration is returned
createValkeyConnectionProxy(ReactiveValkeyConnection) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
createValkeyConnectionProxy(ValkeyConnection) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
createValkeyPool() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Creates JedisPool.
createValkeySentinelPool(ValkeySentinelConfiguration) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Creates JedisSentinelPool.
CURRENT_EPOCH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
Cursor<T> - Interface in io.valkey.springframework.data.valkey.core
Cursor abstraction to scan over the keyspace or elements within a data structure using a variant of a SCAN command.
Cursor.CursorId - Class in io.valkey.springframework.data.valkey.core
Value class representing a cursor identifier.
CursorId() - Constructor for class io.valkey.springframework.data.valkey.core.Cursor.CursorId
 
customize(JedisClientConfigBuilderCustomizer) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
customize(JedisClientConfigBuilderCustomizer) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a JedisClientConfigBuilderCustomizer to configure JedisClientConfig.
customize(DefaultJedisClientConfig.Builder) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfigBuilderCustomizer
Customize the DefaultJedisClientConfig.Builder.

D

database(int) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
Applies the database index.
DATABSE_ID - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
DataType - Enum Class in io.valkey.springframework.data.valkey.connection
Enumeration of the Valkey data types.
dbSize() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
dbSize() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
dbSize() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Get the total number of available keys in currently selected database.
dbSize() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
dbSize() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
dbSize() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Get the total number of available keys in currently selected database.
dbSize(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
dbSize(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Get the total number of available keys in currently selected database.
dbSize(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
dbSize(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
DBSIZE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
decode(byte[]) - Static method in class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
decodeMap(Map<byte[], byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
decodeMultiple(byte[]...) - Static method in class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
DecodeUtils - Class in io.valkey.springframework.data.valkey.connection.util
Simple class containing various decoding utilities.
DecodeUtils() - Constructor for class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
DecoratedValkeyConnection - Interface in io.valkey.springframework.data.valkey.connection
Specifies that the connection decorates another ValkeyConnection.
DecoratingStringHashMapper<T> - Class in io.valkey.springframework.data.valkey.hash
Delegating hash mapper used for flattening objects into Strings.
DecoratingStringHashMapper(HashMapper<T, ?, ?>) - Constructor for class io.valkey.springframework.data.valkey.hash.DecoratingStringHashMapper
 
decr(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
decr(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
decr(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
decr(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Decrement an integer value stored as string value of key by 1.
decr(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
decr(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Decrement an integer value stored as string value of key by 1.
decr(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Decrement value of key by 1.
decr(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.DecrByCommand
decr(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Decrement value of key by 1.
DECR - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
decrBy(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
decrBy(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
decrBy(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
decrBy(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Decrement an integer value stored as string value of key by value.
decrBy(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
decrBy(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Decrement an integer value stored as string value of key by value.
decrBy(ByteBuffer, T) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Decrement value of key by value.
decrBy(Publisher<ReactiveNumberCommands.DecrByCommand<T>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Decrement value of key by value.
DECRBY - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
decrement() - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Decrement an integer value stored as string value under the bound key by one.
decrement(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Decrement an integer value stored as string value under the bound key by delta.
decrement(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Decrements the number stored at key by one.
decrement(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Decrement an integer value stored as string value under key by one.
decrement(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Decrements the number stored at key by delta.
decrement(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Decrement an integer value stored as string value under key by delta.
decrementAndGet() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically decrement by one the current value.
decrementAndGet() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically decrement by one the current value.
decrementAndGet() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically decrement by one the current value.
DEFAULT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.ShadowCopy
Store shadow copies of expiring entities depending on the ValkeyKeyValueAdapter.EnableKeyspaceEvents.
DEFAULT_ALLOW_RUNTIME_CACHE_CREATION - Static variable in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
 
DEFAULT_CACHE_NULL_VALUES - Static variable in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
DEFAULT_CHARSET - Static variable in class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0 for removal.
DEFAULT_ENABLE_TIME_TO_IDLE_EXPIRATION - Static variable in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
DEFAULT_PORT - Static variable in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
DEFAULT_RECOVERY_INTERVAL - Static variable in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_SENTINEL_PORT - Static variable in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
DEFAULT_SUBSCRIPTION_REGISTRATION_WAIT_TIME - Static variable in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
The default subscription wait time: 2000 ms = 2 seconds.
DEFAULT_THREAD_NAME_PREFIX - Static variable in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Default thread name prefix: "ValkeyMessageListenerContainer-".
DEFAULT_TYPE_HINTS - Static variable in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoObject
 
DEFAULT_TYPE_KEY - Static variable in class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
 
DEFAULT_USE_PREFIX - Static variable in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
defaultCacheConfig() - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Default ValkeyCacheConfiguration using the following: key expiration eternal cache null values yes prefix cache keys yes default prefix [the actual cache name] key serializer StringValkeySerializer value serializer JdkSerializationValkeySerializer conversion service DefaultFormattingConversionService with default cache key converters
defaultCacheConfig(ClassLoader) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Create default ValkeyCacheConfiguration given ClassLoader using the following: key expiration eternal cache null values yes prefix cache keys yes default prefix [the actual cache name] key serializer StringValkeySerializer value serializer JdkSerializationValkeySerializer conversion service DefaultFormattingConversionService with default cache key converters
defaultConfiguration() - Static method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
Creates a default JedisClientConfiguration.
defaultConfiguration() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
Creates a default LettuceClientConfiguration with: SSL no Peer Verification yes Start TLS no Client Options ClientOptions with enabled TimeoutOptions Client Resources none Client name none Read From none Connect Timeout 60 Seconds Shutdown Timeout 100 Milliseconds Shutdown Quiet Period 100 Milliseconds
defaultConfiguration() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration
Creates a default LettucePoolingClientConfiguration with SSL no Peer Verification yes Start TLS no Client Options ClientOptions with enabled TimeoutOptions Client Resources none Client name none Read From none Connect Timeout 60 Seconds Shutdown Timeout 100 Milliseconds Shutdown Quiet Period 100 Milliseconds pool config default GenericObjectPoolConfig
defaultConfiguration() - Static method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Creates a default ValkeyGlideClientConfiguration with default settings.
DefaultedValkeyClusterConnection - Interface in io.valkey.springframework.data.valkey.connection
Deprecated.
DefaultedValkeyConnection - Interface in io.valkey.springframework.data.valkey.connection
Deprecated.
defaultFromGlideResult(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert a Valkey-Glide result to the Spring Data Valkey format using best-fit.
DefaultMessage - Class in io.valkey.springframework.data.valkey.connection
Default message implementation.
DefaultMessage(byte[], byte[]) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultMessage
 
DefaultReactiveScriptExecutor<K> - Class in io.valkey.springframework.data.valkey.core.script
Default implementation of ReactiveScriptExecutor.
DefaultReactiveScriptExecutor(ReactiveValkeyConnectionFactory, ValkeySerializationContext<K, ?>) - Constructor for class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
defaults() - Static method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Default OpenTelemetry configuration for Valkey-Glide.
DefaultScriptExecutor<K> - Class in io.valkey.springframework.data.valkey.core.script
Default implementation of ScriptExecutor.
DefaultScriptExecutor(ValkeyTemplate<K, ?>) - Constructor for class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
DefaultSortParameters - Class in io.valkey.springframework.data.valkey.connection
Default implementation for SortParameters.
DefaultSortParameters() - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
Constructs a new DefaultSortParameters instance.
DefaultSortParameters(byte[], SortParameters.Range, byte[][], SortParameters.Order, Boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
Constructs a new DefaultSortParameters instance.
DefaultSortParameters(SortParameters.Range, SortParameters.Order, Boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
Constructs a new DefaultSortParameters instance.
DefaultStringTuple - Class in io.valkey.springframework.data.valkey.connection
Default implementation for StringValkeyConnection.StringTuple interface.
DefaultStringTuple(byte[], String, Double) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
Constructs a new DefaultStringTuple instance.
DefaultStringTuple(Tuple, String) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
Constructs a new DefaultStringTuple instance.
DefaultStringTuple(String, double) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
Constructs a new DefaultStringTuple instance.
DefaultStringValkeyConnection - Class in io.valkey.springframework.data.valkey.connection
Default implementation of StringValkeyConnection.
DefaultStringValkeyConnection(ValkeyConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
Constructs a new DefaultStringValkeyConnection instance.
DefaultStringValkeyConnection(ValkeyConnection, ValkeySerializer<String>) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
Constructs a new DefaultStringValkeyConnection instance.
DefaultTuple - Class in io.valkey.springframework.data.valkey.connection.zset
Default implementation for Tuple interface.
DefaultTuple(byte[], Double) - Constructor for class io.valkey.springframework.data.valkey.connection.zset.DefaultTuple
Constructs a new DefaultTuple.
DefaultTypedTuple<V> - Class in io.valkey.springframework.data.valkey.core
Default implementation of TypedTuple.
DefaultTypedTuple(V, Double) - Constructor for class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
Constructs a new DefaultTypedTuple instance.
defaultTyping(boolean) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
Enable or disable default typing.
DefaultValkeyGlideClientConfiguration - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Default implementation of ValkeyGlideClientConfiguration.
DefaultValkeyGlideClientConfiguration(Duration, boolean, Duration, ReadFrom, Integer, String, BackoffStrategy, int, ValkeyGlideClientConfiguration.OpenTelemetryForGlide) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
DefaultValkeyList<E> - Class in io.valkey.springframework.data.valkey.support.collections
Default implementation for ValkeyList.
DefaultValkeyList(BoundListOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
Constructs a new, uncapped DefaultValkeyList instance.
DefaultValkeyList(BoundListOperations<String, E>, int) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
Constructs a new DefaultValkeyList instance constrained to the given max size.
DefaultValkeyList(String, ValkeyOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
Constructs a new, uncapped DefaultValkeyList instance.
DefaultValkeyList(String, ValkeyOperations<String, E>, int) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
Constructs a new DefaultValkeyList instance constrained to the given max size.
DefaultValkeyMap<K,V> - Class in io.valkey.springframework.data.valkey.support.collections
Default implementation for ValkeyMap.
DefaultValkeyMap(BoundHashOperations<String, K, V>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
Constructs a new DefaultValkeyMap instance.
DefaultValkeyMap(String, ValkeyOperations<String, ?>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
Constructs a new DefaultValkeyMap instance.
DefaultValkeyScript<T> - Class in io.valkey.springframework.data.valkey.core.script
Default implementation of ValkeyScript.
DefaultValkeyScript() - Constructor for class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
Creates a new DefaultValkeyScript
DefaultValkeyScript(String) - Constructor for class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
Creates a new DefaultValkeyScript
DefaultValkeyScript(String, Class<T>) - Constructor for class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
Creates a new DefaultValkeyScript
DefaultValkeySet<E> - Class in io.valkey.springframework.data.valkey.support.collections
Default implementation for ValkeySet.
DefaultValkeySet(BoundSetOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
Constructs a new DefaultValkeySet instance.
DefaultValkeySet(String, ValkeyOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
Constructs a new DefaultValkeySet instance.
DefaultValkeyTypeMapper - Class in io.valkey.springframework.data.valkey.core.convert
Default implementation of ValkeyTypeMapper allowing configuration of the key to lookup and store type information via Bucket.BucketPropertyPath in buckets.
DefaultValkeyTypeMapper() - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
Create a new DefaultValkeyTypeMapper using DefaultValkeyTypeMapper.DEFAULT_TYPE_KEY to exchange type hints.
DefaultValkeyTypeMapper(String) - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
Create a new DefaultValkeyTypeMapper given typeKey to exchange type hints.
DefaultValkeyTypeMapper(String, List<? extends TypeInformationMapper>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
Create a new DefaultValkeyTypeMapper given typeKey to exchange type hints and List of TypeInformationMapper.
DefaultValkeyTypeMapper(String, MappingContext<? extends PersistentEntity<?, ?>, ?>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
Create a new DefaultValkeyTypeMapper given typeKey to exchange type hints and MappingContext.
DefaultValkeyZSet<E> - Class in io.valkey.springframework.data.valkey.support.collections
Default implementation for ValkeyZSet.
DefaultValkeyZSet(BoundZSetOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
Constructs a new DefaultValkeyZSet instance with a default score of '1'.
DefaultValkeyZSet(BoundZSetOperations<String, E>, double) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
Constructs a new DefaultValkeyZSet instance.
DefaultValkeyZSet(String, ValkeyOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
Constructs a new DefaultValkeyZSet instance with a default score of 1.
DefaultValkeyZSet(String, ValkeyOperations<String, E>, double) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
Constructs a new DefaultValkeyZSet instance.
del(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
del(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
del(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
del(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Delete given keys.
del(String) - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
Remove the value reachable via given path.
del(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
del(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Delete given keys.
del(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Delete key.
del(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Delete keys one by one.
DEL - Enum constant in enum class io.valkey.springframework.data.valkey.core.PartialUpdate.UpdateCommand
 
DEL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
delegatingListener - Variable in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
Bridges Glide's callback mechanism (configured at client creation) with Spring's MessageListener (provided at subscribe time).
delete(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Removes the given key.
delete(H, Object...) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Delete given hash hashKeys.
delete(Record<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Removes a given Record from the stream.
delete(Record<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Removes a given Record from the stream.
delete(Object...) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Delete given hash keys at the bound key.
delete(Object, String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
delete(Object, String, Class<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
delete(String...) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Removes the specified entries from the stream.
delete(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Delete given keys.
delete(Collection<K>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.HyperLogLogOperations
Removes the given key.
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Removes the given key.
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHyperLogLogOperations
Removes the given key.
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes the given key.
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Removes the given key.
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Removes the given key.
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Removes the given key.
delete(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Delete given key.
delete(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
delete(K...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Delete given key.
delete(K...) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
delete(K, RecordId...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Removes the specified records from the stream.
delete(K, RecordId...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Removes the specified records from the stream.
delete(K, String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Removes the specified records from the stream.
delete(K, String...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Removes the specified records from the stream.
delete(Publisher<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Delete given keys.
delete(Publisher<K>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
DELETE_CONSUMER - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand.GroupCommandAction
 
deleteAllOf(String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
deleteConsumer(Consumer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
deleteConsumer(Consumer) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Delete a consumer from a consumer group.
deleteConsumer(String) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
deleteConsumer(K, Consumer) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Delete a consumer from a consumer group.
deleteConsumer(K, Consumer) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Delete a consumer from a consumer group.
DELIMITER - Static variable in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
 
DELIMITER - Static variable in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
 
desc() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
DESC - Enum constant in enum class io.valkey.springframework.data.valkey.connection.SortParameters.Order
 
descendingIterator() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
deserialize(byte[]) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
 
deserialize(byte[]) - Method in class io.valkey.springframework.data.valkey.serializer.GenericToStringSerializer
 
deserialize(byte[]) - Method in class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
 
deserialize(byte[]) - Method in class io.valkey.springframework.data.valkey.serializer.JdkSerializationValkeySerializer
 
deserialize(byte[]) - Method in class io.valkey.springframework.data.valkey.serializer.OxmSerializer
 
deserialize(byte[]) - Method in class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
 
deserialize(byte[]) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Deserialize an object from the given binary data.
deserialize(byte[], Class<T>) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Deserialized the array of bytes containing JSON as an Object of the given, required type.
deserialize(ValkeySerializer<? extends K>, ValkeySerializer<? extends HK>, ValkeySerializer<? extends HV>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
Deserialize key with the streamSerializer, field names with the fieldSerializer and values with the valueSerializer.
deserialize(ValkeySerializer<? extends K>, ValkeySerializer<? extends HK>, ValkeySerializer<? extends HV>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
Deserialize key with the streamSerializer, field names with the fieldSerializer and values with the valueSerializer.
deserialize(ValkeySerializer<T>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
Deserialize key and field/value pairs with the given ValkeySerializer.
deserialize(ValkeySerializer<T>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
Deserialize key and field/value pairs with the given ValkeySerializer.
deserialize(Collection<byte[]>, ValkeySerializer<T>) - Static method in class io.valkey.springframework.data.valkey.serializer.SerializationUtils
 
deserialize(List<byte[]>, ValkeySerializer<T>) - Static method in class io.valkey.springframework.data.valkey.serializer.SerializationUtils
 
deserialize(Map<byte[], byte[]>, ValkeySerializer<HK>, ValkeySerializer<HV>) - Static method in class io.valkey.springframework.data.valkey.serializer.SerializationUtils
 
deserialize(Map<byte[], byte[]>, ValkeySerializer<T>) - Static method in class io.valkey.springframework.data.valkey.serializer.SerializationUtils
 
deserialize(Set<byte[]>, ValkeySerializer<T>) - Static method in class io.valkey.springframework.data.valkey.serializer.SerializationUtils
 
deserializeCacheValue(byte[]) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Deserialize the given the array of bytes to the actual cache value.
deserializeRecord(ByteBufferRecord) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Deserialize a ByteBufferRecord using the configured serialization context into a MapRecord.
deserializeRecord(ByteRecord) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Deserialize a ByteRecord using the configured serializers into a MapRecord.
deserializeResult(ValkeyElementReader<T>, Flux<T>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
deserializeResult(ValkeySerializer<T>, Object) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
deserializingGeoResultsConverter(ValkeySerializer<V>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converter capable of deserializing GeoResults.
destroy() - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
 
destroy() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
destroy() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
destroy() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Shut down the factory when this factory is destroyed.
destroy() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
destroy() - Method in class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
 
destroy() - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
 
destroy() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Destroy the container and stop it.
destroy(ValkeyKeyValueAdapter, CreationalContext<ValkeyKeyValueAdapter>) - Method in class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueAdapterBean
 
destroy(KeyValueOperations, CreationalContext<KeyValueOperations>) - Method in class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueTemplateBean
 
destroy(T, CreationalContext<T>) - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
DESTROY - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand.GroupCommandAction
 
destroyGroup(String) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
destroyGroup(String) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Destroy a consumer group.
destroyGroup(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Destroy a consumer group.
destroyGroup(K, String) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Destroy a consumer group.
destroyLater() - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
 
diff(ValkeySet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
diff(ValkeySet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Diff this set and another ValkeySet.
diff(ValkeyZSet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
diff(ValkeyZSet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Diff this set and another ValkeyZSet.
diff(Collection<? extends ValkeySet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
diff(Collection<? extends ValkeySet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Diff this set and other ValkeySets.
diff(Collection<? extends ValkeyZSet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
diff(Collection<? extends ValkeyZSet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Diff this set and other ValkeyZSets.
diff(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Deprecated.
since 3.0, use BoundSetOperations.difference(Collection) instead to follow a consistent method naming scheme.
diff(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Deprecated.
since 3.0, use BoundSetOperations.difference(Object) instead to follow a consistent method naming scheme.
diffAndStore(ValkeySet<?>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
diffAndStore(ValkeySet<?>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Create a new ValkeySet by diffing this sorted set and ValkeySet and store result in destination destKey.
diffAndStore(ValkeyZSet<?>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
diffAndStore(ValkeyZSet<?>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Create a new ValkeyZSet by diffing this sorted set and ValkeyZSet and store result in destination destKey.
diffAndStore(Collection<? extends ValkeySet<?>>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
diffAndStore(Collection<? extends ValkeySet<?>>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Create a new ValkeySet by diffing this sorted set and the collection ValkeySet and store result in destination destKey.
diffAndStore(Collection<? extends ValkeyZSet<?>>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
diffAndStore(Collection<? extends ValkeyZSet<?>>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Create a new ValkeyZSet by diffing this sorted set and the collection ValkeyZSet and store result in destination destKey.
diffAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Deprecated.
since 3.0, use BoundSetOperations.differenceAndStore(Collection, Object) instead to follow a consistent method naming scheme.
diffAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Deprecated.
since 3.0, use BoundSetOperations.differenceAndStore(Object, Object) instead to follow a consistent method naming scheme..
difference(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Diff all sets for given the bound key and keys.
difference(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Diff sorted sets.
difference(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Diff all sets for given keys.
difference(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Diff all sets for given keys.
difference(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Diff all sets for given the bound key and key.
difference(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Diff sorted sets.
difference(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Diff all sets for given key and otherKeys.
difference(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Diff sorted sets.
difference(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Diff all sets for given key and otherKeys.
difference(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Diff sorted sets.
difference(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Diff all sets for given key and otherKey.
difference(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Diff sorted sets.
difference(K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Diff all sets for given key and otherKey.
difference(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Diff sorted sets.
differenceAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Diff all sets for given the bound key and keys and store result in destKey.
differenceAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Diff sorted sets and store result in destination destKey.
differenceAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Diff all sets for given keys and store result in destKey.
differenceAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Diff all sets for given keys and store result in destKey.
differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Diff all sets for given key and otherKeys and store result in destKey.
differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Diff sorted sets and store result in destination destKey.
differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Diff all sets for given key and otherKeys and store result in destKey.
differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Diff sorted sets and store result in destination destKey.
differenceAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Diff all sets for given the bound key and keys and store result in destKey.
differenceAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Diff sorted sets and store result in destination destKey.
differenceAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Diff all sets for given key and otherKey and store result in destKey.
differenceAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Diff sorted sets and store result in destination destKey.
differenceAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Diff all sets for given key and otherKey and store result in destKey.
differenceWithScores(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Diff sorted sets.
differenceWithScores(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Diff sorted sets.
differenceWithScores(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Diff sorted sets.
differenceWithScores(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Diff sorted sets.
differenceWithScores(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Diff sorted sets.
differenceWithScores(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Diff sorted sets.
diffWithScores(ValkeyZSet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
diffWithScores(ValkeyZSet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Diff this set and another ValkeyZSet.
diffWithScores(Collection<? extends ValkeyZSet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
diffWithScores(Collection<? extends ValkeyZSet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Diff this set and other ValkeyZSets.
DigestUtils - Class in io.valkey.springframework.data.valkey.core.script
Utilties for working with MessageDigest
DigestUtils() - Constructor for class io.valkey.springframework.data.valkey.core.script.DigestUtils
 
disableCachingNullValues() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Disable caching null values.
disableCreateOnMissingCache() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Disable ValkeyCache creation at runtime for non-configured, undeclared caches.
disableKeyPrefix() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Disable using cache key prefixes.
disablePeerVerification() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Disable peer verification.
disablePeerVerification() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
discard() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
discard() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
discard() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
discard() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
discard() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
discard() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
discard() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyTxCommands
Discard all commands issued after ValkeyTxCommands.multi().
discard() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Discard all commands issued after ValkeyOperations.multi().
discard() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
DISCARD - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
DISCONNECTED - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.LinkState
 
distance(K, M, M) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the Distance between member1 and member2.
distance(K, M, M) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the Distance between member1 and member2.
distance(K, M, M, Metric) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the Distance between member1 and member2 in the given Metric.
distance(K, M, M, Metric) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the Distance between member1 and member2 in the given Metric.
distance(M, M) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the Distance between member1 and member2.
distance(M, M, Metric) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the Distance between member1 and member2 in the given Metric.
distanceConverterForMetric(Metric) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converter capable of converting Double into Distance using given Metric.
distinctRandomMembers(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Get count distinct random elements from set at the bound key.
distinctRandomMembers(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get count distinct random elements from set at the bound key.
distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Get count distinct random elements from set at key.
distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get count distinct random elements from set at key.
distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Get count distinct random elements from set at key.
distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get count distinct random elements from set at key.
distinctRandomMembersWithScore(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get count distinct random elements with their score from set at the bound key.
distinctRandomMembersWithScore(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get count distinct random elements with their score from set at key.
distinctRandomMembersWithScore(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get count distinct random elements with their score from set at key.
DO_NOT_CACHE_NULL_VALUES - Static variable in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
DO_NOT_USE_PREFIX - Static variable in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
doClose() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSubscription
 
doClose() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
Shutdown the subscription and free any resources held.
doClose() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Customization hook for cleaning up resources on when calling ScanCursor.close().
doCreateConnectionProvider(AbstractRedisClient, RedisCodec<?, ?>) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Create a LettuceConnectionProvider given AbstractRedisClient and RedisCodec.
doCreateLettuceClusterConnection(StatefulRedisClusterConnection<byte[], byte[]>, LettuceConnectionProvider, ClusterTopologyProvider, ClusterCommandExecutor, Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Customization hook for LettuceClusterConnection creation.
doCreateLettuceConnection(StatefulRedisConnection<byte[], byte[]>, LettuceConnectionProvider, long, int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Customization hook for LettuceConnection creation.
doCreateSubscription(MessageListener, StatefulRedisPubSubConnection<byte[], byte[]>, LettuceConnectionProvider) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
Customization hook to create a LettuceSubscription.
DOES_NOT_EXIST - Static variable in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
doGetAsyncDedicatedConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
doGetConnection(ValkeyConnectionFactory, boolean, boolean, boolean) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Actually obtain a ValkeyConnection from the given ValkeyConnectionFactory.
doHandleMessage(Message) - Method in class io.valkey.springframework.data.valkey.listener.KeyExpirationEventMessageListener
 
doHandleMessage(Message) - Method in class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
Handle the actual message
doInCluster(T) - Method in interface io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.ClusterCommandCallback
 
doInCluster(T, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.MultiKeyClusterCommandCallback
 
doInit(Jedis) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
Do what ever is required to establish the connection to valkey.
doInKeyValue(KeyValueAdapter) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate.ValkeyKeyValueCallback
 
doInValkey(ReactiveValkeyConnection) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyCallback
Gets called by ReactiveValkeyTemplate.execute(ReactiveValkeyCallback) with an active Valkey connection.
doInValkey(ValkeyClusterConnection) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyClusterCallback
Gets called by ClusterOperations with an active Valkey connection.
doInValkey(ValkeyConnection) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyCallback
Method called by ValkeyTemplate with an active ValkeyConnection.
doInValkey(ValkeyKeyValueAdapter) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate.ValkeyKeyValueCallback
 
doOpen(long) - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.0, use ScanCursor.doOpen(CursorId) instead.
doOpen(Cursor.CursorId) - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Customization hook when calling ScanCursor.open().
doPartialUpdate(PartialUpdate<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
 
doPsubscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSubscription
 
doPsubscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
Subscribe to the given patterns
doPUnsubscribe(boolean, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSubscription
 
doPUnsubscribe(boolean, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
Pattern unsubscribe.
doRegister(ValkeyMessageListenerContainer) - Method in class io.valkey.springframework.data.valkey.listener.KeyExpirationEventMessageListener
 
doRegister(ValkeyMessageListenerContainer) - Method in class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
Register instance within the container.
doScan(byte[], Cursor.CursorId, ScanOptions) - Method in class io.valkey.springframework.data.valkey.core.KeyBoundCursor
 
doScan(long, ScanOptions) - Method in class io.valkey.springframework.data.valkey.core.KeyBoundCursor
 
doScan(long, ScanOptions) - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Deprecated.
since 3.3.0, cursorId, can exceed Long.MAX_VALUE.
doScan(Cursor.CursorId, ScanOptions) - Method in class io.valkey.springframework.data.valkey.core.KeyBoundCursor
 
doScan(Cursor.CursorId, ScanOptions) - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Performs the actual scan command using the native client implementation.
doSubscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSubscription
 
doSubscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
Subscribe to the given channels.
doubleValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
doubleValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
doubleValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
doUnsubscribe(boolean, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSubscription
 
doUnsubscribe(boolean, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
Channel unsubscribe.
doWithOperations(ReactiveValkeyOperations<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeySessionCallback
Gets called by ReactiveValkeyOperations.executeInSession(ReactiveValkeySessionCallback) with an active Valkey connection.
DOWN_AFTER_MILLISECONDS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
drainTo(Collection<? super E>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
drainTo(Collection<? super E>, int) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
dump(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
dump(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
dump(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
dump(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Retrieve serialized version of the value stored at key.
dump(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Retrieve serialized version of the value stored at key.
dump(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Executes the Valkey dump command and returns the results.
DUMP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
duration() - Method in record class io.valkey.springframework.data.valkey.cache.FixedDurationTtlFunction
Returns the value of the duration record component.

E

echo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
echo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
echo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
echo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
echo(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnectionCommands
Returns message via server roundtrip.
echo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
echo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
echo(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
echo(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Returns message via server roundtrip.
ECHO - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
element() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
elementAt(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LIndexCommand
Creates a new ReactiveListCommands.LIndexCommand given an index.
elementAt(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LSetCommand
Creates a new ReactiveListCommands.LSetCommand given an index.
elements() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
empty() - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
Creates an empty StreamReadOptions instance.
empty() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
Factory method used to construct a new, empty ValkeyClusterNode.SlotRange.
empty() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
 
enableCreateOnMissingCache() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Enables ValkeyCache creation at runtime for unconfigured, undeclared caches.
enableKeyspaceEvents() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
enableStatistics() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Enables cache statistics.
enableTimeToIdle() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Enables time-to-idle (TTI) expiration on Cache read operations, such as Cache.get(Object).
EnableValkeyRepositories - Annotation Interface in io.valkey.springframework.data.valkey.repository.configuration
Annotation to activate Valkey repositories.
encode(String) - Static method in class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
encodeMap(Map<String, byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.util.DecodeUtils
 
ENCODING - Static variable in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
encodingOf(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
encodingOf(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
encodingOf(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
encodingOf(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Get the type of internal representation used for storing the value at the given key.
encodingOf(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
encodingOf(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the type of internal representation used for storing the value at the given key.
encodingOf(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Get the type of internal representation used for storing the value at the given key.
entries() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Get entire hash at the bound key.
entries(H) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get entire hash stored at key.
entries(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get entire hash stored at key.
entries(String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
entryIds(String...) - Static method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
 
entryOf(K, V) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Create an Map.Entry from key and value.
entrySet() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
A set view of the mappings contained in this bucket.
entrySet() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
entrySet() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
entryTtl(ValkeyCacheWriter.TtlFunction) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Set the TTL function to compute the time to live for cache entries.
entryTtl(Duration) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Set the ttl to apply for cache entries.
equals(Object) - Method in record class io.valkey.springframework.data.valkey.cache.FixedDurationTtlFunction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.ChannelMessage
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.PatternMessage
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.CommandResponse
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.stream.Consumer
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArrayWrapper
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
equals(Object) - Method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.zset.DefaultTuple
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
 
equals(Object) - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.index.IndexDefinition.IndexingContext
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.index.SpelIndexDefinition
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
 
equals(Object) - Method in record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoLocation
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoCoordinateReference
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoMemberReference
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.listener.PatternTopic
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
equals(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
errorHandler(ErrorHandler) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder
Configure a ErrorHandler to be notified on read, deserialization, and listener errors.
errorHandler(ErrorHandler) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a ErrorHandler to be notified on errors.
errorHandler(ErrorHandler) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
Configure a ErrorHandler to be notified on errors.
eval(byte[], ReturnType, int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
eval(byte[], ReturnType, int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
eval(byte[], ReturnType, int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
eval(byte[], ReturnType, int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyScriptingCommands
Evaluate given script.
eval(ReactiveValkeyConnection, ValkeyScript<T>, ReturnType, int, ByteBuffer[], ValkeyElementReader<T>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
eval(ValkeyConnection, ValkeyScript<T>, ReturnType, int, byte[][], ValkeySerializer<T>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
eval(String, ReturnType, int, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
NOTE: This method will not deserialize Strings returned by Lua scripts, as they may not be encoded with the same serializer used here.
eval(String, ReturnType, int, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Evaluate given script.
eval(ByteBuffer, ReturnType, int, ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
Evaluate given script.
EVAL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
evalSha(byte[], ReturnType, int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
evalSha(byte[], ReturnType, int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
evalSha(byte[], ReturnType, int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
evalSha(byte[], ReturnType, int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyScriptingCommands
Evaluate given scriptSha.
evalSha(String, ReturnType, int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
evalSha(String, ReturnType, int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
evalSha(String, ReturnType, int, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
evalSha(String, ReturnType, int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyScriptingCommands
Evaluate given scriptSha.
evalSha(String, ReturnType, int, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
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, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Evaluate given scriptSha.
evalSha(String, ReturnType, int, ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
Evaluate given scriptSha.
EVALSHA - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
EVENTS - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
evict(Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
ExampleQueryMapper - Class in io.valkey.springframework.data.valkey.repository.query
Mapper for Query-by-Example examples to an actual query.
ExampleQueryMapper(MappingContext<ValkeyPersistentEntity<?>, ValkeyPersistentProperty>, IndexResolver) - Constructor for class io.valkey.springframework.data.valkey.repository.query.ExampleQueryMapper
Creates a new ExampleQueryMapper given MappingContext and IndexResolver.
ExceptionTranslationStrategy - Interface in io.valkey.springframework.data.valkey
Potentially translates an Exception into appropriate DataAccessException.
excludeFilters() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Specifies which types are not eligible for component scanning.
exec() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
exec() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
exec() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
exec() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
exec() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
exec() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
exec() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyTxCommands
Executes all queued commands in a transaction started with ValkeyTxCommands.multi().
exec() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes all queued commands in a transaction started with ValkeyOperations.multi().
exec() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Execute a transaction, using the default ValkeySerializers to deserialize any results that are byte[]s or Collections or Maps of byte[]s or Tuples.
exec(ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Execute a transaction, using the provided ValkeySerializer to deserialize any results that are byte[]s or Collections of byte[]s.
exec(ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
EXEC - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
execRaw() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
execute(RequestRoutingConfiguration.Route, String, ValkeyGlideConverters.ResultMapper<I, R>, Object...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
Execute a Valkey command with explicit routing.
execute(ValkeyGlideFutureUtils.FutureSupplier<T>, long, ValkeyGlideExceptionConverter) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideFutureUtils
Execute a CompletableFuture synchronously, waiting for the specified timeout.
execute(ReactiveValkeyCallback<T>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Executes the given action within a Valkey connection.
execute(ReactiveValkeyCallback<T>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
execute(ReactiveValkeyCallback<T>, boolean) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
Executes the given action object within a connection that can be exposed or not.
execute(ValkeyScript<T>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Executes the given ValkeyScript.
execute(ValkeyScript<T>) - Method in interface io.valkey.springframework.data.valkey.core.script.ReactiveScriptExecutor
Execute the given ValkeyScript
execute(ValkeyScript<T>, ValkeySerializer<?>, ValkeySerializer<T>, List<K>, Object...) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
execute(ValkeyScript<T>, ValkeySerializer<?>, ValkeySerializer<T>, List<K>, Object...) - Method in interface io.valkey.springframework.data.valkey.core.script.ScriptExecutor
Executes the given ValkeyScript, using the provided ValkeySerializers to serialize the script arguments and result.
execute(ValkeyScript<T>, ValkeySerializer<?>, ValkeySerializer<T>, List<K>, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes the given ValkeyScript, using the provided ValkeySerializers to serialize the script arguments and result.
execute(ValkeyScript<T>, ValkeySerializer<?>, ValkeySerializer<T>, List<K>, Object...) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
execute(ValkeyScript<T>, List<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Executes the given ValkeyScript.
execute(ValkeyScript<T>, List<K>) - Method in interface io.valkey.springframework.data.valkey.core.script.ReactiveScriptExecutor
Execute the given ValkeyScript
execute(ValkeyScript<T>, List<K>, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Executes the given ValkeyScript
execute(ValkeyScript<T>, List<K>, Object...) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
execute(ValkeyScript<T>, List<K>, Object...) - Method in interface io.valkey.springframework.data.valkey.core.script.ReactiveScriptExecutor
Executes the given ValkeyScript
execute(ValkeyScript<T>, List<K>, Object...) - Method in interface io.valkey.springframework.data.valkey.core.script.ScriptExecutor
Executes the given ValkeyScript
execute(ValkeyScript<T>, List<K>, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes the given ValkeyScript
execute(ValkeyScript<T>, List<K>, Object...) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
execute(ValkeyScript<T>, List<K>, List<?>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Executes the given ValkeyScript
execute(ValkeyScript<T>, List<K>, List<?>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
execute(ValkeyScript<T>, List<K>, List<?>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
execute(ValkeyScript<T>, List<K>, List<?>) - Method in interface io.valkey.springframework.data.valkey.core.script.ReactiveScriptExecutor
Executes the given ValkeyScript
execute(ValkeyScript<T>, List<K>, List<?>, ValkeyElementWriter<?>, ValkeyElementReader<T>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Executes the given ValkeyScript, using the provided ValkeySerializers to serialize the script arguments and result.
execute(ValkeyScript<T>, List<K>, List<?>, ValkeyElementWriter<?>, ValkeyElementReader<T>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
execute(ValkeyScript<T>, List<K>, List<?>, ValkeyElementWriter<?>, ValkeyElementReader<T>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
execute(ValkeyScript<T>, List<K>, List<?>, ValkeyElementWriter<?>, ValkeyElementReader<T>) - Method in interface io.valkey.springframework.data.valkey.core.script.ReactiveScriptExecutor
Executes the given ValkeyScript, using the provided ValkeySerializers to serialize the script arguments and result.
execute(SessionCallback<T>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes a Valkey session.
execute(SessionCallback<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
execute(ValkeyCallback<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Execute ValkeyCallback via underlying ValkeyOperations.
execute(ValkeyCallback<T>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes the given action within a Valkey connection.
execute(ValkeyCallback<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
execute(ValkeyCallback<T>, boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Executes the given action object within a connection, which can be exposed or not.
execute(ValkeyCallback<T>, boolean, boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Executes the given action object within a connection that can be exposed or not.
execute(ValkeyOperations<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.SessionCallback
Executes all the given operations inside the same session.
execute(Object[]) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyPartTreeQuery
 
execute(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
execute(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
'Native' or 'raw' execution of the given command along-side the given arguments.
execute(String, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
execute(String, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
execute(String, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
execute(String, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
execute(String, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommands
Native or raw execution of the given Valkey command along with the given arguments.
execute(String, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
execute(String, byte[], Collection<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
execute(String, byte[], Collection<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterConnection
Execute the given command for the key provided potentially appending args.
execute(String, CommandOutput, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
'Native' or 'raw' execution of the given command along-side the given arguments.
execute(String, ValkeyGlideConverters.ResultMapper<I, R>, Object...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
Executes a Valkey command with arguments and converts the raw driver result into a strongly typed value using the provided ValkeyGlideConverters.ResultMapper.
execute(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
execute(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
'Native' or 'raw' execution of the given command along-side the given arguments.
execute(String, Collection<byte[]>, Collection<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
Execute the given command for each key in keys provided appending all args on each invocation.
executeCommandAsyncOnNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T>, Iterable<ValkeyClusterNode>) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
 
executeCommandOnAllNodes(ClusterCommandExecutor.ClusterCommandCallback<S, T>) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
Run ClusterCommandExecutor.ClusterCommandCallback on all reachable master nodes.
executeCommandOnArbitraryNode(ClusterCommandExecutor.ClusterCommandCallback<?, T>) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
executeCommandOnSingleNode(ClusterCommandExecutor.ClusterCommandCallback<S, T>, ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
executeInSession(ReactiveValkeySessionCallback<K, V, T>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Executes the given action within a Valkey session using the same ReactiveValkeyConnection.
executeInSession(ReactiveValkeySessionCallback<K, V, T>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
executeMultiKeyCommand(ClusterCommandExecutor.MultiKeyClusterCommandCallback<S, T>, Iterable<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
Run ClusterCommandExecutor.MultiKeyClusterCommandCallback with on a curated set of nodes serving one or more keys.
executePipelined(SessionCallback<?>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes the given Valkey session on a pipelined connection.
executePipelined(SessionCallback<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
executePipelined(SessionCallback<?>, ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes the given Valkey session on a pipelined connection, returning the results using a dedicated serializer.
executePipelined(SessionCallback<?>, ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
executePipelined(ValkeyCallback<?>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes the given action object on a pipelined connection, returning the results.
executePipelined(ValkeyCallback<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
executePipelined(ValkeyCallback<?>, ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Executes the given action object on a pipelined connection, returning the results using a dedicated serializer.
executePipelined(ValkeyCallback<?>, ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
executeWithStickyConnection(ValkeyCallback<T>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Allocates and binds a new ValkeyConnection to the actual return type of the method.
executeWithStickyConnection(ValkeyCallback<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
executor(Executor) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a Executor to run stream polling Tasks.
exists(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
exists(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
exists(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
exists(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Determine if given key exists.
exists(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
exists(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
exists(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
exists(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Count how many of the given keys exist.
exists(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
exists(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Determine if given key exists.
exists(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
exists(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Count how many of the given keys exist.
exists(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Determine if given key exists.
exists(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Determine the number of given keys that exist.
exists(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Determine if given key exists.
exists(Example<S>) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
EXISTS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
expiration() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Returns a bound operations object to perform expiration operations on the bound key.
expiration(H) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at key.
expiration(H, HK...) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at key for the given hash fields.
expiration(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at key for the given hash fields.
expiration(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns a bound operations object to perform expiration operations on the bound key.
Expiration - Class in io.valkey.springframework.data.valkey.core.types
Expiration holds a numeric value with an associated TimeUnit.
Expiration(long, TimeUnit) - Constructor for class io.valkey.springframework.data.valkey.core.types.Expiration
Creates new Expiration.
expirationOf(K) - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
ExpirationOptions - Class in io.valkey.springframework.data.valkey.connection
Expiration options for Expiation updates.
ExpirationOptions.Condition - Enum Class in io.valkey.springframework.data.valkey.connection
Conditions to apply when changing expiration.
ExpirationOptions.ExpirationOptionsBuilder - Class in io.valkey.springframework.data.valkey.connection
Builder to build ExpirationOptions
Expirations<K> - Class in io.valkey.springframework.data.valkey.core.types
Value Object linking a number of keys to their Expirations.TimeToLive retaining the order of the original source.
Expirations.Timeouts - Record Class in io.valkey.springframework.data.valkey.core.types
Collection of timeouts associated with a TimeUnit.
Expirations.TimeToLive - Class in io.valkey.springframework.data.valkey.core.types
Expiration holds time to live Expirations.TimeToLive.raw() values as returned by a Valkey Client.
expire(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
expire(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set time to live for given key in seconds.
expire(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
expire(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
expire(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
expire(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set time to live for given key in seconds.
expire(byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set time to live for given key using seconds precision.
expire(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Sets the key time-to-live/expiration.
expire(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
expire(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
expire(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
expire(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
expire(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
expire(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
expire(H, Expiration, ExpirationOptions, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Apply the expiration for given hashKeys.
expire(H, Expiration, ExpirationOptions, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Set time to live for given hashKeys stored within key.
expire(H, Duration, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Set time to live for given hashKey .
expire(H, Duration, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Set time to live for given hashKeys stored within key.
expire(Expiration) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
Apply Expiration to the bound hash key/hash fields without any additional constraints.
expire(Expiration) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
Apply Expiration to the bound key without any additional constraints.
expire(Expiration, ExpirationOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
Apply Expiration to the bound hash key/hash fields given expiration options.
expire(Expiration, ExpirationOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
Apply Expiration to the bound key given expiration options.
expire(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given key in seconds.
expire(String, long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
expire(String, long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given key in seconds.
expire(ByteBuffer, Expiration) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
expire(ByteBuffer, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Set time to live for given key in seconds.
expire(Duration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
Applies the timeout.
expire(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
Set time to live for the bound hash key/hash fields.
expire(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
Set time to live for the bound key.
expire(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Sets the key time-to-live/expiration.
expire(List<ByteBuffer>, long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
expire(List<ByteBuffer>, Expiration) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
expire(List<ByteBuffer>, Duration) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
expire(K, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Set time to live for given key.
expire(K, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
expire(K, Expiration, ExpirationOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Set the expiration for given key.
expire(K, Expiration, ExpirationOptions) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
expire(K, Expiration, ExpirationOptions) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Set the expiration for given key.
expire(K, Expiration, ExpirationOptions) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
expire(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Set time to live for given key.
expire(K, Duration) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
expire(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Set time to live for given key.
expire(Publisher<ReactiveKeyCommands.ExpireCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Expire keys one by one.
EXPIRE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
expireAt(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
expireAt(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set the expiration for given key as a UNIX timestamp.
expireAt(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
expireAt(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
expireAt(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
expireAt(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set the expiration for given key as a UNIX timestamp.
expireAt(byte[], Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set the expiration for given key as a UNIX timestamp in seconds precision.
expireAt(H, Instant, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Set the expiration for given hashKeys as a date timestamp.
expireAt(H, Instant, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Set the expiration for given hashKey as a date timestamp.
expireAt(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given key as a UNIX timestamp.
expireAt(String, long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
expireAt(String, long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given key as a UNIX timestamp.
expireAt(ByteBuffer, Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Set the expiration for given key as a UNIX timestamp.
expireAt(Instant) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
Set the expiration for the bound hash key/hash fields as a date timestamp.
expireAt(Instant) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
Set the expiration for the bound key as a date timestamp.
expireAt(Instant) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Sets the key time-to-live/expiration.
expireAt(Date) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Sets the key time-to-live/expiration.
expireAt(Date) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
expireAt(Date) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
expireAt(Date) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
expireAt(Date) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
expireAt(Date) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
expireAt(Date) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
expireAt(List<ByteBuffer>, Instant, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
expireAt(K, Instant) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Set the expiration for given key as a expireAt timestamp.
expireAt(K, Instant) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
expireAt(K, Instant) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Set the expiration for given key as a date timestamp.
expireAt(K, Date) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Set the expiration for given key as a date timestamp.
expireAt(K, Date) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
expireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Set one-by-one the expiration for given key as a UNIX timestamp.
EXPIREAT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
ExpireChanges<K> - Class in io.valkey.springframework.data.valkey.core
Value Object linking a number of keys to their ExpireChanges.ExpiryChangeState retaining the order of the original source.
ExpireChanges.ExpiryChangeState - Record Class in io.valkey.springframework.data.valkey.core
 
expired() - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
EXPIRED - Static variable in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
expiring() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
expiring(Expiration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
Applies Expiration.
ExpiryChangeState(long) - Constructor for record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
Creates an instance of a ExpiryChangeState record class.
extract(String) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Extracts a bucket containing key/value pairs with the prefix.
extractAllKeysFor(String) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Get all the keys matching a given path.
extractBytes(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Deprecated.
Since 3.2. Use ByteUtils.getBytes(ByteBuffer) instead.
extractMessage(Message) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Extract the message body from the given Valkey message.

F

factory - Variable in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
FAIL - Enum constant in enum class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy.Overflow
 
FAIL - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
failover(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
failover(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
failover(NamedNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySentinelCommands
Force a failover as if the master was not reachable.
FAILOVER_TIMEOUT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
failsafeCommandLookup(String) - Static method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
Returns the command represented by the given key, otherwise returns ValkeyCommand.UNKNOWN if no matching command could be found.
FallbackExceptionTranslationStrategy - Class in io.valkey.springframework.data.valkey
FallbackExceptionTranslationStrategy(Converter<Exception, DataAccessException>) - Constructor for class io.valkey.springframework.data.valkey.FallbackExceptionTranslationStrategy
 
feet() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
FEET - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
 
FEET - Enum constant in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
 
fetchJedisConnector() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns a Jedis instance to be used as a Valkey connection.
field(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HDelCommand
field(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HExistsCommand
field(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HGetCommand
fields(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HDelCommand
Creates a new ReactiveHashCommands.HDelCommand given a Collection of field names.
fields(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HGetCommand
Creates a new ReactiveHashCommands.HGetCommand given a Collection of field names.
fieldValues(Map<ByteBuffer, ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
Creates a new ReactiveHashCommands.HSetCommand given a Map of field values.
FILE_DESCRIPTOR - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
find(ValkeyCallback<?>, Class<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
Retrieve entities by resolving their ids and converting them into required type.
findAll(Example<S>) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
findAll(Example<S>, Pageable) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
findAll(Example<S>, Sort) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
findBy(Example<S>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
findOne(Example<S>) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
first() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.Direction
first() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
first() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
first() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Returns the first (lowest) element currently in this sorted set.
first(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to first count values.
firstEntryId() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
The id of the streams first entry.
FixedDurationTtlFunction - Record Class in io.valkey.springframework.data.valkey.cache
ValkeyCacheWriter.TtlFunction implementation returning the given, predetermined Duration used for per cache entry time-to-live (TTL) expiration.
FixedDurationTtlFunction(Duration) - Constructor for record class io.valkey.springframework.data.valkey.cache.FixedDurationTtlFunction
Creates an instance of a FixedDurationTtlFunction record class.
flags - Variable in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
FLAGS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
FLAGS - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
floatValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
floatValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
floatValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
flushAll() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
flushAll() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
flushAll() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Delete all all keys from all databases.
flushAll() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushAll() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
flushAll() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Delete all all keys from all databases.
flushAll(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
flushAll(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Delete all all keys from all databases.
flushAll(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
flushAll(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushAll(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
flushAll(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Delete all all keys from all databases using the specified ValkeyServerCommands.FlushOption.
flushAll(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
flushAll(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushAll(ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
flushAll(ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
flushAll(ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Delete all all keys from all databases using the specified ValkeyServerCommands.FlushOption.
flushAll(ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushAll(ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
flushAll(ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Delete all all keys from all databases using the specified ValkeyServerCommands.FlushOption.
FLUSHALL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
flushDb() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
flushDb() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
flushDb() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Delete all keys of the currently selected database.
flushDb() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushDb() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
flushDb() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Delete all keys of the currently selected database.
flushDb(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
flushDb(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Delete all keys of the currently selected database.
flushDb(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
flushDb(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushDb(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Flush db on node.
flushDb(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
flushDb(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Delete all keys of the currently selected database using the specified ValkeyServerCommands.FlushOption.
flushDb(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
flushDb(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushDb(ValkeyClusterNode, ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Flush db on node using the specified ValkeyServerCommands.FlushOption.
flushDb(ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
flushDb(ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
flushDb(ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Delete all keys of the currently selected database using the specified ValkeyServerCommands.FlushOption.
flushDb(ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
flushDb(ValkeyServerCommands.FlushOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
flushDb(ValkeyServerCommands.FlushOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Delete all keys of the currently selected database using the specified ValkeyServerCommands.FlushOption.
FLUSHDB - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
flushEachCommand() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection.PipeliningFlushPolicy
Return a policy to flush after each command (default behavior).
flushIntervalMs() - Method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Returns the value of the flushIntervalMs record component.
flushOnClose() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection.PipeliningFlushPolicy
Return a policy to flush only if LettuceConnection.closePipeline() is called.
force() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Forces creation of a pending message entry in the PEL even if it does not already exist as long a the given stream record id is valid.
forEach(Consumer<? super StreamInfo.XInfoConsumer>) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
Performs the given action on every available StreamInfo.XInfoConsumer of this StreamInfo.XInfoConsumers.
forEach(Consumer<? super StreamInfo.XInfoGroup>) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
Performs the given action on every available StreamInfo.XInfoGroup of this StreamInfo.XInfoGroups.
forget(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Remove the node from the cluster.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
Applies the Geo set key member.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the Geo set key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the Geo set key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
Applies the key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
Applies the key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LSetCommand
Applies the key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.HIncrByCommand
Applies the key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZCountCommand
Applies the key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZLexCountCommand
Applies the key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZMScoreCommand
Applies the key.
forKey(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZScoreCommand
Applies the key.
forRecords(RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AcknowledgeCommand
Applies the recordIds.
forRecords(String...) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AcknowledgeCommand
Applies the recordIds.
forStream(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
forType(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldGetBuilder
 
forType(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrByBuilder
 
forType(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSetBuilder
 
from(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
Creates new Expiration with the provided TimeUnit.
from(Record<K, ?>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
Create a StreamOffset from the given record id as reference to create the ReadOffset.from(String).
from(RecordId) - Static method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
Read all arriving elements from the stream starting at RecordId.
from(StreamOffset<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
from(StreamOffset<ByteBuffer>...) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
from(Bucket) - Static method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
Creates a top-level Bucket.BucketPropertyPath given Bucket.
from(Bucket, String) - Static method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
Creates a Bucket.BucketPropertyPath given Bucket and prefix.
from(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeyElementReader
Create new ValkeyElementReader using given ValkeySerializer.
from(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeyElementWriter
Create new ValkeyElementWriter using given ValkeySerializer.
from(String) - Static method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
Read all arriving elements from the stream starting at offset.
from(String, String) - Static method in class io.valkey.springframework.data.valkey.connection.stream.Consumer
Create a new consumer.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Sets the member.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
 
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HDelCommand
Applies the hash key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HGetCommand
Applies the hash key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HStrLenCommand
Define the key the hash is stored at.
from(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BRPopLPushCommand
Creates a new ReactiveListCommands.BRPopLPushCommand given a sourceKey.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LIndexCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LPosCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
Applies the key.
from(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.RPopLPushCommand
Creates a new ReactiveListCommands.RPopLPushCommand given a sourceKey.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMoveCommand
Applies the source key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SPopCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRandMembersCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRemCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRandMemberCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByLexCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
Applies the key.
from(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
Applies the key.
from(ByteBuffer, ReactiveListCommands.Direction) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LMoveCommand
from(Duration) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
Creates a new Expiration with the given, required Duration.
from(List<ByteBuffer>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
Applies the value.
from(Point) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Sets the center Point.
fromBytes(byte[], Class<T>) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
Convert given binary representation to desired target type using the underlying ConversionService.
fromCacheWriter(ValkeyCacheWriter) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Factory method returning a new Builder used to create and configure a ValkeyCacheManager using the given ValkeyCacheWriter.
fromCircle(Circle) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
Creates a GeoReference from a circle center point .
fromCode(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.DataType
Utility method for converting an enum code to an actual enum.
fromConnectionFactory(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Factory method returning a new Builder used to create and configure a ValkeyCacheManager using the given ValkeyConnectionFactory.
fromCoordinate(double, double) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
Creates a GeoReference from a WGS84 longitude/latitude coordinate.
fromCoordinate(ValkeyGeoCommands.GeoLocation<?>) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
Creates a GeoReference from a WGS84 longitude/latitude coordinate.
fromCoordinate(Point) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
Creates a GeoReference from a WGS84 longitude/latitude coordinate.
fromGroup(String) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
fromHash(Map) - Method in class io.valkey.springframework.data.valkey.hash.DecoratingStringHashMapper
 
fromHash(Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.hash.ObjectHashMapper
 
fromHash(Map<byte[], byte[]>, Class<T>) - Method in class io.valkey.springframework.data.valkey.hash.ObjectHashMapper
Convert a hash (map) to an object and return the casted result.
fromHash(Map<String, Object>) - Method in class io.valkey.springframework.data.valkey.hash.Jackson2HashMapper
 
fromHash(Map<String, String>) - Method in class io.valkey.springframework.data.valkey.hash.BeanUtilsHashMapper
 
fromHash(Map<K, V>) - Method in interface io.valkey.springframework.data.valkey.hash.HashMapper
Convert a hash (map) to an object.
fromHead(K) - Static method in class io.valkey.springframework.data.valkey.core.ListOperations.MoveFrom
 
fromIndex(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.RangeCommand
Applies a lower bound to the Range.
fromJavaType(Class<?>) - Static method in enum class io.valkey.springframework.data.valkey.connection.ReturnType
 
fromList(String, List<Object>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
 
fromList(List<Object>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroup
 
fromList(List<Object>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
Factory method to create a new instance of StreamInfo.XInfoGroups.
fromList(List<Object>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
Factory method to create a new instance of StreamInfo.XInfoStream.
fromMember(ValkeyGeoCommands.GeoLocation<T>) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
Creates a GeoReference from a geoset member.
fromMember(T) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
Creates a GeoReference from a geoset member.
fromSerializer(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
Creates a new ValkeySerializationContext using the given ValkeySerializer.
fromSerializer(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
fromSetCount(int) - Static method in class io.valkey.springframework.data.valkey.connection.zset.Weights
Creates equal Weights for a number of input sets count with a weight of one.
fromStart(K) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
Create a StreamOffset given stream starting at ReadOffset#from("0-0").
fromString(String) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
Parse a hostAndPort string into ValkeyNode.
fromString(String) - Static method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.ValkeyClientInfoBuilder
 
fromString(String, int) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
Parse a hostAndPort string into ValkeyNode.
fromTail(K) - Static method in class io.valkey.springframework.data.valkey.core.ListOperations.MoveFrom
 
FutureResult<T> - Class in io.valkey.springframework.data.valkey.connection
The result of an asynchronous operation
FutureResult(T) - Constructor for class io.valkey.springframework.data.valkey.connection.FutureResult
Create new FutureResult for given object actually holding the result itself.
FutureResult(T, Converter) - Constructor for class io.valkey.springframework.data.valkey.connection.FutureResult
Create new FutureResult for given object actually holding the result itself and a converter capable of transforming the result via FutureResult.convert(Object).
FutureResult(T, Converter, Supplier<?>) - Constructor for class io.valkey.springframework.data.valkey.connection.FutureResult
Create new FutureResult for given object actually holding the result itself and a converter capable of transforming the result via FutureResult.convert(Object).

G

GenericJackson2JsonValkeySerializer - Class in io.valkey.springframework.data.valkey.serializer
Generic Jackson 2-based ValkeySerializer that maps objects to and from JSON using dynamic typing.
GenericJackson2JsonValkeySerializer() - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Creates GenericJackson2JsonValkeySerializer initialized with an ObjectMapper configured for default typing.
GenericJackson2JsonValkeySerializer(ObjectMapper) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Setting a custom-configured ObjectMapper is one way to take further control of the JSON serialization process.
GenericJackson2JsonValkeySerializer(ObjectMapper, JacksonObjectReader, JacksonObjectWriter) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Setting a custom-configured ObjectMapper is one way to take further control of the JSON serialization process.
GenericJackson2JsonValkeySerializer(String) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Creates GenericJackson2JsonValkeySerializer initialized with an ObjectMapper configured for default typing using the given name.
GenericJackson2JsonValkeySerializer(String, JacksonObjectReader, JacksonObjectWriter) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Creates GenericJackson2JsonValkeySerializer initialized with an ObjectMapper configured for default typing using the given name along with the given, required JacksonObjectReader and JacksonObjectWriter used to read/write Objects de/serialized as JSON.
GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder - Class in io.valkey.springframework.data.valkey.serializer
Builder for configuring and creating a GenericJackson2JsonValkeySerializer.
GenericToStringSerializer<T> - Class in io.valkey.springframework.data.valkey.serializer
Generic String to byte[] (and back) serializer.
GenericToStringSerializer(Class<T>) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericToStringSerializer
 
GenericToStringSerializer(Class<T>, Charset) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericToStringSerializer
 
geoAdd(byte[], ValkeyGeoCommands.GeoLocation<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(byte[], ValkeyGeoCommands.GeoLocation<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
geoAdd(byte[], Iterable<ValkeyGeoCommands.GeoLocation<byte[]>>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoAdd(byte[], Iterable<ValkeyGeoCommands.GeoLocation<byte[]>>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(byte[], Iterable<ValkeyGeoCommands.GeoLocation<byte[]>>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
geoAdd(byte[], Iterable<ValkeyGeoCommands.GeoLocation<byte[]>>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoAdd(byte[], Map<byte[], Point>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoAdd(byte[], Map<byte[], Point>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(byte[], Map<byte[], Point>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Add Map of member / Point pairs to key.
geoAdd(byte[], Map<byte[], Point>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoAdd(byte[], Point, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoAdd(byte[], Point, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(byte[], Point, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Add Point with given member name to key.
geoAdd(byte[], Point, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoAdd(String, ValkeyGeoCommands.GeoLocation<String>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(String, ValkeyGeoCommands.GeoLocation<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
geoAdd(String, Iterable<ValkeyGeoCommands.GeoLocation<String>>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(String, Iterable<ValkeyGeoCommands.GeoLocation<String>>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
geoAdd(String, Map<String, Point>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(String, Map<String, Point>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Add Map of member / Point pairs to key.
geoAdd(String, Point, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoAdd(String, Point, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Add Point with given member name to key.
geoAdd(ByteBuffer, ValkeyGeoCommands.GeoLocation<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
geoAdd(ByteBuffer, Collection<ValkeyGeoCommands.GeoLocation<ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
geoAdd(ByteBuffer, Point, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Add Point with given member to key.
geoAdd(Publisher<ReactiveGeoCommands.GeoAddCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
GEOADD - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
geoCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
geoCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
geoCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
geoCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
geoCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
geoCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
geoCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
geoCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
GeoCoordinateReference(double, double) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoCoordinateReference
 
geoCoordinatesToPoint(GeoCoordinates) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
geoDist(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoDist(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoDist(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the Distance between member1 and member2.
geoDist(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoDist(byte[], byte[], byte[], Metric) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoDist(byte[], byte[], byte[], Metric) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoDist(byte[], byte[], byte[], Metric) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the Distance between member1 and member2 in the given Metric.
geoDist(byte[], byte[], byte[], Metric) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoDist(String, String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoDist(String, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the Distance between member1 and member2.
geoDist(String, String, String, Metric) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoDist(String, String, String, Metric) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the Distance between member1 and member2 in the given Metric.
geoDist(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the Distance between from and to.
geoDist(ByteBuffer, ByteBuffer, ByteBuffer, Metric) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the Distance between from and to.
geoDist(Publisher<ReactiveGeoCommands.GeoDistCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the Distance between from and to.
GEODIST - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
geoHash(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoHash(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoHash(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get Geohash representation of the position for one or more members.
geoHash(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoHash(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoHash(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get geohash representation of the position for one or more members.
geoHash(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get geohash representation of the position for the one member.
geoHash(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get geohash representation of the position for one or more members.
geoHash(Publisher<ReactiveGeoCommands.GeoHashCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get geohash representation of the position for one or more members.
GEOHASH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
GeoIndexDefinition - Class in io.valkey.springframework.data.valkey.core.index
 
GeoIndexDefinition(String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.GeoIndexDefinition
Creates new GeoIndexDefinition.
GeoIndexDefinition(String, String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.GeoIndexDefinition
Creates new GeoIndexDefinition.
GeoIndexed - Annotation Interface in io.valkey.springframework.data.valkey.core.index
Mark properties value to be included in a secondary index.
GeoIndexedPropertyValue - Class in io.valkey.springframework.data.valkey.core.convert
IndexedData implementation indicating storage of data within a Valkey GEO structure.
GeoIndexedPropertyValue(String, String, Point) - Constructor for class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
geoIndexName(String) - Static method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
GeoLocation<T> - Class in io.valkey.springframework.data.valkey.domain.geo
 
GeoLocation(T, Point) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoLocation
 
GeoLocation(T, Point) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.GeoLocation
 
GeoMemberReference(T) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoMemberReference
 
GeoOperations<K,M> - Interface in io.valkey.springframework.data.valkey.core
Valkey operations for geo commands.
geoPos(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoPos(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoPos(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the Point representation of positions for one or more members.
geoPos(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoPos(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoPos(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the Point representation of positions for one or more members.
geoPos(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the Point representation of positions for the members.
geoPos(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the Point representation of positions for one or more members.
geoPos(Publisher<ReactiveGeoCommands.GeoPosCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the Point representation of positions for one or more members.
GEOPOS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
geoRadius(byte[], Circle) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoRadius(byte[], Circle) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadius(byte[], Circle) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the members within the boundaries of a given Circle.
geoRadius(byte[], Circle) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoRadius(byte[], Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoRadius(byte[], Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadius(byte[], Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the members within the boundaries of a given Circle applying ValkeyGeoCommands.GeoRadiusCommandArgs.
geoRadius(byte[], Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoRadius(String, Circle) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadius(String, Circle) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the members within the boundaries of a given Circle.
geoRadius(String, Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadius(String, Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the members within the boundaries of a given Circle applying ValkeyGeoCommands.GeoRadiusCommandArgs.
geoRadius(ByteBuffer, Circle) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the members within the boundaries of a given Circle.
geoRadius(ByteBuffer, Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the members within the boundaries of a given Circle applying given parameters.
geoRadius(Publisher<ReactiveGeoCommands.GeoRadiusCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the members within the boundaries of a given Circle applying given parameters.
GEORADIUS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
geoRadiusByMember(byte[], byte[], double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadiusByMember(byte[], byte[], double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the members within the circle defined by the members coordinates and given radius.
geoRadiusByMember(byte[], byte[], Distance) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoRadiusByMember(byte[], byte[], Distance) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadiusByMember(byte[], byte[], Distance) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the members within the circle defined by the members coordinates and given Distance.
geoRadiusByMember(byte[], byte[], Distance) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoRadiusByMember(byte[], byte[], Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoRadiusByMember(byte[], byte[], Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadiusByMember(byte[], byte[], Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Get the members within the circle defined by the members coordinates, given Distance and ValkeyGeoCommands.GeoRadiusCommandArgs.
geoRadiusByMember(byte[], byte[], Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoRadiusByMember(String, String, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadiusByMember(String, String, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the members within the circle defined by the members coordinates and given radius.
geoRadiusByMember(String, String, Distance) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadiusByMember(String, String, Distance) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the members within the circle defined by the members coordinates and given Distance.
geoRadiusByMember(String, String, Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRadiusByMember(String, String, Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the members within the circle defined by the members coordinates and given Distance and ValkeyGeoCommands.GeoRadiusCommandArgs.
geoRadiusByMember(ByteBuffer, ByteBuffer, Distance) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the members within given Distance from member applying given parameters.
geoRadiusByMember(ByteBuffer, ByteBuffer, Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the members within given Distance from member applying given parameters.
geoRadiusByMember(Publisher<ReactiveGeoCommands.GeoRadiusByMemberCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the members within given Distance from member applying given parameters.
GEORADIUSBYMEMBER - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
geoRadiusResponseToGeoResultsConverter(Metric) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Get Converter capable of convering GeoWithin into GeoResults.
GeoReference<T> - Interface in io.valkey.springframework.data.valkey.domain.geo
Reference point for GEOSEARCH and GEOSEARCHSTORE commands.
GeoReference.GeoCoordinateReference<T> - Class in io.valkey.springframework.data.valkey.domain.geo
 
GeoReference.GeoMemberReference<T> - Class in io.valkey.springframework.data.valkey.domain.geo
 
geoRemove(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoRemove(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRemove(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Remove the members.
geoRemove(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoRemove(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoRemove(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove the members.
geoSearch(byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoSearch(byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoSearch(byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Return the members of a geo set which are within the borders of the area specified by a given shape.
geoSearch(byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoSearch(String, GeoReference<String>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoSearch(String, GeoReference<String>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return the members of a geo set which are within the borders of the area specified by a given shape.
geoSearch(ByteBuffer, GeoReference<ByteBuffer>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Return the members of a geo set which are within the borders of the area specified by a given shape.
geoSearch(Publisher<ReactiveGeoCommands.GeoSearchCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Get the members within given GeoShape from GeoReference applying given parameters.
geoSearchStore(byte[], byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
geoSearchStore(byte[], byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoSearchStore(byte[], byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands
Query the members of a geo set which are within the borders of the area specified by a given shape and store the result at destKey.
geoSearchStore(byte[], byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
 
geoSearchStore(String, String, GeoReference<String>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
geoSearchStore(String, String, GeoReference<String>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Query the members of a geo set which are within the borders of the area specified by a given shape and store the result at destKey.
geoSearchStore(ByteBuffer, ByteBuffer, GeoReference<ByteBuffer>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Query the members of a geo set which are within the borders of the area specified by a given shape and store the result at destKey.
geoSearchStore(Publisher<ReactiveGeoCommands.GeoSearchStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
Store the members within given GeoShape from GeoReference applying given parameters in a new geo set.
GeoShape - Interface in io.valkey.springframework.data.valkey.domain.geo
Search predicate for GEOSEARCH and GEOSEARCHSTORE commands.
get() - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
 
get() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideFutureUtils.FutureSupplier
Get a CompletableFuture.
get() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
Return the password value if present.
get() - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Get the value of the bound key.
get() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Get the current value.
get() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Get the current value.
get() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Get the current value.
get(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
get(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
get(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
get(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
get(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Get the value of key.
get(int) - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
Get the PendingMessage at the given position.
get(int) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
Returns the StreamInfo.XInfoConsumer element at the given index.
get(int) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
Returns the StreamInfo.XInfoGroup element at the given index.
get(int) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
get(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Get a substring of value of the bound key between begin and end.
get(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get value for given hashKey from hash at key.
get(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get value for given hashKey from hash at key.
get(BitFieldSubCommands.BitFieldGet) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Create new BitFieldSubCommands adding given BitFieldSubCommands.BitFieldGet to the sub commands.
get(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Obtain a new BitFieldSubCommands.BitFieldGetBuilder for creating and adding a BitFieldSubCommands.BitFieldGet sub command.
get(ClusterInfo.Info) - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
get(ValkeyServer.INFO) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
get(ValkeyClientInfo.INFO) - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
 
get(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Get value for given key from the hash at the bound key.
get(Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Get the value of key.
get(Object) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Get the value of key.
get(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
get(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
get(Object, String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
get(Object, String, Class<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
get(Object, Callable<T>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
get(String) - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
get(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
get(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the value of key.
get(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
get(String) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
Retrieve a value at key considering top-level/nesting.
get(String) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Get value assigned with path.
get(String) - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
get(String) - Method in interface io.valkey.springframework.data.valkey.core.query.SortCriterion
 
get(String) - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
 
get(String, byte[]) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Get the binary value representation from Valkey stored for the given key.
get(String, byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Get the binary value representation from Valkey stored for the given key and set the given TTL expiration for the cache entry.
get(String, byte[], Supplier<byte[]>, Duration, boolean) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Get the binary value representation from Valkey stored for the given key and set the given TTL expiration for the cache entry, obtaining the value from valueLoader if necessary.
get(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get single element stored at key.
get(CompletableFuture<T>, long, ValkeyGlideExceptionConverter) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideFutureUtils
Get the result of a CompletableFuture, waiting for the specified timeout.
get(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Get a substring of value of key between begin and end.
get(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Get a substring of value of key between begin and end.
get(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get elements one by one.
GET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
getAbbreviation() - Method in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
 
getAbbreviation() - Method in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
 
getAction() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
getActiveMasterNodes() - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get all master nodes in cluster where link-state is connected and flags does not contain fail or fail?.
getActiveNodes() - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get all nodes (master and replica) in cluster where link-state is connected and flags does not contain fail or fail?.
getActiveSubscriptions() - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Return the currently active subscriptions.
getAddressPort() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get address/port of the client.
getAge() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get total duration of the connection in seconds.
getAggregateFunction() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
 
getAggregateFunction() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
 
getAllOf(String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
getAllOf(String, Class<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
getAllOf(String, Class<T>, long, int) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Get all elements for given keyspace.
getAllowCacheNullValues() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
getAndAccumulate(double, DoubleBinaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically update the current value using the given accumulator function.
getAndAccumulate(int, IntBinaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically update the current value using the given accumulator function.
getAndAccumulate(long, LongBinaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically update the current value using the given accumulator function.
getAndAdd(double) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically add the given value to current value.
getAndAdd(int) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically add the given value to current value.
getAndAdd(long) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically add the given value to current value.
getAndDecrement() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically decrement by one the current value.
getAndDecrement() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically decrement by one the current value.
getAndDecrement() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically decrement by one the current value.
getAndDelete() - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Return the value at the bound key and delete the key.
getAndDelete(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Return the value at key and delete the key.
getAndDelete(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Return the value at key and delete the key.
getAndExpire(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Return the value at the bound key and expire the key by applying timeout.
getAndExpire(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Return the value at the bound key and expire the key by applying timeout.
getAndExpire(K, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Return the value at key and expire the key by applying timeout.
getAndExpire(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Return the value at key and expire the key by applying timeout.
getAndExpire(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Return the value at key and expire the key by applying timeout.
getAndIncrement() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically increment by one the current value.
getAndIncrement() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically increment by one the current value.
getAndIncrement() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically increment by one the current value.
getAndPersist() - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Return the value at the bound key and persist the key.
getAndPersist(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Return the value at key and persist the key.
getAndPersist(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Return the value at key and persist the key.
getAndSet(double) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Set to the given value and return the old value.
getAndSet(int) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Set to the given value and return the old value.
getAndSet(long) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Set to the given value and return the old value.
getAndSet(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set value of key and return its old value.
getAndSet(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set value of key and return its old value.
getAndSet(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set value of the bound key and return its old value.
getAndUpdate(DoubleUnaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically update the current value using the given update function.
getAndUpdate(IntUnaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically update the current value using the given update function.
getAndUpdate(LongUnaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically update the current value using the given update function.
getAnnotation() - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoriesRegistrar
 
getArgs() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getArgs() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getArgs() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchCommand
 
getArgs() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
 
getArray() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArrayWrapper
Returns the array.
getAsyncDedicatedConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
getBatchSize() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
Batch size polling using the COUNT option during reads.
getBatchSize() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
Batch size polling using the COUNT option during reads.
getBeanClass() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getBit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitPosCommand
 
getBit(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getBit(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getBit(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
getBit(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Get the bit value at offset of value at key.
getBit(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getBit(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the bit value at offset of value at key.
getBit(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get the bit value at offset of value at key.
getBit(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
« Get the bit value at offset of value at key.
getBit(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Get the bit value at offset of value at key.
getBit(Publisher<ReactiveStringCommands.GetBitCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get the bit value at offset of value at key.
GETBIT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
getBitOp() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitOpCommand
 
getBits() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
Get the actual bits of the type.
getBlock() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
 
getBody() - Method in class io.valkey.springframework.data.valkey.connection.DefaultMessage
 
getBody() - Method in interface io.valkey.springframework.data.valkey.connection.Message
Returns the body (or the payload) of the message.
getBody() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
 
getBoundingBox() - Method in class io.valkey.springframework.data.valkey.domain.geo.BoxShape
 
getBucket() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
 
getBucket() - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
getBufferFreeSpace() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get the free space of the query buffer.
getBufferLength() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get the query buffer length.
getBy() - Method in interface io.valkey.springframework.data.valkey.core.query.SortQuery
Returns the pattern of the external key used for sorting.
getByPattern() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
getByPattern() - Method in interface io.valkey.springframework.data.valkey.connection.SortParameters
Returns the pattern (if set) for sorting by external keys (BY).
getByteBuffer(String) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Convert a String into a ByteBuffer using StandardCharsets.UTF_8.
getByteBuffer(String, Charset) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Convert a String into a ByteBuffer using the given Charset.
getBytePattern() - Method in class io.valkey.springframework.data.valkey.core.ScanOptions
 
getBytes(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Extract a byte array from ByteBuffer without consuming it.
getCacheConfiguration() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Get the ValkeyCacheConfiguration used to configure this ValkeyCache on initialization.
getCacheConfigurationFor(String) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Get the ValkeyCacheConfiguration for a given cache by its name.
getCacheConfigurations() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Return an unmodifiable Map containing caches name mapped to the ValkeyCache configuration.
getCacheName() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getCacheStatistics(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsProvider
Obtain snapshot of the captured statistics.
getCacheWriter() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Gets the configured ValkeyCacheWriter used to adapt Valkey for cache operations.
getCacheWriter() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Returns a reference to the configured ValkeyCacheWriter used to perform ValkeyCache operations, such as reading from and writing to the cache.
getCancelSubscriptionOnError() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequest
 
getChannel() - Method in class io.valkey.springframework.data.valkey.connection.DefaultMessage
 
getChannel() - Method in interface io.valkey.springframework.data.valkey.connection.Message
Returns the channel associated with the message.
getChannel() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.ChannelMessage
 
getChannel() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription.Message
Get the channel the message published to.
getChannel() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyspaceEvent
 
getChannels() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Returns the (named) channels for this subscription.
getChannels() - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Returns the (named) channels for this subscription.
getChannels() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
getChannelSubscribtions() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get number of channel subscriptions.
getClientAZ() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getClientAZ() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get the client availability zone.
getClientConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getClientConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getClientConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getClientList() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getClientList() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getClientList() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Request information and statistics about connected clients.
getClientList() - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Request information and statistics about connected clients.
getClientList() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
getClientList() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
getClientList() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Request information and statistics about connected clients.
getClientList() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Request information and statistics about connected clients.
getClientList() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
getClientList(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
getClientList(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Request information and statistics about connected clients.
getClientList(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
getClientList(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
getClientName() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getClientName() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getClientName() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getClientName() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns the client name.
getClientName() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getClientName() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the client name.
getClientName() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Returns the name of the current connection.
getClientName() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
getClientName() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Returns the client name.
getClientName() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
getClientName() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Returns the name of the current connection.
getClientOptions() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getClientOptions() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getClientOptions() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get client options for mode-specific configurations.
getClientResources() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getClientResources() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Get the ClientResources to reuse infrastructure.
getCluster() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
getClusterAdapter() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
getClusterCommandExecutor() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
getClusterCommandExecutor() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
getClusterConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getClusterConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getClusterConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getClusterConnection() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getClusterConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getClusterConnection() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnectionFactory
Returns a suitable connection for interacting with Valkey Cluster.
getClusterConnection() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getClusterNodes() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
getClusterNodes() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.ClusterConfiguration
Returns an Set of cluster nodes.
getClusterSize() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getCmd() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate.PropertyUpdate
Get the associated PartialUpdate.UpdateCommand.
getCommand() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldGet
 
getCommand() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
 
getCommand() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
 
getCommand() - Method in interface io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSubCommand
The actual sub command
getCommandTimeout() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getCommandTimeout() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getCommandTimeout() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get the command timeout for Valkey-Glide client operations.
getCondition() - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions
 
getConditions() - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinition
 
getConditions() - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
getConfig(ValkeyClusterNode, String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
getConfig(ValkeyClusterNode, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Load configuration parameters for given pattern from server.
getConfig(ValkeyClusterNode, String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
getConfig(ValkeyClusterNode, String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
getConfig(String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getConfig(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getConfig(String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Load configuration parameters for given pattern from server.
getConfig(String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
getConfig(String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
getConfig(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Load configuration parameters for given pattern from server.
getConfigEpoch() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getConfiguredCaches() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Get the Set of cache names for which the builder holds configuration.
getConnection() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
getConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getConnection() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnectionFactory
Returns a suitable connection for interacting with Valkey.
getConnection() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getConnection() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
Creates a Mono which emits a new ReactiveValkeyConnection.
getConnection(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Obtain a ValkeyConnection from the given ValkeyConnectionFactory.
getConnection(ValkeyConnectionFactory, boolean) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Obtain a ValkeyConnection from the given ValkeyConnectionFactory.
getConnection(Class<T>) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionProvider
Request a connection given connectionType.
getConnection(Class<T>, RedisURI) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionProvider.TargetAware
Request a connection given connectionType for a specific RedisURI.
getConnectionAsync(Class<T>) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionProvider
Request asynchronously a connection given connectionType.
getConnectionAsync(Class<T>, RedisURI) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionProvider.TargetAware
Request asynchronously a connection given connectionType for a specific RedisURI.
getConnectionFactory() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
Returns the connectionFactory.
getConnectionFactory() - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
getConnectionFactory() - Method in class io.valkey.springframework.data.valkey.core.ValkeyAccessor
Returns the factory configured to acquire connections and perform operations on the connected Valkey instance.
getConnectionFactory() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Returns the connectionFactory.
getConnectionTimeout() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getConnectionTimeout() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get the connection timeout for Valkey-Glide client operations.
getConnectTimeout() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getConsumer() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
 
getConsumer() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
The Consumer to acknowledge the message.
getConsumer() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequest
 
getConsumerCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
Total number of consumers in the consumer group.
getConsumerName() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
getConsumerName() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
 
getConsumerName() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
The consumer name to acknowledge the message.
getConsumerName() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
 
getConversionService() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Gets the configured ConversionService used to convert cache keys to a String when accessing entries in the cache.
getConversionService() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
getConversionService() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
getConverted(TimeUnit) - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
Converts expiration time into the given, desired TimeUnit.
getConverter() - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
 
getConverter() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Get the ValkeyConverter in use.
getConverter() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
Obtain the underlying valkey specific EntityConverter.
getConvertersToRegister() - Static method in class io.valkey.springframework.data.valkey.core.convert.Jsr310Converters
Returns the Converters to be registered.
getConvertPipelineAndTxResults() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
getConvertPipelineAndTxResults() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
getConvertPipelineAndTxResults() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
getConvertPipelineAndTxResults() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.Limit
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HRandFieldCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LPosCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SPopCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRandMembersCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.TrimCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRandMemberCommand
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.SortParameters.Range
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
 
getCount() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
 
getCount() - Method in class io.valkey.springframework.data.valkey.core.ScanOptions
 
getCurrentEpoch() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getCursorId() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
Deprecated.
getCursorId() - Method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
 
getCursorId() - Method in interface io.valkey.springframework.data.valkey.core.Cursor
Deprecated.
since 3.3.0, use Cursor.getId() instead as the cursorId can exceed Long.MAX_VALUE.
getCursorId() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
getCursorId() - Method in class io.valkey.springframework.data.valkey.core.ScanIteration
Deprecated.
since 3.3.0, use ScanIteration.getId() instead as the cursorId can exceed Long.MAX_VALUE.
getCustomizer() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns the index of the database.
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the index of the database.
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
 
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.MoveCommand
 
getDatabase() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithDatabaseIndex
Get the database index to use.
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Returns the index of the database.
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
getDatabase() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
getDatabaseId() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get current database index.
getDatabaseOrElse(ValkeyConfiguration, Supplier<Integer>) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
getDatabaseOrElse(Supplier<Integer>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
Get the configured database index if the current ValkeyConfiguration is database aware or evaluate and return the value of the given Supplier.
getDataNodePassword() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Get the ValkeyPassword used when authenticating with a Valkey Server.
getDataNodeUsername() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Get the username used when authenticating with a Valkey Server.
getDefaultCacheConfiguration() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Gets the default ValkeyCacheConfiguration applied to new ValkeyCache instances on creation when custom, non-specific ValkeyCacheConfiguration was not provided.
getDefaultKeyValueTemplateBeanDefinition(RepositoryConfigurationSource) - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoryConfigurationExtension
 
getDefaultKeyValueTemplateRef() - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoryConfigurationExtension
 
getDefaultListenerMethod() - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Return the name of the default listener method to delegate to.
getDefaultScore() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
getDefaultScore() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Returns the default score used by this set.
getDefaultSerializer() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns the default serializer used by this template.
getDel(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getDel(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getDel(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
getDel(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Return the value at key and delete the key.
getDel(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getDel(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return the value at key and delete the key.
getDel(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Return the value at key and delete the key.
getDel(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Return the value at key and delete the key.
getDelegate() - Method in interface io.valkey.springframework.data.valkey.connection.DecoratedValkeyConnection
Gets the underlying ValkeyConnection.
getDelegate() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getDelegate() - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Returns the target object to delegate message listening to.
getDeletes() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getDependencyInstance(Bean<S>, Type) - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
Returns an instance of the given Bean from the container.
getDestination() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BRPopLPushCommand
 
getDestination() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.RPopLPushCommand
 
getDestination() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMoveCommand
 
getDestinationKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LMoveCommand
 
getDestinationKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitOpCommand
 
getDestKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
 
getDestKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
 
getDirection() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRankCommand
 
getDistance() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getDistance() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getDistance() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.NearPath
 
getDownAfterMilliseconds() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getEagerInitialization() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Indicates shared connections should be eagerly initialized.
getElapsedTimeSinceLastDelivery() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
Get the elapsed time (with milliseconds precision) since the messages last delivery to the consumer.
getElement() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LPosCommand
 
getEntityInformation(Class<T>) - Method in class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactory
 
getEntityInstantiators() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
getEntityInstantiators() - Method in interface io.valkey.springframework.data.valkey.core.convert.ValkeyConverter
 
getErrorHandler() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getErrorHandler() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequest
 
getEvents() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get file descriptor events.
getEx(byte[], Expiration) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getEx(byte[], Expiration) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getEx(byte[], Expiration) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
getEx(byte[], Expiration) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Return the value at key and expire the key by applying Expiration.
getEx(String, Expiration) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getEx(String, Expiration) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return the value at key and expire the key by applying Expiration.
getEx(ByteBuffer, Expiration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Return the value at key and expire the key by applying Expiration.
getEx(Publisher<ReactiveStringCommands.GetExCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Return the value at key and expire the key by applying Expiration.
getExecutor() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getExpiration() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
 
getExpiration() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
 
getExpiration() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.GetExCommand
Get the Expiration to apply.
getExpiration() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
 
getExpirationTime() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
Get the length of time for this Expiration.
getExpirationTimeInMilliseconds() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
Get the expiration time converted into TimeUnit.MILLISECONDS.
getExpirationTimeInSeconds() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
Get the expiration time converted into TimeUnit.SECONDS.
getExpire() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Returns the expiration of this key.
getExpire() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
getExpire() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
getExpire() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
getExpire() - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
getExpire() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
getExpire() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
getExpire(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Get the time to live for key.
getExpire(K) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
getExpire(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Get the time to live for key in seconds.
getExpire(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
getExpire(K, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Get the time to live for key in and convert it to the given TimeUnit.
getExpire(K, TimeUnit) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
getExpireAt() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireAtCommand
 
getExplicitTimeToLiveProperty() - Method in class io.valkey.springframework.data.valkey.core.mapping.BasicValkeyPersistentEntity
 
getExplicitTimeToLiveProperty() - Method in interface io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentEntity
Get the PersistentProperty that is annotated with TimeToLive.
getExpression() - Method in class io.valkey.springframework.data.valkey.core.index.SpelIndexDefinition
Get the raw expression.
getExtension() - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoriesRegistrar
 
getFailoverTimeout() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getFallback(Exception) - Method in class io.valkey.springframework.data.valkey.FallbackExceptionTranslationStrategy
Returns a new ValkeySystemException wrapping the given Exception.
getField() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HExistsCommand
 
getField() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HStrLenCommand
 
getField() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.HIncrByCommand
 
getFields() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashFieldsCommand
 
getFieldValueMap() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
 
getFileDescriptor() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get file descriptor corresponding to the socket
getFirst() - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Returns the first element from the list at the bound key.
getFirst() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
getFirst() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
getFirst(K) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Returns the first element from the list at key.
getFirst(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Returns the first element from the list at key.
getFirstEntry() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
The streams first entry.
getFirstNonNullNotEmptyOrDefault(T) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.MultiNodeResult
 
getFirstValue() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
getFlags() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getFlags() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getFlags() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
 
getFlags() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs
 
getFlags() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
 
getFlags() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
getFlags() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
 
getFlags() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getFlags() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get client flags.
getFrom() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
 
getFrom() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LMoveCommand
 
getGeoLocations() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoAddCommand
 
getGetPattern() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
getGetPattern() - Method in interface io.valkey.springframework.data.valkey.connection.SortParameters
Returns the pattern (if set) for retrieving external keys (GET).
getGetPattern() - Method in interface io.valkey.springframework.data.valkey.core.query.SortQuery
Returns the external key(s) whose values are returned by the sort.
getGets() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getGroup() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AcknowledgeCommand
 
getGroup() - Method in class io.valkey.springframework.data.valkey.connection.stream.Consumer
 
getGroupName() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
getGroupName() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
 
getGroupName() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.XClaimCommand
 
getGroupName() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.XInfoCommand
 
getGroupName() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
Get the consumer group.
getGroupName() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
The consumer group name.
getGroupName() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
 
getHashKeySerializationPair() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
 
getHashKeySerializer() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
 
getHashKeySerializer() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns the hashKeySerializer.
getHashKeySerializer() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getHashKeySerializer() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
getHashMapper() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getHashMapper() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
getHashMapper(Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.HashMapperProvider
Get the HashMapper for a specific type.
getHashMapper(Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Get the HashMapper for a specific type.
getHashMapper(Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Get the HashMapper for a specific type.
getHashValueSerializationPair() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
 
getHashValueSerializer() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
 
getHashValueSerializer() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns the hashValueSerializer.
getHashValueSerializer() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getHashValueSerializer() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
getHeight() - Method in class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
Returns the height of this bounding box.
getHits() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getHost() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
getHostName() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns the Valkey hostname.
getHostName() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the current host.
getHostName() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithHostAndPort
 
getHostName() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Returns the current host.
getHostName() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
getHostnameVerifier() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getHostOrElse(ValkeyConfiguration, Supplier<String>) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
getId() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
 
getId() - Method in interface io.valkey.springframework.data.valkey.connection.stream.Record
The id of the entry inside the stream.
getId() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
getId() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
 
getId() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
 
getId() - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
getId() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
getId() - Method in interface io.valkey.springframework.data.valkey.core.Cursor
Returns the reference cursor.
getId() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
Get the id of the element to update.
getId() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
getId() - Method in class io.valkey.springframework.data.valkey.core.ScanIteration
The cursor id to be used for subsequent requests.
getId() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
Get the expired objects id.
getId() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getIdAsString() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
 
getIdentifyingAnnotations() - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoryConfigurationExtension
 
getIdle() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get idle time of the connection in seconds.
getIdleTime() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Get the IDLE ms time.
getIdRange() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
Get the range between the smallest and greatest ID among the pending messages.
getIds() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Get the List of ID.
getIdsAsStringArray() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Get the ID array as strings.
getIncrement() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZIncrByCommand
 
getIndex() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LIndexCommand
 
getIndex() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LSetCommand
 
getIndexConfiguration() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingConfiguration
 
getIndexDefinitionsFor(Serializable) - Method in class io.valkey.springframework.data.valkey.core.index.IndexConfiguration
 
getIndexDefinitionsFor(Serializable) - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinitionProvider
Get the list of IndexDefinition for a given keyspace.
getIndexDefinitionsFor(Serializable, String) - Method in class io.valkey.springframework.data.valkey.core.index.IndexConfiguration
 
getIndexDefinitionsFor(Serializable, String) - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinitionProvider
Get the list of IndexDefinition for a given keyspace and property path.
getIndexedData() - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
getIndexName() - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
getIndexName() - Method in interface io.valkey.springframework.data.valkey.core.convert.IndexedData
Get the String representation of the index name.
getIndexName() - Method in class io.valkey.springframework.data.valkey.core.convert.RemoveIndexedData
 
getIndexName() - Method in class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
 
getIndexName() - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinition
 
getIndexName() - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
getIndexResolver() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
getIndexResolver() - Method in interface io.valkey.springframework.data.valkey.core.convert.ValkeyConverter
 
getInflightRequestsLimit() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getInflightRequestsLimit() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get the maximum number of concurrent in-flight requests.
getInfoRefresh() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getInitialCacheConfiguration() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Gets a Map of cache names to ValkeyCacheConfiguration objects as the initial set of Valkey caches to create on startup.
getInjectionPoints() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getInput() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.CommandResponse
 
getItems() - Method in class io.valkey.springframework.data.valkey.core.ScanIteration
Get the items returned.
getJavaType(Class<?>) - Method in class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Returns the Jackson JavaType for the specific class.
getJedis() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getJedis(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
Return the byte[] key mapped to the value stored in Valkey.
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfCountCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopResult
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SDiffCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.MSetCommand
 
getKey() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.Command
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.KeyCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZDiffCommand
 
getKey() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
 
getKey() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Returns the key associated with this entity.
getKey() - Method in class io.valkey.springframework.data.valkey.core.KeyBoundCursor
 
getKey() - Method in interface io.valkey.springframework.data.valkey.core.query.SortQuery
Return the target key for sorting.
getKey() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
getKey() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
getKey() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
getKey() - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
getKey() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
getKey() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
getKeyForSlot(int) - Static method in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
Generates a key that will map to the specified cluster slot.
getKeyPrefix() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Gets the configured CacheKeyPrefix.
getKeyPrefix() - Method in interface io.valkey.springframework.data.valkey.core.convert.IndexedData
Return the key prefix for usage in Valkey.
getKeyPrefixFor(String) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Get the computed key prefix for a given cacheName.
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfCountCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SDiffCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SDiffStoreCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterStoreCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionStoreCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitOpCommand
 
getKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZDiffCommand
 
getKeySerializationPair() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
getKeySerializationPair() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
 
getKeySerializer() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
 
getKeySerializer() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns the key serializer used by this template.
getKeySerializer() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getKeySerializer() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
getKeyServingMasterNode(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get the ValkeyClusterNode that is the current master serving the given key.
getKeyServingNodes(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
getKeyspace() - Method in interface io.valkey.springframework.data.valkey.core.convert.IndexedData
Get the associated keyspace the index resides in.
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.convert.RemoveIndexedData
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
getKeyspace() - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinition
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.index.IndexDefinition.IndexingContext
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
getKeyspace() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
Gets the keyspace in which the expiration occured.
getKeyspaceConfiguration() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingConfiguration
 
getKeyspaceSettings(Class<?>) - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration
getKeyValuePairs() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.MSetCommand
 
getKnownNodes() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getLast() - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Returns the last element from the list at the bound key.
getLast() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
getLast() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
getLast(K) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Returns the last element from the list at key.
getLast(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Returns the last element from the list at key.
getLastCommand() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get last command played.
getLastEntry() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
The streams first entry.
getLastOkPingReply() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getLastPingSent() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getLastReset() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getLatitude() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoCoordinateReference
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.RangeCommand
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
 
getLimit() - Method in interface io.valkey.springframework.data.valkey.connection.SortParameters
Returns the sorting limit (range or pagination).
getLimit() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
getLimit() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
 
getLimit() - Method in interface io.valkey.springframework.data.valkey.core.query.SortQuery
Returns the sorting limit (range or pagination).
getLinkState() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
 
getListener() - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Returns the listener used for this subscription.
getListener() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
getListenerMethodName(Message, Object) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Determine the name of the listener method that is supposed to handle the given message.
getLockWaitDuration(TimeUnit) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getLongitude() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoCoordinateReference
 
getMappedExample(Example<?>) - Method in class io.valkey.springframework.data.valkey.repository.query.ExampleQueryMapper
Retrieve a mapped ValkeyOperationChain to query secondary indexes given Example.
getMappingConfiguration() - Method in class io.valkey.springframework.data.valkey.core.mapping.ValkeyMappingContext
Get the MappingConfiguration used.
getMappingContext() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
getMappingContext() - Method in interface io.valkey.springframework.data.valkey.core.convert.ValkeyConverter
 
getMappingContext() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
 
getMaster() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Get the Sentinel master node.
getMaster() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
getMasterId() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
getMasterNodes() - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get all master nodes in cluster.
getMax() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
 
getMaxlen() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
Limit the size of the stream to the given maximum number of elements.
getMaxlen() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
Limit the size of the stream to the given maximum number of elements.
getMaxPoolSize() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getMaxPoolSize() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get the maximum pool size for client pooling.
getMaxRedirects() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
getMaxRedirects() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.ClusterConfiguration
 
getMaxSubscriptionRegistrationWaitingTime() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
 
getMember() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getMember() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoMemberReference
 
getMembers() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoHashCommand
 
getMembers() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoPosCommand
 
getMessage() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.ChannelMessage
 
getMessage() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription.Message
Get the actual message body.
getMessagesReceived() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getMessagesSent() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getMetric() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
 
getMetric() - Method in class io.valkey.springframework.data.valkey.domain.geo.BoxShape
 
getMetric() - Method in interface io.valkey.springframework.data.valkey.domain.geo.GeoShape
The metric used for this geo predicate.
getMetric() - Method in class io.valkey.springframework.data.valkey.domain.geo.RadiusShape
 
getMin() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
 
getMinId() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
 
getMinId() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
getMinIdleTime() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Get the min-idle-time.
getMisses() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getMissingCache(String) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
 
getModuleName() - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoryConfigurationExtension
 
getModulePrefix() - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoryConfigurationExtension
 
getMultiCommandContext() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get the number of commands in a MULTI/EXEC context.
getMultiplier() - Method in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
 
getMultiplier() - Method in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
 
getName() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
getName() - Method in interface io.valkey.springframework.data.valkey.connection.NamedNode
 
getName() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.Command
 
getName() - Method in class io.valkey.springframework.data.valkey.connection.stream.Consumer
 
getName() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
getName() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get the clients name.
getName() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoLocation
 
getName() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getNativeCache() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
getNativeClient() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the native AbstractRedisClient used by this instance.
getNativeConnection() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getNativeConnection() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
getNativeConnection() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getNativeConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
getNativeConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSubscription
 
getNativeConnection() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
Returns the native connection (the underlying library/driver object).
getNativeConnection() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
getNear() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
getNewKey() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.RenameCommand
 
getNewOwner() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.XClaimCommand
 
getNode() - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
Get the ValkeyClusterNode the command was executed on.
getNodes() - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
getNodes() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.StaticMasterReplicaConfiguration
 
getNodes() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
getNumberOtherSentinels() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getNumberReplicas() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
Get the number of connected replicas.
getObject() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
 
getObjectMapper() - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Gets the configured ObjectMapper used internally by this GenericJackson2JsonValkeySerializer to de/serialize objects as JSON.
getObjectType() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
 
getOffset() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
 
getOffset() - Method in interface io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSubCommand
The bit offset to apply for the command.
getOffset() - Method in class io.valkey.springframework.data.valkey.connection.Limit
 
getOffset() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.GetBitCommand
 
getOffset() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetBitCommand
 
getOffset() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetRangeCommand
 
getOffset() - Method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
 
getOffset() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
 
getOpenTelemetryForGlide() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getOpenTelemetryForGlide() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get OpenTelemetry configuration for Valkey-Glide client.
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
 
getOperations() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
getOperations() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
getOperations() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
getOperations() - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
getOperations() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
getOperations() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
getOperations() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyStore
Returns the underlying Valkey operations used by the backing implementation.
getOption() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
 
getOptions() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
 
getOptions() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireAtCommand
 
getOptions() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
 
getOptions() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.XClaimCommand
 
getOptions() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.KeyScanCommand
Get the ScanOptions to apply.
getOrder() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
getOrder() - Method in interface io.valkey.springframework.data.valkey.connection.SortParameters
Returns the sorting order.
getOrder() - Method in interface io.valkey.springframework.data.valkey.core.query.SortQuery
Returns the sorting order.
getOrSismember() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
getOutput() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.CommandResponse
 
getOutputBufferLength() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get the output buffer length.
getOutputBufferMemoryUsage() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get output buffer memory usage.
getOutputListLength() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get number queued replies in output buffer.
getOverflow() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
Get the overflow to apply.
getParallelSyncs() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns the password used for authenticating with the Valkey server.
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the password used for authenticating with the Valkey server.
getPassword() - Method in enum class io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory.AbsentValkeyCredentials
 
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
getPassword() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
Get the ValkeyPassword to use when connecting.
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Returns the password used for authenticating with the Valkey server.
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
getPassword() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
getPasswordOrElse(ValkeyConfiguration, Supplier<ValkeyPassword>) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
getPasswordOrElse(Supplier<ValkeyPassword>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
Get the configured ValkeyPassword if the current ValkeyConfiguration is password aware or evaluate and return the value of the given Supplier.
getPath() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Get the Bucket.BucketPropertyPath leading to the current Bucket.
getPath() - Method in class io.valkey.springframework.data.valkey.core.index.IndexDefinition.IndexingContext
 
getPath() - Method in interface io.valkey.springframework.data.valkey.core.index.PathBasedValkeyIndexDefinition
 
getPath() - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
getPath() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
getPattern() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.PatternMessage
Get the pattern that matched the channel.
getPattern() - Method in class io.valkey.springframework.data.valkey.core.ScanOptions
 
getPatterns() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Returns the channel patters for this subscription.
getPatterns() - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Returns the channel patters for this subscription.
getPatterns() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
getPatternSubscrbtions() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
Get number of pattern subscriptions.
getPending() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getPendingCommands() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getPendingMessagesPerConsumer() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
Obtain a map of every consumer in the consumer group with at least one pending message, and the number of pending messages.
getPhase() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getPhase() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getPhase() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getPipeline() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getPipelineResult() - Method in exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
Optionally returns the result of the pipeline that caused the exception.
getPivot() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
 
getPoint() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getPoint() - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
getPoint() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoLocation
 
getPoint() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.NearPath
 
getPollTimeout() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
Timeout for blocking polling using the BLOCK option during reads.
getPollTimeout() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
Timeout for blocking polling using the BLOCK option during reads.
getPoolConfig() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getPoolConfig() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns the poolConfig.
getPoolConfig() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration
 
getPort() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns the port used to connect to the Valkey instance.
getPort() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the current port.
getPort() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithHostAndPort
Get the Valkey server port.
getPort() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Returns the current port.
getPort() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
getPort() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
getPortOrElse(ValkeyConfiguration, IntSupplier) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
getPosition() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
 
getPosition() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
getPosition() - Method in interface io.valkey.springframework.data.valkey.core.Cursor
 
getPosition() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
getPrefix() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
 
getPropertyPath() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate.PropertyUpdate
Get the target path.
getPropertyPath(String) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Get the Bucket.BucketPropertyPath for a given property within the current Bucket.
getPropertyUpdates() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
Get the list of individual property updates.
getPuts() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getQualifiers() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getQuorum() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getRadius() - Method in class io.valkey.springframework.data.valkey.domain.geo.RadiusShape
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.RangeCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitCountCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitPosCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.RangeCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZCountCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZLexCountCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByLexCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
 
getRange() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
The Range pending messages have been loaded.
getRange() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
 
getRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
getRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Get a substring of value of key between start and end.
getRange(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getRange(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get a substring of value of key between start and end.
getRange(ByteBuffer, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get a substring of value of key between start and end.
getRange(Publisher<ReactiveValkeyConnection.RangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get a substring of value of key between start and end.
GETRANGE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
getRangeMode() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
 
getRank() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LPosCommand
 
getRaw() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopResult
 
getRaw() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoObject
 
getRaw() - Method in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
getReactiveClusterConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getReactiveClusterConnection() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnectionFactory
 
getReactiveConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getReactiveConnection() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnectionFactory
 
getReader() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
 
getReadFrom() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getReadFrom() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getReadFrom() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get the read from strategy for the client.
getReadOffset() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
getReadOptions() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
 
getReadTimeout() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getReconnectStrategy() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
getReconnectStrategy() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Get the reconnection strategy.
getRecord() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
 
getRecordIds() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AcknowledgeCommand
 
getRecordIds() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.DeleteCommand
 
getReference() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchCommand
 
getReference() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
 
getReplicas(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
 
getRepositoryFragments(RepositoryMetadata) - Method in class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactory
 
getRequiredCommand() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.LettuceObservationContext
Deprecated.
 
getRequiredConnectionFactory() - Method in class io.valkey.springframework.data.valkey.core.ValkeyAccessor
Returns the required ValkeyConnectionFactory, throwing an IllegalStateException if the ValkeyConnectionFactory is not set.
getRequiredEndpoint() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.LettuceObservationContext
Deprecated.
 
getRequiredHashMapper() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getRequiredHashMapper() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
getRequiredNativeClient() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the native AbstractRedisClient used by this instance.
getRequiredPipeline() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getRequiredStream() - Method in interface io.valkey.springframework.data.valkey.connection.stream.Record
The id of the stream (aka the key in Valkey).
getRequiredTransaction() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getResourceForSpecificNode(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ClusterNodeResourceProvider
Get the client resource for the given node.
getResultHolder() - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
Get the object holding the actual result.
getResults() - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.MultiNodeResult
 
getResultType() - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
getResultType() - Method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
 
getResumeFunction() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
getRetryCount() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Get the RETRYCOUNT count.
getRoleReported() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getRunId() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
getScope() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getScore() - Method in class io.valkey.springframework.data.valkey.connection.zset.DefaultTuple
 
getScore() - Method in interface io.valkey.springframework.data.valkey.connection.zset.Tuple
 
getScore() - Method in class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
 
getScore() - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations.TypedTuple
 
getScriptAsString() - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
getScriptAsString() - Method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
 
getSentinelConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getSentinelConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getSentinelConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getSentinelConnection() - Method in class io.valkey.springframework.data.valkey.connection.AbstractValkeyConnection
 
getSentinelConnection() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getSentinelConnection() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
getSentinelConnection() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getSentinelConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getSentinelConnection() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
 
getSentinelConnection() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnectionFactory
Returns a suitable connection for interacting with Valkey Sentinel.
getSentinelConnection() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
getSentinelConnection() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getSentinelConnection(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.AbstractValkeyConnection
Get ValkeySentinelCommands connected to given node.
getSentinelConnection(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getSentinelConnection(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
getSentinelConnection(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
getSentinelPassword() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Returns the ValkeyPassword to use when connecting to a Valkey Sentinel.
getSentinelPassword() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
getSentinels() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Returns an Collections.unmodifiableSet(Set) of Sentinels.
getSentinels() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
getSentinelUsername() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Get the username to use when connecting.
getSentinelUsername() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
getSequence() - Method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
Get the entry-id sequenceNumber part or null if it RecordId.shouldBeAutoGenerated().
getSerializationContext() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
 
getSerializationContext() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
getSet(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
getSet(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getSet(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
getSet(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set value of key and return its old value.
getSet(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getSet(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set value of key and return its old value.
getSet(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set value for key and return the existing value.
getSet(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set value for key and return the existing value one by one.
GETSET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
getSha1() - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
getSha1() - Method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
 
getShape() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchCommand
 
getShape() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
 
getSharedClusterConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getSharedConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getSharedInstance() - Static method in class io.valkey.springframework.data.valkey.hash.ObjectHashMapper
Return a shared default ObjectHashMapper instance, lazily building it once needed.
getSharedReactiveConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getShareNativeConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Indicates if multiple LettuceConnections should share a single native connection.
getShutdownQuietPeriod() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getShutdownTimeout() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getShutdownTimeout() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the shutdown timeout for shutting down the RedisClient (in milliseconds).
getSince() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getSismember() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
getSlot() - Method in exception io.valkey.springframework.data.valkey.ClusterRedirectException
 
getSlotRange() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
getSlots() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
Gets all slots in this ValkeyClusterNode.SlotRange managed by this cluster node.
getSlotsArray() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
 
getSlotsAssigned() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getSlotServingNodes(int) - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get the ValkeyClusterNodes (master and replica) serving s specific slot.
getSlotsFail() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getSlotsOk() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getSlotsPfail() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getSocket() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithDomainSocket
Get the domain socket.
getSocket() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
getSocketConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getSortDirection() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs
 
getSortDirection() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
getSortDirection() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
 
getSource() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyspaceEvent
 
getSourceKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfMergeCommand
 
getSourceKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
 
getSourceKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
 
getSourceKeys() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZDiffStoreCommand
 
getSslParameters() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getSslSocketFactory() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
getStandaloneConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
getStandaloneConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
getStandaloneConfiguration() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
getStart() - Method in class io.valkey.springframework.data.valkey.connection.SortParameters.Range
 
getState() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
getState() - Method in interface io.valkey.springframework.data.valkey.stream.Task
Get the current lifecycle phase.
getStatistics() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Return the CacheStatistics snapshot for this cache instance.
getStereotypes() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getStore() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getStore() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getStoreDist() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getStoreDist() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getStream() - Method in interface io.valkey.springframework.data.valkey.connection.stream.Record
The id of the stream (aka the key in Valkey).
getStreamOffset() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequest
 
getStreamOffsets() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
 
getStringSerializationPair() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
 
getStringSerializer() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns the stringSerializer.
getSubCommands() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Get the List of sub commands.
getSubCommands() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitFieldCommand
 
getSubscription() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
getSubscription() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
getSubscription() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getSubscription() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
getSubscription() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
getSubscription() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyPubSubCommands
Returns the current subscription for this connection or null if the connection is not subscribed.
getTarget() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
 
getTarget() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
Get the target type.
getTargetConnection() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils.ValkeyConnectionProxy
Return the target ValkeyConnection of this proxy.
getTargetHost() - Method in exception io.valkey.springframework.data.valkey.ClusterRedirectException
 
getTargetPort() - Method in exception io.valkey.springframework.data.valkey.ClusterRedirectException
 
getTargetType() - Method in class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
 
getTargetType() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Return the serializer target type.
getTargetType() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
getTargetType() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
getTime() - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatistics
 
getTime() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection.JedisClusterTopology
Get the time in ms when the ClusterTopology was captured.
getTimeout() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns the timeout.
getTimeout() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns the connection timeout (in milliseconds).
getTimeout() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
 
getTimeout() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BLMoveCommand
 
getTimeout() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
 
getTimeout() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BRPopLPushCommand
 
getTimeout() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
 
getTimestamp() - Method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
Get the entry-id millisecondsTime part or null if it RecordId.shouldBeAutoGenerated().
getTimeToLive() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
Get the time to live for bound hash key/hash fields in seconds.
getTimeToLive() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
Get the time to live for the bound key in seconds.
getTimeToLive() - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getTimeToLive() - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
Get the time before expiration in seconds.
getTimeToLive(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get the time to live for hashKeys in seconds.
getTimeToLive(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get the time to live for hashKey in seconds.
getTimeToLive(H, TimeUnit, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get the time to live for hashKeys and convert it to the given TimeUnit.
getTimeToLive(H, TimeUnit, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get the time to live for hashKey and convert it to the given TimeUnit.
getTimeToLive(Object) - Method in interface io.valkey.springframework.data.valkey.core.TimeToLiveAccessor
 
getTimeToLive(Object, Object) - Method in record class io.valkey.springframework.data.valkey.cache.FixedDurationTtlFunction
 
getTimeToLive(Object, Object) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter.TtlFunction
Compute a time-to-live (TTL) using the cache key and value.
getTimeToLive(TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
Get the time to live for the bound hash key/hash fields and convert it to the given TimeUnit.
getTimeToLive(TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
Get the time to live for the bound key and convert it to the given TimeUnit.
getTimeToLiveAccessor() - Method in class io.valkey.springframework.data.valkey.core.mapping.BasicValkeyPersistentEntity
 
getTimeToLiveAccessor() - Method in interface io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentEntity
Get the TimeToLiveAccessor associated with the entity.
getTimeToLivePropertyName() - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getTimeUnit() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
 
getTimeUnit() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
Get the configured TimeUnit for the expiration time.
getTo() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
 
getTo() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LMoveCommand
 
getTopic() - Method in class io.valkey.springframework.data.valkey.listener.PatternTopic
 
getTopic() - Method in interface io.valkey.springframework.data.valkey.listener.Topic
Returns the topic (as a String).
getTopology() - Method in interface io.valkey.springframework.data.valkey.connection.ClusterTopologyProvider
Get the current known ClusterTopology.
getTopology() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider
 
getTopology() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
Get the current known ClusterTopology.
getTopologyProvider() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
getTotalDeliveryCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
Get the total number of times the messages has been delivered to the consumer.
getTotalPendingMessages() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
Get the number of total pending messages within the consumer group.
getTracerProvider() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
Deprecated.
 
getTransaction() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
getTtl() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Deprecated.
getTtlFunction() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Gets the ValkeyCacheWriter.TtlFunction used to compute a cache key time-to-live (TTL) expiration.
getTuples() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
getType() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
 
getType() - Method in interface io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSubCommand
The BitFieldSubCommands.BitFieldType to apply for the command.
getType() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
getType() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Returns the associated Valkey type.
getType() - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getType() - Method in class io.valkey.springframework.data.valkey.core.KeyScanOptions
 
getType() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
getType() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
getType() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
getType() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
getType() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
getType() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
getType() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
getType() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
getTypeInformation() - Method in class io.valkey.springframework.data.valkey.core.index.IndexDefinition.IndexingContext
 
getTypes() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
getUnixTime() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Get the TIME ms-unix-time
getUpsert() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
 
getUsePool() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Indicates the use of a connection pool.
getUsername() - Method in enum class io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory.AbsentValkeyCredentials
 
getUsername() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
getUsername() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
Get the username to use when connecting.
getUsername() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
getUsername() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
getUsername() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
getUsername() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
getUsernameOrElse(ValkeyConfiguration, Supplier<String>) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
getValidateConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Indicates if validation of the native Lettuce connection is enabled.
getValkeyCredentialsProviderFactory() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
Get the increment value.
getValue() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
Get the value to set.
getValue() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
Get the actual value of the command execution.
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LSetCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopResult
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.DecrByCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.HIncrByCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.IncrByCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SIsMemberCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMoveCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.AppendCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetBitCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetRangeCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZIncrByCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRankCommand
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZScoreCommand
 
getValue() - Method in interface io.valkey.springframework.data.valkey.connection.stream.Record
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range.Boundary
Deprecated.
 
getValue() - Method in class io.valkey.springframework.data.valkey.connection.zset.DefaultTuple
 
getValue() - Method in interface io.valkey.springframework.data.valkey.connection.zset.Tuple
 
getValue() - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
getValue() - Method in class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
Get the value to index.
getValue() - Method in class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
 
getValue() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
 
getValue() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate.PropertyUpdate
Get the value to set.
getValue() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
Get the expired Object
getValue() - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations.TypedTuple
 
getValueAsString() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
 
getValueAsString() - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection.StringTuple
 
getValues() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfAddCommand
 
getValues() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
 
getValues() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SAddCommand
 
getValues() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMIsMemberCommand
 
getValues() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRemCommand
 
getValues() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZMScoreCommand
 
getValues() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemCommand
 
getValueSerializationPair() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
getValueSerializationPair() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
 
getValueSerializer() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
 
getValueSerializer() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns the value serializer used by this template.
getVerifyMode() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
getWeight(int) - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
Retrieve the weight at index.
getWeights() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
 
getWeights() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
 
getWidth() - Method in class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
Returns the width of this bounding box.
getWriter() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
 
GlideClientOptions - Interface in io.valkey.springframework.data.valkey.connection.valkeyglide
 
GroupCommand(ByteBuffer, ReactiveStreamCommands.GroupCommand.GroupCommandAction, String, String, ReadOffset) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
GroupCommand(ByteBuffer, ReactiveStreamCommands.GroupCommand.GroupCommandAction, String, String, ReadOffset, boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
groupCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
Total number of associated consumer groups.
groupCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
The number of associated consumer groups.
groupName() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumer
The consumer group name.
groupName() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroup
The consumer group name.
groups(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Obtain information about consumer groups associated with the stream stored at the specified key.
groups(K) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Obtain information about consumer groups associated with the stream stored at the specified key.
gt() - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions.ExpirationOptionsBuilder
Apply to fields when the new expiration is greater than the current one.
gt() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Applies GT mode.
gt() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
Only update existing elements if the new score is greater than the current score.
gt(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
Greater Than
GT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ExpirationOptions.Condition
Set expiration only when the new expiration is greater than current one.
GT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs.Flag
Only update existing elements if the new score is greater than the current score.
gte(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
Greater Than Equals

H

handleListenerException(Throwable) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Handle the given exception that arose during listener execution.
handleSubscriptionException(CompletableFuture<Void>, BackOffExecution, Throwable) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Handle subscription task exception.
HANDSHAKE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
hasAnyLimit() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
hasAnyLimit() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
 
hasConsumer() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
 
hasConsumer() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
 
hasExplicitTimeToLiveProperty() - Method in interface io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentEntity
 
hasExplictTimeToLiveProperty() - Method in interface io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentEntity
Deprecated, for removal: This API element is subject to removal in a future version.
hasFlags() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs
 
hash(K, M) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get Geohash representation of the position for one or more members.
hash(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get Geohash representation of the position for one or more members.
hash(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get Geohash representation of the position for one or more members.
hash(M...) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get Geohash representation of the position for one or more members.
HASH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.DataType
 
hasHashMapper() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptions
 
hasHashMapper() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
 
hashCode() - Method in record class io.valkey.springframework.data.valkey.cache.FixedDurationTtlFunction
Returns a hash code value for this object.
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.ChannelMessage
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.PatternMessage
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.CommandResponse
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.stream.Consumer
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArrayWrapper
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
hashCode() - Method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Returns a hash code value for this object.
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.zset.DefaultTuple
 
hashCode() - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
 
hashCode() - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
Returns a hash code value for this object.
hashCode() - Method in class io.valkey.springframework.data.valkey.core.index.IndexDefinition.IndexingContext
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.index.SpelIndexDefinition
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
 
hashCode() - Method in record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
Returns a hash code value for this object.
hashCode() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
 
hashCode() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
 
hashCode() - Method in class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
 
hashCode() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoLocation
 
hashCode() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoCoordinateReference
 
hashCode() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoMemberReference
 
hashCode() - Method in class io.valkey.springframework.data.valkey.listener.PatternTopic
 
hashCode() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
hashCode() - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
hashCode() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
hashCode() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
hashCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hashCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
hashCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
hashCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
hashCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
hashCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
hashCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
hashCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
hashCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
hashExpiration() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the bound key.
hashExpiration(HK...) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the bound key for the given hash fields.
hashExpiration(Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the bound key for the given hash fields.
hashFieldExpiration() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
hashFieldExpiration() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the bound BoundKeyOperations.getKey().
hashFieldExpiration() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
hashFieldExpiration(Collection<Object>) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
hashFieldExpiration(Collection<K>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
hashFieldExpiration(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the bound BoundKeyOperations.getKey() for the given hash fields.
hashFieldExpiration(K...) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
Returns a bound operations object to perform operations on the hash field expiration for all hash fields at the bound BoundKeyOperations.getKey() for the given hash fields.
hashKey(ValkeyElementReader<?>, ValkeyElementWriter<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
hashKey(ValkeySerializationContext.SerializationPair<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
hashKey(ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
hashKeySerializer(ValkeySerializationContext.SerializationPair<HK>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a hash key serializer.
hashKeySerializer(ValkeySerializer<HK>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a hash key serializer.
HashMapper<T,K,V> - Interface in io.valkey.springframework.data.valkey.hash
Core mapping contract between Java types and Valkey hashes/maps.
HashMapperProvider<HK,HV> - Interface in io.valkey.springframework.data.valkey.core
Function that returns a HashMapper for a given type.
HashOperations<H,HK,HV> - Interface in io.valkey.springframework.data.valkey.core
Valkey map specific operations working on a hash.
HASHTABLE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Encoding for large hashes.
hashValue(ValkeyElementReader<?>, ValkeyElementWriter<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
hashValue(ValkeySerializationContext.SerializationPair<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
hashValue(ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
hashValueSerializer(ValkeySerializationContext.SerializationPair<HV>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a hash value serializer.
hashValueSerializer(ValkeySerializer<HV>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a hash value serializer.
hasIndexFor(Serializable) - Method in class io.valkey.springframework.data.valkey.core.index.IndexConfiguration
 
hasIndexFor(Serializable) - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinitionProvider
Checks if an index is defined for a given keyspace.
hasIndexFor(Serializable, String) - Method in class io.valkey.springframework.data.valkey.core.index.IndexConfiguration
 
hasIndexFor(Serializable, String) - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinitionProvider
Checks if an index is defined for a given keyspace and property path.
hasKey(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Determine if given hash hashKey exists.
hasKey(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Determine if given hash hashKey exists.
hasKey(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Determine if given hash key exists at the bound key.
hasKey(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Determine if given key exists.
hasKey(K) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
hasKey(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Determine if given key exists.
hasKey(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
hasLimit() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs
 
hasMaxlen() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
 
hasMaxlen() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
hasMillis(Duration) - Static method in class io.valkey.springframework.data.valkey.core.TimeoutUtils
Check if a given Duration can be represented in sec or requires msec representation.
hasMinId() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
 
hasMinId() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
hasNext() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
hasNext() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
hasPassword() - Method in enum class io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory.AbsentValkeyCredentials
 
hasSettingsFor(Class<?>) - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration
Check if specific KeyspaceConfiguration.KeyspaceSettings are available for given type.
hasSortDirection() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs
 
hasUsername() - Method in enum class io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory.AbsentValkeyCredentials
 
hasValidHost() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
hasValkeySentinelConfigured() - Method in class io.valkey.springframework.data.valkey.connection.AbstractValkeyConnection
 
hasValue(String) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Return whether path is associated with a non-null value.
hDel(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hDel(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hDel(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hDel(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Delete given hash fields.
hDel(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hDel(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Delete given hash fields.
hDel(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Delete given hash field.
hDel(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Delete given hash fields.
hDel(Publisher<ReactiveHashCommands.HDelCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Delete given hash fields.
HDEL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hExists(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hExists(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hExists(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hExists(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Determine if given hash field exists.
hExists(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hExists(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Determine if given hash field exists.
hExists(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Determine if given hash field exists.
hExists(Publisher<ReactiveHashCommands.HExistsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Determine if given hash field exists.
HEXISTS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hExpire(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hExpire(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set time to live for given fields in seconds.
hExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set time to live for given fields in seconds.
hExpire(byte[], Duration, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set time to live for given fields.
hExpire(String, long, ExpirationOptions.Condition, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hExpire(String, long, ExpirationOptions.Condition, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given field in seconds.
hExpire(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given field in seconds.
hExpire(ByteBuffer, Duration, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a given field after a given Duration of time, measured in milliseconds, has passed.
hExpire(ByteBuffer, Duration, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a List of field after a given Duration of time, measured in milliseconds, has passed.
HEXPIRE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hExpireAt(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hExpireAt(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set the expiration for given field as a UNIX timestamp.
hExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set the expiration for given field as a UNIX timestamp.
hExpireAt(String, long, ExpirationOptions.Condition, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hExpireAt(String, long, ExpirationOptions.Condition, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given field as a UNIX timestamp.
hExpireAt(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given field as a UNIX timestamp.
hExpireAt(ByteBuffer, Instant, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a given field in a given Instant of time, indicated as an absolute Unix timestamp in seconds since Unix epoch
hExpireAt(ByteBuffer, Instant, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a List of field in a given Instant of time, indicated as an absolute Unix timestamp in seconds since Unix epoch
HEXPIREAT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hGet(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hGet(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hGet(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hGet(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get value for given field from hash at key.
hGet(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hGet(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get value for given field from hash at key.
hGet(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get value for given field from hash at key.
HGET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hGetAll(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hGetAll(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hGetAll(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hGetAll(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get entire hash stored at key.
hGetAll(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hGetAll(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get entire hash stored at key.
hGetAll(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get entire hash stored at key.
hGetAll(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get entire hash stored at key.
HGETALL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
HINCBYFLOAT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hIncrBy(byte[], byte[], double) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hIncrBy(byte[], byte[], double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hIncrBy(byte[], byte[], double) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hIncrBy(byte[], byte[], double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Increment value of a hash field by the given delta.
hIncrBy(byte[], byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hIncrBy(byte[], byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hIncrBy(byte[], byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hIncrBy(byte[], byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Increment value of a hash field by the given delta.
hIncrBy(String, String, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hIncrBy(String, String, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Increment value of a hash field by the given delta.
hIncrBy(String, String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hIncrBy(String, String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Increment value of a hash field by the given delta.
hIncrBy(ByteBuffer, ByteBuffer, T) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Increment value of a hash field by the given value.
hIncrBy(Publisher<ReactiveNumberCommands.HIncrByCommand<T>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Increment value of a hash field by the given value.
HINCRBY - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hKeys(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hKeys(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hKeys(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hKeys(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get key set (fields) of hash at key.
hKeys(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hKeys(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get key set (fields) of hash at key.
hKeys(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get key set (fields) of hash at key.
hKeys(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get key set (fields) of hash at key.
HKEYS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
 
hLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get size of hash at key.
hLen(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hLen(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get size of hash at key.
hLen(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get size of hash at key.
hLen(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get size of hash at key.
HLEN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hMGet(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hMGet(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hMGet(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hMGet(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get values for given fields from hash at key.
hMGet(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hMGet(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get values for given fields from hash at key.
hMGet(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get values for given fields from hash at key.
hMGet(Publisher<ReactiveHashCommands.HGetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get values for given fields from hash at key.
HMGET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hMSet(byte[], Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hMSet(byte[], Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hMSet(byte[], Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hMSet(byte[], Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set multiple hash fields to multiple values using data provided in hashes
hMSet(String, Map<String, String>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hMSet(String, Map<String, String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set multiple hash fields to multiple values using data provided in hashes
hMSet(ByteBuffer, Map<ByteBuffer, ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Set multiple hash fields to multiple values using data provided in fieldValueMap.
HMSET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
HOST - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
hostnameVerifier(HostnameVerifier) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
hostnameVerifier(HostnameVerifier) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
hPersist(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hPersist(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hPersist(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hPersist(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Remove the expiration from given field.
hPersist(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hPersist(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove the expiration from given field.
hPersist(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Persist a given field removing any associated expiration, measured as absolute Unix timestamp in seconds since Unix epoch
hPersist(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Persist a given List of field removing any associated expiration.
hPersist(Publisher<ReactiveHashCommands.HashFieldsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Persist a given List of field removing any associated expiration.
HPERSIST - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hpExpire(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hpExpire(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set time to live for given fields in milliseconds.
hpExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hpExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hpExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hpExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set time to live for given fields in milliseconds.
hpExpire(byte[], Duration, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set time to live for given fields in milliseconds.
hpExpire(String, long, ExpirationOptions.Condition, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hpExpire(String, long, ExpirationOptions.Condition, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given field in milliseconds.
hpExpire(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given field in milliseconds.
hpExpire(ByteBuffer, Duration, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a given field after a given Duration of time, measured in milliseconds, has passed.
hpExpire(ByteBuffer, Duration, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a List of field after a given Duration of time, measured in milliseconds, has passed.
HPEXPIRE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hpExpireAt(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hpExpireAt(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set the expiration for given field as a UNIX timestamp in milliseconds.
hpExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hpExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hpExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hpExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set the expiration for given field as a UNIX timestamp in milliseconds.
hpExpireAt(String, long, ExpirationOptions.Condition, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hpExpireAt(String, long, ExpirationOptions.Condition, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given field as a UNIX timestamp in milliseconds.
hpExpireAt(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given field as a UNIX timestamp in milliseconds.
hpExpireAt(ByteBuffer, Instant, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a given field in a given Instant of time, indicated as an absolute Unix timestamp in milliseconds since Unix epoch
hpExpireAt(ByteBuffer, Instant, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Expire a List of field in a given Instant of time, indicated as an absolute Unix timestamp in milliseconds since Unix epoch
HPEXPIREAT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hpTtl(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hpTtl(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hpTtl(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hpTtl(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get the time to live for fields in milliseconds.
hpTtl(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hpTtl(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the time to live for fields in seconds.
hpTtl(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Returns the time-to-live of a given field in milliseconds.
hpTtl(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Returns the time-to-live of all the given field in the List in milliseconds.
hpTtl(Publisher<ReactiveHashCommands.HashFieldsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Returns the time-to-live of all the given field in the List in milliseconds.
HPTTL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hRandField(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hRandField(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandField(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hRandField(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Return a random field from the hash stored at key.
hRandField(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hRandField(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandField(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hRandField(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Return a random field from the hash stored at key.
hRandField(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandField(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return a random field from the hash stored at key.
hRandField(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandField(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return a random field from the hash stored at key.
hRandField(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Return a random field from the hash stored at key.
hRandField(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Return a random field from the hash stored at key.
hRandField(Publisher<ReactiveHashCommands.HRandFieldCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get random fields of hash at key.
hRandFieldWithValues(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hRandFieldWithValues(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandFieldWithValues(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hRandFieldWithValues(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Return a random field from the hash along with its value stored at key.
hRandFieldWithValues(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hRandFieldWithValues(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandFieldWithValues(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hRandFieldWithValues(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Return a random field from the hash along with its value stored at key.
hRandFieldWithValues(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandFieldWithValues(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return a random field from the hash along with its value stored at key.
hRandFieldWithValues(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hRandFieldWithValues(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return a random field from the hash along with its value stored at key.
hRandFieldWithValues(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Return a random field from the hash along with its value stored at key.
hRandFieldWithValues(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Return a random field from the hash along with its value stored at key.
hRandFieldWithValues(Publisher<ReactiveHashCommands.HRandFieldCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get random fields along their values of hash at key.
hScan(byte[], ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hScan(byte[], ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hScan(byte[], ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hScan(byte[], ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Use a Cursor to iterate over entries in hash at key.
hScan(String, ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hScan(String, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Use a Cursor to iterate over entries in hash at key.
hScan(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Use a Flux to iterate over entries in the hash at key.
hScan(ByteBuffer, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Use a Flux to iterate over entries in the hash at key given ScanOptions.
hScan(Publisher<ReactiveValkeyConnection.KeyScanCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Use a Flux to iterate over entries in the hash at key.
HSCAN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hSet(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hSet(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hSet(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hSet(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set the value of a hash field.
hSet(String, String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hSet(String, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the value of a hash field.
hSet(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Set the value of a hash field.
hSet(Publisher<ReactiveHashCommands.HSetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Set the value of a hash field.
HSET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hSetNX(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hSetNX(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hSetNX(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hSetNX(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Set the value of a hash field only if field does not exist.
hSetNX(String, String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hSetNX(String, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the value of a hash field only if field does not exist.
hSetNX(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Set the value of a hash field.
HSETNX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hStrLen(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hStrLen(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hStrLen(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hStrLen(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Returns the length of the value associated with field in the hash stored at key.
hStrLen(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hStrLen(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Returns the length of the value associated with field in the hash stored at key.
hStrLen(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get the length of the value associated with field.
hStrLen(Publisher<ReactiveHashCommands.HStrLenCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get the length of the value associated with field.
hTtl(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hTtl(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hTtl(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hTtl(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get the time to live for fields in seconds.
hTtl(byte[], TimeUnit, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hTtl(byte[], TimeUnit, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hTtl(byte[], TimeUnit, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hTtl(byte[], TimeUnit, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get the time to live for fields in and convert it to the given TimeUnit.
hTtl(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hTtl(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the time to live for fields in seconds.
hTtl(String, TimeUnit, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hTtl(String, TimeUnit, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the time to live for fields in and convert it to the given TimeUnit.
hTtl(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Returns the time-to-live of a given field in seconds.
hTtl(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Returns the time-to-live of all the given field in the List in seconds.
hTtl(Publisher<ReactiveHashCommands.HashFieldsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Returns the time-to-live of all the given field in the List in seconds.
HTTL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hVals(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
hVals(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hVals(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
 
hVals(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
Get entry set (values) of hash at field.
hVals(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hVals(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get entry set (values) of hash at field.
hVals(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get entry set (values) of hash at key.
hVals(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
Get entry set (values) of hash at key.
HVALS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
hyperLogLogCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
hyperLogLogCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
hyperLogLogCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
hyperLogLogCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
hyperLogLogCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
hyperLogLogCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
hyperLogLogCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
hyperLogLogCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
hyperLogLogCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
HyperLogLogOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
 

I

identityConverter() - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Returns a Converter that always returns its input argument.
idle(Duration) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Set the idle time since last delivery of a message.
idletime(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
idletime(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
idletime(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
idletime(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Get the Duration since the object stored at the given key is idle.
idletime(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
idletime(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the Duration since the object stored at the given key is idle.
idletime(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Get the Duration since the object stored at the given key is idle.
idleTime() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumer
The idle time.
idleTimeMs() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumer
The idle time (in millis).
ids(RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions.XClaimOptionsBuilder
Set the IDs to claim.
ids(String...) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions.XClaimOptionsBuilder
Set the IDs to claim.
ids(List<?>) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions.XClaimOptionsBuilder
Set the IDs to claim.
ifAbsent() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
NX
ifExists() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
Disable upsert.
ifExists() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
 
ifNotExists() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
 
ifPresent() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
XX
ifValueNotExists() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
Disable upsert.
IMPORTING - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands.AddSlots
 
IMPORTING - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands.AddSlots
 
in(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchCommand
Sets the geoset key.
in(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
Sets the geoset key.
in(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HExistsCommand
Applies the hash key.
in(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitPosCommand
 
in(STREAM_KEY) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
Configure a stream key.
incDeletes(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Increase the counter for delete operations of the given cache.
incDeletesBy(String, int) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Increase the counter for delete operations of the given cache by the given value.
incGets(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Increase the counter for get operations of the given cache.
incHits(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Increase the counter for get operations with result of the given cache.
incLockTime(String, long) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Increase the gauge for sync lock duration of the cache by the given nanoseconds.
includeCommandArgsInSpanTags() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
Deprecated.
 
includeCoordinates() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
Sets the ValkeyGeoCommands.GeoRadiusCommandArgs.Flag.WITHCOORD flag to also return the longitude, latitude coordinates of the matching items.
includeCoordinates() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
Sets the ValkeyGeoCommands.GeoRadiusCommandArgs.Flag.WITHCOORD flag to also return the longitude, latitude coordinates of the matching items.
includeDistance() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
Sets the ValkeyGeoCommands.GeoRadiusCommandArgs.Flag.WITHDIST flag to also return the distance of the returned items from the specified center.
includeDistance() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
Sets the ValkeyGeoCommands.GeoRadiusCommandArgs.Flag.WITHDIST flag to also return the distance of the returned items from the specified center.
includeFilters() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Specifies which types are eligible for component scanning.
incMisses(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Increase the counter for get operations without result of the given cache.
incPuts(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Increase the counter for put operations of the given cache.
incr() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Applies incr mode (When this option is specified ZADD acts like ZINCRBY).
incr(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
incr(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
incr(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
incr(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Increment an integer value stored as string value of key by 1.
incr(BitFieldSubCommands.BitFieldIncrBy) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Create new BitFieldSubCommands adding given BitFieldSubCommands.BitFieldIncrBy to the sub commands.
incr(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Obtain a new BitFieldSubCommands.BitFieldIncrByBuilder for creating and adding a BitFieldSubCommands.BitFieldIncrBy sub command.
incr(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
incr(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Increment an integer value stored as string value of key by 1.
incr(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.HIncrByCommand
incr(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Increment value of key by 1.
incr(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.IncrByCommand
incr(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Increment value of key by 1.
INCR - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
incrBy(byte[], double) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
incrBy(byte[], double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
incrBy(byte[], double) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
incrBy(byte[], double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Increment a floating point number value of key by delta.
incrBy(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
incrBy(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
incrBy(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
incrBy(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Increment an integer value stored of key by delta.
incrBy(String, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
incrBy(String, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Increment a floating point number value of key by delta.
incrBy(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
incrBy(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Increment an integer value stored of key by delta.
incrBy(ByteBuffer, T) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Increment value of key by value.
incrBy(Publisher<ReactiveNumberCommands.IncrByCommand<T>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands
Increment value of key by value.
INCRBYFLOAT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
increment() - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Increment an integer value stored as string value under the bound key by one.
increment(double) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Increment a floating point number value stored as string value under the bound key by delta.
increment(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Increment an integer value stored as string value under the bound key by delta.
increment(HK, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Increment value of a hash key by the given delta at the bound key.
increment(HK, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Increment value of a hash key by the given delta at the bound key.
increment(H, HK, double) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, long) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Increment value of a hash hashKey by the given delta.
increment(Object, double) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
increment(Object, long) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
increment(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Increments the number stored at key by one.
increment(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Increment an integer value stored as string value under key by one.
increment(K, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Increment the string representing a floating point number stored at key by delta.
increment(K, double) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Increment a floating point number value stored as string value under key by delta.
increment(K, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
increment(K, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
Increment value of the hash key by the given delta.
increment(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Increments the number stored at key by delta.
increment(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Increment an integer value stored as string value under key by delta.
increment(K, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
increment(K, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
Increment value of the hash key by the given delta.
incrementAndGet() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically increment by one the current value.
incrementAndGet() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically increment by one the current value.
incrementAndGet() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically increment by one the current value.
incrementScore(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Increment the score of element with value in sorted set by increment.
incrementScore(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Increment the score of element with value in sorted set by increment.
incrementScore(V, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Increment the score of element with value in sorted set by increment.
index(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Get element at index from list at the bound key.
index(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Get element at index from list at key.
index(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Get element at index from list at key.
indexConfiguration() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Set up index patterns using simple configuration class.
IndexConfiguration - Class in io.valkey.springframework.data.valkey.core.index
IndexConfiguration allows programmatic setup of indexes.
IndexConfiguration() - Constructor for class io.valkey.springframework.data.valkey.core.index.IndexConfiguration
Creates new empty IndexConfiguration.
IndexDefinition - Interface in io.valkey.springframework.data.valkey.core.index
IndexDefinition allow to set up a blueprint for creating secondary index structures in Valkey.
IndexDefinition.Condition<T> - Interface in io.valkey.springframework.data.valkey.core.index
 
IndexDefinition.IndexingContext - Class in io.valkey.springframework.data.valkey.core.index
Context in which a particular value is about to get indexed.
IndexDefinitionProvider - Interface in io.valkey.springframework.data.valkey.core.index
IndexDefinitionProvider give access to IndexDefinitions for creating secondary index structures.
IndexDefinitionRegistry - Interface in io.valkey.springframework.data.valkey.core.index
Registry that allows adding IndexDefinition.
Indexed - Annotation Interface in io.valkey.springframework.data.valkey.core.index
Mark properties value to be included in a secondary index.
IndexedData - Interface in io.valkey.springframework.data.valkey.core.convert
IndexedData represents a secondary index for a property path in a given keyspace.
IndexingContext(String, String, TypeInformation<?>) - Constructor for class io.valkey.springframework.data.valkey.core.index.IndexDefinition.IndexingContext
 
indexOf(byte[], byte) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Searches the specified array of bytes for the specified value.
indexOf(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
indexOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRankCommand
Creates a new ReactiveZSetCommands.ZRankCommand given a member to obtain its rank (ordering low to high).
indexOf(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Returns the index of the first occurrence of the specified value in the list at at key.
indexOf(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Returns the index of the first occurrence of the specified value in the list at at key.
indexOf(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Returns the index of the first occurrence of the specified value in the list at at key.
IndexResolver - Interface in io.valkey.springframework.data.valkey.core.convert
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty and value.
IndexValueTransformer - Interface in io.valkey.springframework.data.valkey.core.index
Converter implementation that is used to transform values for usage in a particular secondary index.
inflightRequestsLimit(Integer) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Set the maximum number of concurrent in-flight requests.
info() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
info() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
info() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Load default server information like memory cpu utilization replication
info() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
info() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
info() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Load default server information like memory cpu utilization replication
info(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
info(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Load default server information like memory cpu utilization replication
info(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
info(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
info(ValkeyClusterNode, String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
info(ValkeyClusterNode, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Load server information for given selection.
info(ValkeyClusterNode, String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
info(ValkeyClusterNode, String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
info(String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
info(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
info(String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Load server information for given selection.
info(String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
info(String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
info(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Load server information for given selection.
info(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Obtain general information about the stream stored at the specified key.
info(K) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Obtain general information about the stream stored at the specified key.
INFO - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
INFO_REFRESH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
inGroup(String) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AcknowledgeCommand
Applies the group.
init() - Method in class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
Initialize the message listener by writing requried valkey config for notify-keyspace-events and registering the listener within the container.
initConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Initialize the shared connection if native connection sharing is enabled and reset any previously existing connection.
initDefaultStrategies() - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Initialize the default implementations for the adapter's strategies.
initial() - Static method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
Creates a new initial Cursor.CursorId.
initialCacheNames(Set<String>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Append a Set of cache names to be pre initialized with current ValkeyCacheConfiguration.
initialConfiguration() - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration
Customization hook.
initialConfiguration() - Method in class io.valkey.springframework.data.valkey.core.index.IndexConfiguration
Customization hook.
initialize() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
Forces the initialization of bean target.
initializeList(List<T>, int) - Static method in class io.valkey.springframework.data.valkey.support.collections.CollectionUtils
 
initialTraceContextProvider() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
Deprecated.
 
insert(Object, T) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
 
INSTANCE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.convert.MapToPropertiesConverter
 
INSTANCE - Enum constant in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.LowercaseIndexValueTransformer
 
INSTANCE - Enum constant in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.NoOpValueTransformer
 
INSTANCE - Static variable in class io.valkey.springframework.data.valkey.connection.convert.LongToBooleanConverter
 
INSTANCE - Static variable in class io.valkey.springframework.data.valkey.connection.convert.StringToValkeyClientInfoConverter
 
INT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
64 bit signed interval String representing an integer.
INT_16 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
16 bit signed Integer
INT_32 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
32 bit signed Integer
INT_64 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
64 bit signed Integer
INT_8 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
8 bit signed Integer
INTEGER - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReturnType
Returned as Long
intersect(ValkeySet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
intersect(ValkeySet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Intersect this set and another ValkeySet.
intersect(ValkeyZSet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
intersect(ValkeyZSet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Intersect this set and another ValkeyZSet.
intersect(Collection<? extends ValkeySet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
intersect(Collection<? extends ValkeySet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Intersect this set and other ValkeySets.
intersect(Collection<? extends ValkeyZSet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
intersect(Collection<? extends ValkeyZSet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Intersect this set and other ValkeyZSets.
intersect(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Returns the members intersecting all given sets at the bound key and keys.
intersect(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets.
intersect(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Returns the members intersecting all given sets at keys.
intersect(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Returns the members intersecting all given sets at keys.
intersect(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Returns the members intersecting all given sets at the bound key and key.
intersect(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets.
intersect(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Returns the members intersecting all given sets at key and otherKeys.
intersect(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets.
intersect(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Returns the members intersecting all given sets at key and otherKeys.
intersect(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets.
intersect(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Returns the members intersecting all given sets at key and otherKey.
intersect(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets.
intersect(K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Returns the members intersecting all given sets at key and otherKey.
intersect(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets.
intersectAndStore(ValkeySet<?>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
intersectAndStore(ValkeySet<?>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Create a new ValkeySet by intersecting this sorted set and ValkeySet and store result in destination destKey.
intersectAndStore(ValkeyZSet<?>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
intersectAndStore(ValkeyZSet<?>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Create a new ValkeyZSet by intersecting this sorted set and ValkeyZSet and store result in destination destKey.
intersectAndStore(Collection<? extends ValkeySet<?>>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
intersectAndStore(Collection<? extends ValkeySet<?>>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Create a new ValkeySet by intersecting this sorted set and the collection ValkeySet and store result in destination destKey.
intersectAndStore(Collection<? extends ValkeyZSet<?>>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
intersectAndStore(Collection<? extends ValkeyZSet<?>>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Create a new ValkeyZSet by intersecting this sorted set and the collection ValkeyZSet and store result in destination destKey.
intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Intersect all given sets at the bound key and keys and store result in destKey.
intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKeys and store result in destination destKey.
intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Intersect all given sets at keys and store result in destKey.
intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Intersect all given sets at keys and store result in destKey.
intersectAndStore(Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKeys and store result in destination destKey.
intersectAndStore(Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKeys and store result in destination destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Intersect all given sets at key and otherKeys and store result in destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Intersect all given sets at key and otherKeys and store result in destKey.
intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Intersect all given sets at the bound key and key and store result in destKey.
intersectAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKey and store result in destination destKey.
intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Intersect all given sets at key and otherKey and store result in destKey.
intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKey and store result in destination destKey.
intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Intersect all given sets at key and otherKey and store result in destKey.
intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets at key and otherKey and store result in destination destKey.
intersectWithScores(ValkeyZSet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
intersectWithScores(ValkeyZSet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Intersect this set and another ValkeyZSet.
intersectWithScores(Collection<? extends ValkeyZSet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
intersectWithScores(Collection<? extends ValkeyZSet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Intersect this set and other ValkeyZSets.
intersectWithScores(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets.
intersectWithScores(Collection<K>, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets.
intersectWithScores(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Intersect sorted sets.
intersectWithScores(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets.
intersectWithScores(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets.
intersectWithScores(K, Collection<K>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKeys .
intersectWithScores(K, Collection<K>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets at key and otherKeys .
intersectWithScores(K, Collection<K>, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets.
intersectWithScores(K, Collection<K>, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets.
intersectWithScores(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Intersect sorted sets.
intersectWithScores(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Intersect sorted sets.
into(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfMergeCommand
Applies the destinationKey.
INTSET - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Space saving representation for small sets that contain only integers.ø
intValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
intValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
intValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
invokeErrorHandler(Throwable) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Invoke the registered ErrorHandler, if any.
invokeListenerMethod(String, Object[]) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Invoke the specified listener method.
io.valkey.springframework.data.valkey - package io.valkey.springframework.data.valkey
Root package for integrating Valkey with Spring concepts.
io.valkey.springframework.data.valkey.aot - package io.valkey.springframework.data.valkey.aot
 
io.valkey.springframework.data.valkey.cache - package io.valkey.springframework.data.valkey.cache
Package providing a Valkey implementation for Spring cache abstraction.
io.valkey.springframework.data.valkey.config - package io.valkey.springframework.data.valkey.config
Namespace and configuration.
io.valkey.springframework.data.valkey.connection - package io.valkey.springframework.data.valkey.connection
Connection package providing low-level abstractions for interacting with the various Valkey 'drivers'/libraries.
io.valkey.springframework.data.valkey.connection.convert - package io.valkey.springframework.data.valkey.connection.convert
Valkey specific converters used for sending data and parsing responses.
io.valkey.springframework.data.valkey.connection.jedis - package io.valkey.springframework.data.valkey.connection.jedis
Connection package for Jedis library.
io.valkey.springframework.data.valkey.connection.lettuce - package io.valkey.springframework.data.valkey.connection.lettuce
Connection package for Lettuce Valkey client.
io.valkey.springframework.data.valkey.connection.lettuce.aot - package io.valkey.springframework.data.valkey.connection.lettuce.aot
 
io.valkey.springframework.data.valkey.connection.lettuce.observability - package io.valkey.springframework.data.valkey.connection.lettuce.observability
Integration of Micrometer Tracing for Lettuce Observability.
io.valkey.springframework.data.valkey.connection.stream - package io.valkey.springframework.data.valkey.connection.stream
Data structures and interfaces to interact with Valkey Streams.
io.valkey.springframework.data.valkey.connection.util - package io.valkey.springframework.data.valkey.connection.util
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
io.valkey.springframework.data.valkey.connection.valkeyglide - package io.valkey.springframework.data.valkey.connection.valkeyglide
Connection package for Valkey Glide Valkey client.
io.valkey.springframework.data.valkey.connection.zset - package io.valkey.springframework.data.valkey.connection.zset
 
io.valkey.springframework.data.valkey.core - package io.valkey.springframework.data.valkey.core
Core package for integrating Valkey with Spring concepts.
io.valkey.springframework.data.valkey.core.convert - package io.valkey.springframework.data.valkey.core.convert
Converters for Valkey repository support utilizing mapping metadata.
io.valkey.springframework.data.valkey.core.index - package io.valkey.springframework.data.valkey.core.index
Abstractions for Valkey secondary indexes.
io.valkey.springframework.data.valkey.core.mapping - package io.valkey.springframework.data.valkey.core.mapping
Valkey specific repository support mapping meta information.
io.valkey.springframework.data.valkey.core.query - package io.valkey.springframework.data.valkey.core.query
Query package for Valkey template.
io.valkey.springframework.data.valkey.core.script - package io.valkey.springframework.data.valkey.core.script
Lua script execution abstraction.
io.valkey.springframework.data.valkey.core.types - package io.valkey.springframework.data.valkey.core.types
Valkey domain specific types.
io.valkey.springframework.data.valkey.domain.geo - package io.valkey.springframework.data.valkey.domain.geo
 
io.valkey.springframework.data.valkey.hash - package io.valkey.springframework.data.valkey.hash
Dedicated support package for Valkey hashes.
io.valkey.springframework.data.valkey.listener - package io.valkey.springframework.data.valkey.listener
Base package for Valkey message listener / pubsub container facility
io.valkey.springframework.data.valkey.listener.adapter - package io.valkey.springframework.data.valkey.listener.adapter
Message listener adapter package.
io.valkey.springframework.data.valkey.repository.cdi - package io.valkey.springframework.data.valkey.repository.cdi
CDI support for Valkey specific repository implementation.
io.valkey.springframework.data.valkey.repository.configuration - package io.valkey.springframework.data.valkey.repository.configuration
Valkey repository specific configuration and bean registration.
io.valkey.springframework.data.valkey.repository.core - package io.valkey.springframework.data.valkey.repository.core
Core domain entities for repository support.
io.valkey.springframework.data.valkey.repository.query - package io.valkey.springframework.data.valkey.repository.query
Valkey specific query execution engine.
io.valkey.springframework.data.valkey.repository.support - package io.valkey.springframework.data.valkey.repository.support
Spring context specific factory support.
io.valkey.springframework.data.valkey.serializer - package io.valkey.springframework.data.valkey.serializer
Serialization/Deserialization package for converting Object to (and from) binary data.
io.valkey.springframework.data.valkey.stream - package io.valkey.springframework.data.valkey.stream
 
io.valkey.springframework.data.valkey.support.atomic - package io.valkey.springframework.data.valkey.support.atomic
Small toolkit mirroring the java.util.atomic package in Valkey.
io.valkey.springframework.data.valkey.support.collections - package io.valkey.springframework.data.valkey.support.collections
Package providing implementations for most of the java.util collections on top of Valkey.
io.valkey.springframework.data.valkey.util - package io.valkey.springframework.data.valkey.util
Commonly used stuff for data manipulation throughout different driver specific implementations.
isActive() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
isActive() - Method in interface io.valkey.springframework.data.valkey.stream.Subscription
 
isActive() - Method in interface io.valkey.springframework.data.valkey.stream.Task
 
isActive(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.AbstractValkeyConnection
Check if node is active by sending ping.
isActive(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
isActive(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
isActive(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
isAlive() - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Indicates whether this subscription is still 'alive' or not.
isAlive() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
isAllowRuntimeCacheCreation() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Determines whether Valkey caches are allowed to be created at runtime.
isAlphabetic() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
isAlphabetic() - Method in interface io.valkey.springframework.data.valkey.connection.SortParameters
Indicates if the sorting is numeric (default) or alphabetical (lexicographical).
isAlphabetic() - Method in interface io.valkey.springframework.data.valkey.core.query.SortQuery
Indicates if the sorting is numeric (default) or alphabetical (lexicographical).
isAlternative() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
isApproximateTrimming() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
 
isApproximateTrimming() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.TrimCommand
 
isApproximateTrimming() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
isAsync(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.connection.ConnectionUtils
 
isAuthenticationAware(ValkeyConfiguration) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
isAutoAcknowledge() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequest
 
isAutoStartup() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
isAutoStartup() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
isAutoStartup() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
isBlocking() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
 
isClosed() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
isClosed() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
isClosed() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
isClosed() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
isClosed() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
Indicates whether the underlying connection is closed or not.
isClosed() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
isClosed() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
isClosed() - Method in interface io.valkey.springframework.data.valkey.core.Cursor
 
isClosed() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
isClusterAware() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
isClusterAware() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
isClusterConfiguration(ValkeyConfiguration) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
isConnected() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
 
isConnectionTransactional(ValkeyConnection, ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Return whether the given Valkey connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isDatabaseIndexAware(ValkeyConfiguration) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
isDomainSocketConfiguration(ValkeyConfiguration) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
isEarlyStartup() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
isEarlyStartup() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
isEarlyStartup() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
isEmpty() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
isEnabled() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
Deprecated.
 
isEnableDefaultSerializer() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns whether the default serializer should be used or not.
isExpired() - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
isExpiring() - Method in interface io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentEntity
 
isExpiringEntity(Class<?>) - Method in interface io.valkey.springframework.data.valkey.core.TimeToLiveAccessor
 
isExposeConnection() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Returns whether the underlying ValkeyConnection should be directly exposed to the ValkeyCallback code, or rather a connection proxy (default behavior).
isFinished(long) - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Deprecated, for removal: This API element is subject to removal in a future version.
isFinished(Cursor.CursorId) - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Check whether cursorId is finished.
isForce() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Get the FORCE flag.
isGt() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
isHostAndPortAware(ValkeyConfiguration) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
isIdProperty() - Method in class io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentProperty
 
isIfExists() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
isIfNotExists() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
isIncluding() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range.Boundary
Deprecated.
 
isIncr() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
isInitial() - Method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
Returns whether the current cursor identifier represent an initial cursor identifier to indicate an initial/finished cursor state.
isInitial(String) - Static method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
Returns whether the given cursorId represent an initial cursor identifier to indicate an initial/finished cursor state.
isJedis(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.connection.ConnectionUtils
 
isKeepTtl() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
 
isLettuce(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.connection.ConnectionUtils
 
isLimited() - Method in class io.valkey.springframework.data.valkey.connection.Limit
 
isLimited() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
 
isLimited() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
 
isListening() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
 
isLt() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
isMarkedAsFail() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
 
isMaster() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
isMaster() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
isMember(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Check if set at the bound key contains value.
isMember(Object...) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Check if set at at the bound key contains one or more values.
isMember(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Check if set at key contains value.
isMember(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Check if set at key contains value.
isMember(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Check if set at key contains one or more values.
isMember(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Check if set at key contains one or more values.
isMissing() - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
isMissing() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
 
isMkStream() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
isNoack() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
 
isNoMkStream() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
 
isNoMkStream() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
isNullable() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
ISO_8859_1 - Static variable in class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
StringValkeySerializer to use ISO Latin Alphabet No. 1, a.k.a.
isOk() - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
isOpen() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
isOpen() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
isOpen() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySentinelConnection
 
isOpen() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
isPersistent() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
 
isPersistent() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
 
isPhantomKey() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
 
isPhantomKey() - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
 
isPipelined() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
isPipelined() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
isPipelined() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
isPipelined() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
isPipelined() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
Indicates whether the connection is currently pipelined or not.
isPipelined() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
isPipelined() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
isPresent() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.AbsentByteBufferResponse
 
isPresent() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.CommandResponse
 
isPresent() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
Return true if there is a password present, otherwise false.
isQueueing() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
isQueueing() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
isQueueing() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
isQueueing() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
isQueueing() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
Indicates whether the connection is in "queue"(or "MULTI") mode or not.
isQueueing() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
isRead() - Method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
isReadonly() - Method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
isReady() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
isRefreshTtl() - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
 
isReplace() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
 
isReplica() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
isRepresentedBy(String) - Method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
Compares the given String representing the Valkey command to the Enum.toString() representation of ValkeyCommand as well as any ValkeyCommand.alias.
isReturnTotalChanged() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
isRunning() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
isRunning() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
isRunning() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Returns if the client is running.
isRunning() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
isRunning() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
 
isSameSlotForAllKeys(byte[]...) - Static method in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
Determines whether all keys will hash to the same slot.
isSameSlotForAllKeys(ByteBuffer...) - Static method in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
Determines whether all keys will hash to the same slot.
isSameSlotForAllKeys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
Determines whether all keys will hash to the same slot.
isSentinelConfiguration(ValkeyConfiguration) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
isSigned() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
 
isSingleValue() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
isSkipped() - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
isStartTls() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
isStartTls() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns whether to issue a StartTLS.
isStaticMasterReplicaConfiguration(ValkeyConfiguration) - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration
 
isStatus() - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
Indicates if this result is the status of an operation.
isStoreDistance() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
 
isSubscribed() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
isSubscribed() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
isSubscribed() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
isSubscribed() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
isSubscribed() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
isSubscribed() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyPubSubCommands
Indicates whether the current connection is subscribed (to at least one channel) or not.
isTimeToIdleEnabled() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Determines whether time-to-idle (TTI) expiration has been enabled for caching.
isTypeKey(String) - Method in class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
 
isTypeKey(String) - Method in interface io.valkey.springframework.data.valkey.core.convert.ValkeyTypeMapper
Returns whether the given key is the type key.
isUnixTimestamp() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
 
isUnlimited() - Method in class io.valkey.springframework.data.valkey.connection.Limit
 
isUpsert() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
 
isUpsert() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
 
isUsePooling() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
isUseSsl() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration
 
isUseSsl() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Returns whether to use SSL.
isUseSsl() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
 
isUseSsl() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Returns whether to use SSL.
isUseSsl() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.DefaultValkeyGlideClientConfiguration
 
isUseSsl() - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
Check if SSL is enabled.
isUseSsl() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Returns whether to use SSL.
isValid(byte[]) - Static method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
Check whether the key is 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 io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
Check whether the key is valid, in particular whether the key contains a keyspace and an id part in the form of keyspace:id.
isValkeyClusterAware() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
isValkeySentinelAware() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
isValkeySentinelAware() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
isVerifyPeer() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
Deprecated.
since 3.4, use LettuceClientConfiguration.getVerifyMode() for how peer verification is configured.
isVerifyPeer() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
isWithScores() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
isWithScores() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
 
isWrite() - Method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
isZeroBased() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
 
iterator() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
 
iterator() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
 
iterator() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
Returns an iterator over the StreamInfo.XInfoConsumer elements.
iterator() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
Returns an iterator over the StreamInfo.XInfoGroup elements.
iterator() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
iterator() - Method in class io.valkey.springframework.data.valkey.core.ScanIteration
 
iterator() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
iterator() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
iterator() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 

J

Jackson2HashMapper - Class in io.valkey.springframework.data.valkey.hash
ObjectMapper based HashMapper implementation that allows flattening.
Jackson2HashMapper(boolean) - Constructor for class io.valkey.springframework.data.valkey.hash.Jackson2HashMapper
Creates new Jackson2HashMapper with a default ObjectMapper.
Jackson2HashMapper(ObjectMapper, boolean) - Constructor for class io.valkey.springframework.data.valkey.hash.Jackson2HashMapper
Creates new Jackson2HashMapper initialized with a custom Jackson ObjectMapper.
Jackson2JsonValkeySerializer<T> - Class in io.valkey.springframework.data.valkey.serializer
ValkeySerializer that can read and write JSON using Jackson's and Jackson Databind ObjectMapper.
Jackson2JsonValkeySerializer(JavaType) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Creates a new Jackson2JsonValkeySerializer for the given target JavaType.
Jackson2JsonValkeySerializer(ObjectMapper, JavaType) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Creates a new Jackson2JsonValkeySerializer for the given target JavaType.
Jackson2JsonValkeySerializer(ObjectMapper, JavaType, JacksonObjectReader, JacksonObjectWriter) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Creates a new Jackson2JsonValkeySerializer for the given target JavaType.
Jackson2JsonValkeySerializer(ObjectMapper, Class<T>) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Creates a new Jackson2JsonValkeySerializer for the given target Class.
Jackson2JsonValkeySerializer(Class<T>) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Creates a new Jackson2JsonValkeySerializer for the given target Class.
JacksonObjectReader - Interface in io.valkey.springframework.data.valkey.serializer
Defines the contract for Object Mapping readers.
JacksonObjectWriter - Interface in io.valkey.springframework.data.valkey.serializer
Defines the contract for Object Mapping writers.
java() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
java() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Obtain a ValkeySerializer using java serialization.
java(ClassLoader) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
Creates a new ValkeySerializationContext using a JdkSerializationValkeySerializer with given ClassLoader to resolves type of the keys and values stored in Valkey.
java(ClassLoader) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Obtain a ValkeySerializer using java serialization with the given ClassLoader.
JdkSerializationValkeySerializer - Class in io.valkey.springframework.data.valkey.serializer
Java Serialization ValkeySerializer.
JdkSerializationValkeySerializer() - Constructor for class io.valkey.springframework.data.valkey.serializer.JdkSerializationValkeySerializer
Creates a new JdkSerializationValkeySerializer using the default ClassLoader.
JdkSerializationValkeySerializer(ClassLoader) - Constructor for class io.valkey.springframework.data.valkey.serializer.JdkSerializationValkeySerializer
Creates a new JdkSerializationValkeySerializer with the given ClassLoader used to resolve types during deserialization.
JdkSerializationValkeySerializer(Converter<Object, byte[]>, Converter<byte[], Object>) - Constructor for class io.valkey.springframework.data.valkey.serializer.JdkSerializationValkeySerializer
Creates a new JdkSerializationValkeySerializer using converters to serialize and deserialize objects.
JedisClientConfigBuilderCustomizer - Interface in io.valkey.springframework.data.valkey.connection.jedis
Strategy interface for customizing JedisClientConfig.
JedisClientConfiguration - Interface in io.valkey.springframework.data.valkey.connection.jedis
Valkey client configuration for jedis.
JedisClientConfiguration.DefaultJedisClientConfigurationBuilder - Class in io.valkey.springframework.data.valkey.connection.jedis
JedisClientConfiguration.JedisClientConfigurationBuilder - Interface in io.valkey.springframework.data.valkey.connection.jedis
JedisClientConfiguration.JedisPoolingClientConfigurationBuilder - Interface in io.valkey.springframework.data.valkey.connection.jedis
Builder for Pooling-related JedisClientConfiguration.
JedisClientConfiguration.JedisSslClientConfigurationBuilder - Interface in io.valkey.springframework.data.valkey.connection.jedis
Builder for SSL-related JedisClientConfiguration.
JedisClusterConnection - Class in io.valkey.springframework.data.valkey.connection.jedis
ValkeyClusterConnection implementation on top of JedisCluster.
Uses the native JedisCluster api where possible and falls back to direct node communication using Jedis where needed.
JedisClusterConnection(JedisCluster) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
Create new JedisClusterConnection utilizing native connections via JedisCluster.
JedisClusterConnection(JedisCluster, ClusterCommandExecutor) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
Create new JedisClusterConnection utilizing native connections via JedisCluster running commands across the cluster via given ClusterCommandExecutor.
JedisClusterConnection(JedisCluster, ClusterCommandExecutor, ClusterTopologyProvider) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
Create new JedisClusterConnection utilizing native connections via JedisCluster running commands across the cluster via given ClusterCommandExecutor and using the given ClusterTopologyProvider.
JedisClusterConnection.JedisClusterCommandCallback<T> - Interface in io.valkey.springframework.data.valkey.connection.jedis
JedisClusterConnection.JedisClusterTopology - Class in io.valkey.springframework.data.valkey.connection.jedis
 
JedisClusterConnection.JedisClusterTopologyProvider - Class in io.valkey.springframework.data.valkey.connection.jedis
Jedis specific implementation of ClusterTopologyProvider.
JedisClusterConnection.JedisMultiKeyClusterCommandCallback<T> - Interface in io.valkey.springframework.data.valkey.connection.jedis
JedisClusterTopologyProvider(JedisCluster) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider
JedisClusterTopologyProvider(JedisCluster, Duration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider
JedisConnection - Class in io.valkey.springframework.data.valkey.connection.jedis
ValkeyConnection implementation on top of Jedis library.
JedisConnection(Jedis) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
Constructs a new JedisConnection.
JedisConnection(Jedis, Pool<Jedis>, int) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
Constructs a new JedisConnection backed by a Jedis Pool.
JedisConnection(Jedis, Pool<Jedis>, int, String) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
Constructs a new JedisConnection backed by a Jedis Pool.
JedisConnection(Jedis, Pool<Jedis>, JedisClientConfig, JedisClientConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
Constructs a new JedisConnection backed by a Jedis Pool.
JedisConnectionFactory - Class in io.valkey.springframework.data.valkey.connection.jedis
Connection factory creating Jedis based connections.
JedisConnectionFactory() - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance with default settings (default connection pooling).
JedisConnectionFactory(ValkeyClusterConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given ValkeyClusterConfiguration applied to create a JedisCluster.
JedisConnectionFactory(ValkeyClusterConfiguration, JedisClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given ValkeyClusterConfiguration and JedisClientConfiguration.
JedisConnectionFactory(ValkeyClusterConfiguration, JedisPoolConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given ValkeyClusterConfiguration applied to create a JedisCluster.
JedisConnectionFactory(ValkeySentinelConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given JedisPoolConfig applied to JedisSentinelPool.
JedisConnectionFactory(ValkeySentinelConfiguration, JedisClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given ValkeySentinelConfiguration and JedisClientConfiguration.
JedisConnectionFactory(ValkeySentinelConfiguration, JedisPoolConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given JedisPoolConfig applied to JedisSentinelPool.
JedisConnectionFactory(ValkeyStandaloneConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given ValkeyStandaloneConfiguration.
JedisConnectionFactory(ValkeyStandaloneConfiguration, JedisClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
JedisConnectionFactory(JedisPoolConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given pool configuration.
JedisExceptionConverter - Class in io.valkey.springframework.data.valkey.connection.jedis
Converts Exceptions thrown from Jedis to DataAccessExceptions
JedisExceptionConverter() - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisExceptionConverter
 
JedisScriptReturnConverter - Class in io.valkey.springframework.data.valkey.connection.jedis
Converts the value returned by Jedis script eval to the expected ReturnType
JedisScriptReturnConverter(ReturnType) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisScriptReturnConverter
 
JedisSentinelConnection - Class in io.valkey.springframework.data.valkey.connection.jedis
 
JedisSentinelConnection(ValkeyNode) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
JedisSentinelConnection(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
JedisSentinelConnection(Jedis) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
json() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Obtain a ValkeySerializer that can read and write JSON using Jackson.
Jsr310Converters - Class in io.valkey.springframework.data.valkey.core.convert
Helper class to register JSR-310 specific Converter implementations.
Jsr310Converters() - Constructor for class io.valkey.springframework.data.valkey.core.convert.Jsr310Converters
 
just(ValkeyElementReader<? extends T>, ValkeyElementWriter<? extends T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
just(ValkeySerializationContext.SerializationPair<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
just(Duration) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter.TtlFunction
Creates a Singleton ValkeyCacheWriter.TtlFunction using the given Duration.

K

keepTtl() - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
Obtain an Expiration that indicates to keep the existing one, e.g. when sending a SET command.
key(ValkeyElementReader<K>, ValkeyElementWriter<K>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
key(ValkeySerializationContext.SerializationPair<K>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
key(ValkeySerializer<K>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HRandFieldCommand
Applies the hash key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
Creates a new ReactiveKeyCommands.CopyCommand given a key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireAtCommand
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
Creates a new ReactiveKeyCommands.ExpireCommand given a key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.MoveCommand
Creates a new ReactiveKeyCommands.MoveCommand given a key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.RenameCommand
Creates a new ReactiveKeyCommands.RenameCommand given a key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.AppendCommand
Creates a new ReactiveStringCommands.AppendCommand given a key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.GetExCommand
Creates a new ReactiveStringCommands.GetExCommand given a key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.KeyScanCommand
Creates a new ReactiveValkeyConnection.KeyScanCommand given a key.
key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.RangeCommand
Creates a new ReactiveValkeyConnection.RangeCommand given a key.
KeyBoundCursor<T> - Class in io.valkey.springframework.data.valkey.core
 
KeyBoundCursor(byte[], long, ScanOptions) - Constructor for class io.valkey.springframework.data.valkey.core.KeyBoundCursor
Deprecated.
KeyBoundCursor(byte[], Cursor.CursorId, ScanOptions) - Constructor for class io.valkey.springframework.data.valkey.core.KeyBoundCursor
Crates new ScanCursor
KeyCommand(ByteBuffer) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.KeyCommand
Creates a new ReactiveValkeyConnection.KeyCommand given a key.
keyCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
keyCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
keyCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
keyCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
keyCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
keyCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
keyCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
keyCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
keyCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
keyCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
KeyExpirationEventMessageListener - Class in io.valkey.springframework.data.valkey.listener
MessageListener publishing ValkeyKeyExpiredEvents via ApplicationEventPublisher by listening to Valkey keyspace notifications for key expirations.
KeyExpirationEventMessageListener(ValkeyMessageListenerContainer) - Constructor for class io.valkey.springframework.data.valkey.listener.KeyExpirationEventMessageListener
Creates new MessageListener for __keyevent@*__:expired messages.
keys() - Static method in class io.valkey.springframework.data.valkey.cache.BatchStrategies
A BatchStrategy using a single KEYS and DEL command to remove all matching keys.
keys() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Get key set (fields) of hash at the bound key.
keys() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
keys() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
keys(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
keys(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
keys(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
keys(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Find all keys matching the given pattern.
keys(H) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get key set (fields) of hash at key.
keys(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get key set (fields) of hash at key.
keys(ValkeyClusterNode, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
keys(ValkeyClusterNode, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
keys(ValkeyClusterNode, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterConnection
 
keys(ValkeyClusterNode, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
keys(ValkeyClusterNode, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterKeyCommands
Retrieve all keys for a given pattern from ValkeyNode.
keys(ValkeyClusterNode, K) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Get all keys located at given node.
keys(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
keys(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Find all keys matching the given pattern.
keys(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Find all keys matching the given pattern.
It is recommended to use ReactiveKeyCommands.scan(ScanOptions) to iterate over the keyspace as ReactiveKeyCommands.keys(ByteBuffer) is a non-interruptible and expensive Valkey operation.
keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SDiffCommand
Creates a new ReactiveSetCommands.SDiffCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SDiffStoreCommand
Creates a new ReactiveSetCommands.SDiffStoreCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterCommand
Creates a new ReactiveSetCommands.SInterCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterStoreCommand
Creates a new ReactiveSetCommands.SInterStoreCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionCommand
Creates a new ReactiveSetCommands.SUnionCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionStoreCommand
Creates a new ReactiveSetCommands.SUnionStoreCommand given a Collection of keys.
keys(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Find all keys matching the given pattern.
keys(K) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
keys(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Find all keys matching the given pattern.
keys(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
keys(Publisher<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Find all keys matching the given pattern.
It is recommended to use ReactiveKeyCommands.scan(ScanOptions) to iterate over the keyspace as ReactiveKeyCommands.keys(Publisher) is a non-interruptible and expensive Valkey operation.
KEYS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
keysAndArgs(ValkeyElementWriter, List<K>, List<?>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
keysAndArgs(ValkeySerializer, List<K>, Object[]) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
KeyScanOptions - Class in io.valkey.springframework.data.valkey.core
Options to be used for with SCAN commands.
keySerializer() - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
keySerializer() - Method in class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
keySerializer(ValkeySerializationContext.SerializationPair<NK>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a key serializer.
keySerializer(ValkeySerializer<NK>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a key serializer.
keySet() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
 
keySet() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
keySet() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
keyspaceConfiguration() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Set up keyspaces for specific types.
KeyspaceConfiguration - Class in io.valkey.springframework.data.valkey.core.convert
KeyspaceConfiguration allows programmatic setup of keyspaces and time to live options for certain types.
KeyspaceConfiguration() - Constructor for class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration
 
KeyspaceConfiguration.KeyspaceSettings - Class in io.valkey.springframework.data.valkey.core.convert
 
KeyspaceEventMessageListener - Class in io.valkey.springframework.data.valkey.listener
Base MessageListener implementation for listening to Valkey keyspace notifications.
KeyspaceEventMessageListener(ValkeyMessageListenerContainer) - Constructor for class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
keyspaceNotificationsConfigParameter() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configure the notify-keyspace-events property if not already set.
KeyspaceSettings(Class<?>, String) - Constructor for class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
KeyspaceSettings(Class<?>, String, boolean) - Constructor for class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
keyValueTemplateRef() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configures the name of the KeyValueOperations bean to be used with the repositories detected.
killClient(String, int) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
killClient(String, int) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
killClient(String, int) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Closes a given client connection identified by host:port.
killClient(String, int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
killClient(String, int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
killClient(String, int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Closes a given client connection identified by host:port.
killClient(String, int) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Closes a given client connection identified by ip:port given in client.
killClient(String, int) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
kilometers() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
KILOMETERS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
 
KILOMETERS - Enum constant in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
 
KNOWN_NODES - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 

L

last() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.Direction
last() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
last() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
last() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Returns the last (highest) element currently in this sorted set.
last(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to last count values.
LAST_COMMAND - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
LAST_OK_PING_REPLY - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
LAST_PING_SENT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
lastConsumed() - Static method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
Read all new arriving elements with ids greater than the last one consumed by the consumer group.
lastDeliveredId() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroup
The id of the last delivered message.
lastEntryId() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
The id of the streams last entry.
lastGeneratedId() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
The last generated id.
lastIndexOf(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
lastIndexOf(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Returns the index of the last occurrence of the specified value in the list at at key.
lastIndexOf(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Returns the index of the last occurrence of the specified value in the list at at key.
lastIndexOf(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Returns the index of the last occurrence of the specified value in the list at at key.
lastSave() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lastSave() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lastSave() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Get time unix timestamp of last successful ReactiveServerCommands.bgSave() operation in seconds.
lastSave() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
lastSave() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
lastSave() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Get time of last ValkeyServerCommands.bgSave() operation in seconds.
lastSave(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
lastSave(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Get time unix timestamp of last successful ReactiveServerCommands.bgSave() operation in seconds.
lastSave(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
lastSave(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
LASTSAVE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
latest() - Static method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
Read from the latest offset.
latest(K) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
Create a StreamOffset given key starting at ReadOffset.latest().
left() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
Creates a new ReactiveListCommands.BPopCommand for right push (BLPOP).
left() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
Creates a new ReactiveListCommands.PopCommand for right push (LPOP).
left() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
Creates a new ReactiveListCommands.PushCommand for left push (LPUSH).
LEFT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.Direction
 
LEFT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
 
leftPop() - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns first element in list stored at the bound key.
leftPop(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns first elements in list stored at key.
leftPop(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns first element from lists stored at the bound key .
leftPop(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns first element from lists stored at the bound key .
leftPop(K) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns first element in list stored at key.
leftPop(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes and returns first element in list stored at key.
leftPop(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns first elements in list stored at key.
leftPop(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes count elements from the left-side of the Valkey list stored at key.
leftPop(K, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns first element from lists stored at key .
leftPop(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns first element from lists stored at key .
leftPop(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes and returns first element from lists stored at key.
leftPush(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Prepend value to key.
leftPush(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Prepend value to key.
leftPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Insert value to key before pivot.
leftPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Insert value to key before pivot.
leftPush(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Prepend value to the bound key.
leftPush(V, V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Prepend values to the bound key before value.
leftPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Prepend values to key.
leftPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Prepend values to key.
leftPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Prepend values to key.
leftPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Prepend values to key.
leftPushAll(V...) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Prepend values to the bound key.
leftPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Prepend values to key only if the list exists.
leftPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Prepend values to key only if the list exists.
leftPushIfPresent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Prepend values to the bound key only if the list exists.
lengthOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HStrLenCommand
Specify the field within the hash to get the length of the value of.ø
lengthOfValue(HK) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Returns the length of the value associated with hashKey.
lengthOfValue(H, HK) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Returns the length of the value associated with hashKey.
LettuceClientConfiguration - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Valkey client configuration for lettuce.
LettuceClientConfiguration.LettuceClientConfigurationBuilder - Class in io.valkey.springframework.data.valkey.connection.lettuce
 
LettuceClientConfiguration.LettuceSslClientConfigurationBuilder - Class in io.valkey.springframework.data.valkey.connection.lettuce
Builder for SSL-related LettuceClientConfiguration.
LettuceClusterConnection - Class in io.valkey.springframework.data.valkey.connection.lettuce
ValkeyClusterConnection implementation on top of Lettuce Valkey client.
LettuceClusterConnection(StatefulRedisClusterConnection<byte[], byte[]>, LettuceConnectionProvider, ClusterTopologyProvider, ClusterCommandExecutor, Duration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection given a shared StatefulRedisClusterConnection and LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(RedisClusterClient) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using RedisClusterClient with default timeout and a fresh ClusterCommandExecutor that gets destroyed on close.
LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection with default timeout using RedisClusterClient running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor, Duration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection with given command timeout using RedisClusterClient running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(LettuceConnectionProvider) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(LettuceConnectionProvider, ClusterCommandExecutor) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(LettuceConnectionProvider, ClusterCommandExecutor, Duration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection.LettuceClusterCommandCallback<T> - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Lettuce specific implementation of ClusterCommandExecutor.ClusterCommandCallback.
LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T> - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Lettuce specific implementation of ClusterCommandExecutor.MultiKeyClusterCommandCallback.
LettuceConnection - Class in io.valkey.springframework.data.valkey.connection.lettuce
ValkeyConnection implementation on top of Lettuce Valkey client.
LettuceConnection(long, RedisClient) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
Creates a new LettuceConnection.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, AbstractRedisClient, int) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
Creates a new LettuceConnection.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, RedisClient) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
Creates a new LettuceConnection.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, LettuceConnectionProvider, long, int) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
Creates a new LettuceConnection.
LettuceConnection.PipeliningFlushPolicy - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Strategy interface to control pipelining flush behavior.
LettuceConnection.PipeliningFlushState - Interface in io.valkey.springframework.data.valkey.connection.lettuce
State object associated with flushing of the currently ongoing pipeline.
LettuceConnectionFactory - Class in io.valkey.springframework.data.valkey.connection.lettuce
Connection factory creating Lettuce-based connections.
LettuceConnectionFactory() - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionFactory(ValkeyClusterConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance using the given ValkeyClusterConfiguration applied to create a RedisClusterClient.
LettuceConnectionFactory(ValkeyClusterConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(ValkeyConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance using the given ValkeySocketConfiguration.
LettuceConnectionFactory(ValkeyConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(ValkeySentinelConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance using the given ValkeySentinelConfiguration.
LettuceConnectionFactory(ValkeySentinelConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(ValkeyStandaloneConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionFactory(ValkeyStandaloneConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionProvider - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Defines a provider for Lettuce connections.
LettuceConnectionProvider.TargetAware - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Extension to LettuceConnectionProvider for providers that allow connection creation to specific nodes.
LettuceConverters - Class in io.valkey.springframework.data.valkey.connection.lettuce
Lettuce type converters
LettuceConverters() - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
LettuceExceptionConverter - Class in io.valkey.springframework.data.valkey.connection.lettuce
Converts Lettuce Exceptions to DataAccessExceptions
LettuceExceptionConverter() - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceExceptionConverter
 
LettuceObservationContext - Class in io.valkey.springframework.data.valkey.connection.lettuce.observability
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
LettuceObservationContext(String) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.observability.LettuceObservationContext
Deprecated.
 
LettucePoolingClientConfiguration - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Valkey client configuration for lettuce using a driver level pooled connection by adding pooling specific configuration to LettuceClientConfiguration.
LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder - Class in io.valkey.springframework.data.valkey.connection.lettuce
 
LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder - Class in io.valkey.springframework.data.valkey.connection.lettuce
 
LettuceSentinelConnection - Class in io.valkey.springframework.data.valkey.connection.lettuce
 
LettuceSentinelConnection(RedisClient) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection using a supplied RedisClient.
LettuceSentinelConnection(StatefulRedisSentinelConnection<String, String>) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection using a supplied valkey connection.
LettuceSentinelConnection(LettuceConnectionProvider) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
LettuceSentinelConnection(ValkeyNode) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a dedicated client for a supplied ValkeyNode.
LettuceSentinelConnection(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a client for the supplied host and port.
LettuceSentinelConnection(String, int, ClientResources) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a client for the supplied host and port and reuse existing ClientResources.
LettuceSubscription - Class in io.valkey.springframework.data.valkey.connection.lettuce
Message subscription on top of Lettuce.
LettuceSubscription(MessageListener, StatefulRedisPubSubConnection<byte[], byte[]>, LettuceConnectionProvider) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSubscription
Creates a new LettuceSubscription given MessageListener, StatefulRedisPubSubConnection, and LettuceConnectionProvider.
lexCount(ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use BoundZSetOperations.lexCount(Range) instead.
lexCount(K, ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use #lexCount(Range) instead.
lexCount(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Count number of elements within sorted set with a value between Range.getLowerBound() and Range.getUpperBound() applying lexicographical ordering.
lexCount(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Count number of elements within sorted set with value between Range.getLowerBound() and Range.getUpperBound() applying lexicographical ordering.
lexCount(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Count number of elements within sorted set with value between Range.getLowerBound() and Range.getUpperBound() applying lexicographical ordering.
lexCount(Range<String>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
lexCount(Range<String>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Count number of elements within sorted set with value between Range#min and Range#max applying lexicographical ordering.
lexWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByLexCommand
Creates a new ReactiveZSetCommands.ZRemRangeByLexCommand given a Range.
limit - Variable in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
limit() - Static method in class io.valkey.springframework.data.valkey.connection.Limit
 
limit(int) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.RangeCommand
Applies a Limit.
limit(long) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
Limit the results to the first N matching items.
limit(long) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
Limit the results to the first N matching items.
limit(long) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
Limit the results to the first N matching items.
limit(long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
Limit the results to the first N matching items.
limit(long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
Limit the results to the first N matching items.
limit(long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
limit(long, long) - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
limit(long, long) - Method in interface io.valkey.springframework.data.valkey.core.query.SortCriterion
 
limit(Limit) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.RangeCommand
Applies a Limit.
limit(Limit) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
Applies the limit.
limit(SortParameters.Range) - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
limit(SortParameters.Range) - Method in interface io.valkey.springframework.data.valkey.core.query.SortCriterion
 
Limit - Class in io.valkey.springframework.data.valkey.connection
 
Limit() - Constructor for class io.valkey.springframework.data.valkey.connection.Limit
 
Limit() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Limit
Deprecated.
 
limitTo(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the limit.
limitTo(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the limit.
limitTo(Limit) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
Applies the Limit.
limitTo(Limit) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Applies the Limit.
lIndex(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lIndex(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lIndex(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lIndex(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Get element at index form list at key.
lIndex(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lIndex(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get element at index form list at key.
lIndex(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Get element at index form list at key.
lIndex(Publisher<ReactiveListCommands.LIndexCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
LINDEX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
LINKEDLIST - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Encoding for large lists.
linkState(ValkeyClusterNode.LinkState) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
lInsert(byte[], ValkeyListCommands.Position, byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lInsert(byte[], ValkeyListCommands.Position, byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lInsert(byte[], ValkeyListCommands.Position, byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lInsert(byte[], ValkeyListCommands.Position, byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
lInsert(String, ValkeyListCommands.Position, String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lInsert(String, ValkeyListCommands.Position, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
lInsert(ByteBuffer, ValkeyListCommands.Position, ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
lInsert(Publisher<ReactiveListCommands.LInsertCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
LINSERT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
LIST - Enum constant in enum class io.valkey.springframework.data.valkey.connection.DataType
 
LIST - Enum constant in enum class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean.CollectionType
 
listCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
listCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
listCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
listCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
listCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
listCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
listCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
listCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
listCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
listCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
ListConverter<S,T> - Class in io.valkey.springframework.data.valkey.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 io.valkey.springframework.data.valkey.connection.convert.ListConverter
 
listeningAt(String, int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
 
listeningAt(String, int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode.ValkeyNodeBuilder
Set host and port of server.
listenTo(Topic...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Subscribe to the Valkey channels for the given topics and emit messages received for those.
listenTo(Topic...) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
listenToChannel(String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Subscribe to the given Valkey channels and emit messages received for those.
listenToChannelLater(String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Subscribe to the given Valkey channels and emit messages received for those.
listenToLater(Topic...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Subscribe to the Valkey channels for the given topics and emit messages received for those.
listenToLater(Topic...) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
listenToPattern(String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Subscribe to the Valkey channels matching the given pattern and emit messages received for those.
listenToPatternLater(String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Subscribe to the Valkey channels matching the given pattern and emit messages received for those.
listIterator() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
listIterator(int) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
ListOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Valkey list specific operations.
ListOperations.MoveFrom<K> - Class in io.valkey.springframework.data.valkey.core
Value object representing the where from part for the LMOVE command.
ListOperations.MoveTo<K> - Class in io.valkey.springframework.data.valkey.core
Value object representing the where to from part for the LMOVE command.
listToPropertiesConverter() - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Returns a converter to convert array outputs with key-value sequences (such as produced by CONFIG GET) from a List to Properties.
lLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Get the size of list stored at key.
lLen(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lLen(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the size of list stored at key.
lLen(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Get the size of list stored at key.
lLen(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Get the size of list stored at ReactiveValkeyConnection.KeyCommand.getKey()
LLEN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
lMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lMove(byte[], byte[], ValkeyListCommands.Direction, ValkeyListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
lMove(String, String, ValkeyListCommands.Direction, ValkeyListCommands.Direction) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lMove(String, String, ValkeyListCommands.Direction, ValkeyListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
lMove(ByteBuffer, ByteBuffer, ReactiveListCommands.Direction, ReactiveListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
lMove(Publisher<? extends ReactiveListCommands.LMoveCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
LMoveCommand(ByteBuffer, ByteBuffer, ReactiveListCommands.Direction, ReactiveListCommands.Direction) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LMoveCommand
 
loadCaches() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
 
loadCacheValue(Object, Callable<T>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Loads the Object using the given valueLoader.
location(ValkeyGeoCommands.GeoLocation<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoAddCommand
locations(Collection<ValkeyGeoCommands.GeoLocation<ByteBuffer>>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoAddCommand
Creates a new ReactiveGeoCommands.GeoAddCommand given an index.
lockingValkeyCacheWriter(ValkeyConnectionFactory) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Create new ValkeyCacheWriter with locking behavior.
lockingValkeyCacheWriter(ValkeyConnectionFactory, BatchStrategy) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Create new ValkeyCacheWriter with locking behavior.
lockingValkeyCacheWriter(ValkeyConnectionFactory, Duration, ValkeyCacheWriter.TtlFunction, BatchStrategy) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Create new ValkeyCacheWriter with locking behavior.
logger - Variable in class io.valkey.springframework.data.valkey.core.ValkeyAccessor
Logger available to subclasses
logger - Variable in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Logger available to subclasses
logger - Variable in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Logger available to subclasses
longToBoolean() - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
longToBooleanConverter() - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
LongToBooleanConverter - Class in io.valkey.springframework.data.valkey.connection.convert
Converts Longs to Booleans
LongToBooleanConverter() - Constructor for class io.valkey.springframework.data.valkey.connection.convert.LongToBooleanConverter
 
longValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
longValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
longValue() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
lookup(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get the ValkeyClusterNode matching matching either host and port or nodeId
lookup(Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
lookup(String) - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get the ValkeyClusterNode matching given nodeId.
lookup(String, int) - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
Get the ValkeyClusterNode matching given host and port.
lPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lPop(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPop(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Removes and returns first element in list stored at key.
lPop(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lPop(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPop(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lPop(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Removes and returns first elements in list stored at key.
lPop(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPop(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes and returns first element in list stored at key.
lPop(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPop(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes and returns first elements in list stored at key.
lPop(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns first element in list stored at key.
lPop(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns first count elements in list stored at key.
LPOP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
lPos(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Returns the index of matching elements inside the list stored at given key.
lPos(byte[], byte[], Integer, Integer) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lPos(byte[], byte[], Integer, Integer) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPos(byte[], byte[], Integer, Integer) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lPos(byte[], byte[], Integer, Integer) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Returns the index of matching elements inside the list stored at given key.
lPos(ReactiveListCommands.LPosCommand) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Get indices of the element from list at ReactiveValkeyConnection.KeyCommand.getKey().
lPos(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Returns the index of matching elements inside the list stored at given key.
lPos(String, String, Integer, Integer) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPos(String, String, Integer, Integer) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Returns the index of matching elements inside the list stored at given key.
lPos(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Get first index of the element from list at key.
lPos(Publisher<ReactiveListCommands.LPosCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Get indices of the element from list at ReactiveValkeyConnection.KeyCommand.getKey().
lPosOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LPosCommand
Creates a new ReactiveListCommands.LPosCommand for given element.
lPush(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lPush(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPush(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lPush(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Prepend values to key.
lPush(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPush(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Prepend values to key.
lPush(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Prepend values to key.
LPUSH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
lPushX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lPushX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPushX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lPushX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Prepend values to key only if the list exists.
lPushX(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lPushX(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Prepend values to key only if the list exists.
lPushX(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Prepend value to key if key already exists.
LPUSHX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
lRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Get elements between start and end from list at key.
lRange(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lRange(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements between start and end from list at key.
lRange(ByteBuffer, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Get elements between start and end from list at key.
lRange(Publisher<ReactiveValkeyConnection.RangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
LRANGE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
lRem(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lRem(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lRem(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lRem(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Removes the first count occurrences of value from the list stored at key.
lRem(String, long, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lRem(String, long, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes the first count occurrences of value from the list stored at key.
lRem(ByteBuffer, Long, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes the first count occurrences of value from the list stored at key.
lRem(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes all occurrences of value from the list stored at key.
lRem(Publisher<ReactiveListCommands.LRemCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
LREM - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
lSet(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lSet(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lSet(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lSet(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Set the value list element at index.
lSet(String, long, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lSet(String, long, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the value list element at index.
lSet(ByteBuffer, long, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Set the value list element at index.
lSet(Publisher<ReactiveListCommands.LSetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
LSET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
lt() - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions.ExpirationOptionsBuilder
Apply to fields when the new expiration is lower than the current one.
lt() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Applies LT mode.
lt() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
Only update existing elements if the new score is less than the current score.
lt(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
Less Than
LT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ExpirationOptions.Condition
Set expiration only when the new expiration is greater than current one.
LT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs.Flag
Only update existing elements if the new score is less than the current score.
lte(Object) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
Less Then Equals
lTrim(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
lTrim(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lTrim(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
lTrim(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Trim list at key to elements between start and end.
lTrim(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
lTrim(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Trim list at key to elements between start and end.
lTrim(ByteBuffer, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Trim list at key to elements between start and end.
lTrim(Publisher<ReactiveValkeyConnection.RangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
LTRIM - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 

M

makeNoStream() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
Disable creation of stream if it does not already exist.
makeNoStream() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
Disable creation of stream if it does not already exist.
makeNoStream(boolean) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
Disable creation of stream if it does not already exist.
makeNoStream(boolean) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
Disable creation of stream if it does not already exist.
makeStream(boolean) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand
 
map(I) - Method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters.ResultMapper
Maps the raw result object of type I returned by the driver into a strongly typed value of type R.
map(MapRecord<K, HK, HV>, Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Map records from MapRecord to ObjectRecord.
map(MapRecord<K, HK, HV>, Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Map record from MapRecord to ObjectRecord.
map(Function<char[], R>) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
Map the password using a Function and return a Optional containing the mapped value.
map(Function<MapRecord<S, K, V>, MapRecord<SK, HK, HV>>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
Map this MapRecord by applying the mapping Function.
map(List<MapRecord<K, HK, HV>>, Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Map records from MapRecord to ObjectRecords.
MAP - Enum constant in enum class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean.CollectionType
 
mapBacked(Map<K, V>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords
Create a new MapRecord backed by the field/value pairs of the given Map.
mapBulk(List<V>) - Method in interface io.valkey.springframework.data.valkey.core.BulkMapper
 
MapConverter<S,T> - Class in io.valkey.springframework.data.valkey.connection.convert
Converts a Map of values of one key/value type to a Map of values of another type
MapConverter(Converter<S, T>) - Constructor for class io.valkey.springframework.data.valkey.connection.convert.MapConverter
 
mapEntries(Function<Map.Entry<K, V>, Map.Entry<HK, HV>>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
Apply the given mapFunction to each and every entry in the backing collection to create a new MapRecord.
MappingConfiguration - Class in io.valkey.springframework.data.valkey.core.convert
MappingConfiguration is used for programmatic configuration of secondary indexes, key prefixes, expirations and the such.
MappingConfiguration(ConfigurableIndexDefinitionProvider, KeyspaceConfiguration) - Constructor for class io.valkey.springframework.data.valkey.core.convert.MappingConfiguration
MappingValkeyConverter - Class in io.valkey.springframework.data.valkey.core.convert
ValkeyConverter implementation creating flat binary map structure out of a given domain type.
MappingValkeyConverter(ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
MappingValkeyConverter(ValkeyMappingContext, IndexResolver, ReferenceResolver) - Constructor for class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
Creates new MappingValkeyConverter and defaults ValkeyMappingContext when null.
MappingValkeyConverter(ValkeyMappingContext, IndexResolver, ReferenceResolver, ValkeyTypeMapper) - Constructor for class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
Creates new MappingValkeyConverter and defaults ValkeyMappingContext when null.
MappingValkeyConverter.BinaryKeyspaceIdentifier - Class in io.valkey.springframework.data.valkey.core.convert
Value object representing a binary Valkey Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.
MappingValkeyConverter.KeyspaceIdentifier - Class in io.valkey.springframework.data.valkey.core.convert
Value object representing a Valkey Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.
MappingValkeyEntityInformation<T,ID> - Class in io.valkey.springframework.data.valkey.repository.core
ValkeyEntityInformation implementation using a ValkeyPersistentEntity instance to lookup the necessary information.
MappingValkeyEntityInformation(ValkeyPersistentEntity<T>) - Constructor for class io.valkey.springframework.data.valkey.repository.core.MappingValkeyEntityInformation
 
MapRecord<S,K,V> - Interface in io.valkey.springframework.data.valkey.connection.stream
A Record within the stream backed by a collection of field/value pairs.
mapToPropertiesConverter() - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Returns a converter to convert from Map to Properties.
MapToPropertiesConverter - Enum Class in io.valkey.springframework.data.valkey.connection.convert
 
mapValue(Function<? super T, ? extends U>) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
Apply the mapper function to the value and return the mapped value.
master(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
master(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
MASTER - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
MASTER - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyNode.NodeType
 
masters() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
masters() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
masters() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySentinelCommands
Get a Collection of monitored masters and their state.
match(byte[]) - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given pattern.
match(String) - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given pattern.
matches(Object, IndexDefinition.IndexingContext) - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.PathCondition
 
matches(T, IndexDefinition.IndexingContext) - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinition.Condition
 
matches(T, IndexDefinition.IndexingContext) - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.OrCondition
 
max() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
Creates a new ReactiveZSetCommands.BZPopCommand for max pop (ZPOPMAX).
max() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
Creates a new ReactiveZSetCommands.ZPopCommand for max pop (ZPOPMAX).
MAX - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.PopDirection
 
MAX - Enum constant in enum class io.valkey.springframework.data.valkey.connection.zset.Aggregate
 
maxlen(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
Limit the size of the stream to the given maximum number of elements.
maxlen(long) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
Limit the size of the stream to the given maximum number of elements.
maxMessageId() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
Get the greatest ID as String among the pending messages.
maxPoolSize(int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Set the maximum pool size for client pooling.
maxRecordId() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
Get the greatest ID among the pending messages.
mDel(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Delete multiple keys one in one batch.
mDel(Publisher<List<ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Delete multiple keys in batches.
meet(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Add the node to cluster.
member(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoHashCommand
Creates a new ReactiveGeoCommands.GeoHashCommand given a member.
member(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoPosCommand
Creates a new ReactiveGeoCommands.GeoPosCommand given a member.
members() - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Get all elements of set at the bound key.
members(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SPopCommand
Creates a new ReactiveSetCommands.SPopCommand for count members.
members(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoHashCommand
Creates a new ReactiveGeoCommands.GeoHashCommand given a Collection of values.
members(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoPosCommand
Creates a new ReactiveGeoCommands.GeoPosCommand given a Collection of values.
members(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Get all elements of set at key.
members(K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Get all elements of set at key.
mergeArrays(byte[], byte[]...) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Merge multiple byte arrays into one array
Message - Interface in io.valkey.springframework.data.valkey.connection
Class encapsulating a Valkey message body and its properties.
MessageListener - Interface in io.valkey.springframework.data.valkey.connection
Listener of messages published in Valkey.
MessageListenerAdapter - Class in io.valkey.springframework.data.valkey.listener.adapter
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.
MessageListenerAdapter() - Constructor for class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter with default settings.
MessageListenerAdapter(Object) - Constructor for class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MessageListenerAdapter(Object, String) - Constructor for class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
messageListenerContainerRef() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configure the name of the ValkeyMessageListenerContainer bean to be used for keyspace event subscriptions.
MESSAGES_RECEIVED - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
MESSAGES_SENT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
meters() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
METERS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
 
METERS - Enum constant in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
 
Metrics - Enum Class in io.valkey.springframework.data.valkey.domain.geo
Metrics supported by Valkey.
metricsEndpoint() - Method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Returns the value of the metricsEndpoint record component.
mGet(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
mGet(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
mGet(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
mGet(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Get multiple keys.
mGet(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
mGet(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get multiple keys.
mGet(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get multiple values in one batch.
mGet(Publisher<List<ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get multiple values at for keysets in batches.
MGET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
MicrometerTracer(ObservationRegistry) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter.MicrometerTracer
Deprecated.
 
MicrometerTracingAdapter - Class in io.valkey.springframework.data.valkey.connection.lettuce.observability
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
MicrometerTracingAdapter(ObservationRegistry, String) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
Deprecated.
Create a new MicrometerTracingAdapter instance.
MicrometerTracingAdapter(ObservationRegistry, String, boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
Deprecated.
Create a new MicrometerTracingAdapter instance.
MicrometerTracingAdapter.MicrometerTracer - Class in io.valkey.springframework.data.valkey.connection.lettuce.observability
Deprecated.
Tracer implementation based on Micrometer's ObservationRegistry.
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Atomically transfer a key from a source Valkey instance to a destination Valkey instance.
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Atomically transfer a key from a source Valkey instance to a destination Valkey instance.
MIGRATE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
MIGRATING - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands.AddSlots
 
MIGRATING - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands.AddSlots
 
miles() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoDistCommand
MILES - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
 
MILES - Enum constant in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
 
milliseconds(long) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
millisecondsToTimeUnit(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converts milliseconds to the given TimeUnit.
millisecondsToTimeUnit(TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Creates a new Converter to convert from milliseconds to the given TimeUnit.
min() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
Creates a new ReactiveZSetCommands.BZPopCommand for min pop (ZPOPMIN).
min() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
Creates a new ReactiveZSetCommands.ZPopCommand for min pop (ZPOPMIN).
MIN - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.PopDirection
 
MIN - Enum constant in enum class io.valkey.springframework.data.valkey.connection.zset.Aggregate
 
minId(RecordId) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
Apply MINID trimming strategy, that evicts entries with IDs lower than the one specified.
minId(RecordId) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
Apply MINID trimming strategy, that evicts entries with IDs lower than the one specified.
minIdle(Duration) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Set the min-idle-time to limit the command to messages that have been idle for at at least the given Duration.
minIdleMs(long) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Set the min-idle-time to limit the command to messages that have been idle for at at least the given milliseconds.
minMessageId() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
Get the smallest ID as String among the pending messages.
minRecordId() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
Get the smallest ID among the pending messages.
MINUS_BYTES - Static variable in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
missed() - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
missing() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
MISSING - Static variable in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
Predefined Expirations.TimeToLive for a key that does not exist and therefore does not have a time to live.
monitor(ValkeyServer) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
monitor(ValkeyServer) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
monitor(ValkeyServer) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySentinelCommands
Tell sentinel to start monitoring a new master with the specified ValkeyNode.getName(), ValkeyNode.getHost(), ValkeyNode.getPort(), and ValkeyServer.getQuorum().
MONITOR - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
move(byte[], int) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
move(byte[], int) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
move(byte[], int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterKeyCommands
 
move(byte[], int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
move(byte[], int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Move given key to database with index.
move(ValkeyListCommands.Direction, K, ValkeyListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(ValkeyListCommands.Direction, K, ValkeyListCommands.Direction, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(ValkeyListCommands.Direction, K, ValkeyListCommands.Direction, Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(ListOperations.MoveFrom<K>, ListOperations.MoveTo<K>) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(ListOperations.MoveFrom<K>, ListOperations.MoveTo<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(ListOperations.MoveFrom<K>, ListOperations.MoveTo<K>, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(ListOperations.MoveFrom<K>, ListOperations.MoveTo<K>, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(String, int) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
move(String, int) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Move given key to database with index.
move(ByteBuffer, int) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Move given key to database with index.
move(K, int) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Move given key to database with index.
move(K, int) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
move(K, int) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Move given key to database with index.
move(K, int) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
move(K, ReactiveListCommands.Direction, K, ReactiveListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(K, ReactiveListCommands.Direction, K, ReactiveListCommands.Direction, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(K, ValkeyListCommands.Direction, K, ValkeyListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(K, ValkeyListCommands.Direction, K, ValkeyListCommands.Direction, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(K, ValkeyListCommands.Direction, K, ValkeyListCommands.Direction, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Atomically returns and removes the first/last element (head/tail depending on the from argument) of the list stored at sourceKey, and pushes the element at the first/last element (head/tail depending on the to argument) of the list stored at destinationKey.
move(K, V) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Move value from the bound key to destKey
move(K, V, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Move value from key to destKey
move(K, V, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Move value from key to destKey
move(Publisher<ReactiveKeyCommands.MoveCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Move keys one-by-one between databases.
MOVE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
moveFirstTo(ValkeyList<E>, ValkeyListCommands.Direction) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
moveFirstTo(ValkeyList<E>, ValkeyListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Atomically returns and removes the first element of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the destinationPosition argument) of the list stored at destination.
moveFirstTo(ValkeyList<E>, ValkeyListCommands.Direction, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
moveFirstTo(ValkeyList<E>, ValkeyListCommands.Direction, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Atomically returns and removes the first element of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the destinationPosition argument) of the list stored at destination.
moveFirstTo(ValkeyList<E>, ValkeyListCommands.Direction, Duration) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Atomically returns and removes the first element of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the destinationPosition argument) of the list stored at destination.
moveLastTo(ValkeyList<E>, ValkeyListCommands.Direction) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
moveLastTo(ValkeyList<E>, ValkeyListCommands.Direction) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Atomically returns and removes the last element of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the destinationPosition argument) of the list stored at destination.
moveLastTo(ValkeyList<E>, ValkeyListCommands.Direction, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
moveLastTo(ValkeyList<E>, ValkeyListCommands.Direction, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Atomically returns and removes the last element of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the destinationPosition argument) of the list stored at destination.
moveLastTo(ValkeyList<E>, ValkeyListCommands.Direction, Duration) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Atomically returns and removes the last element of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on the destinationPosition argument) of the list stored at destination.
moveNext(Iterator<T>) - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Fetch the next item from the underlying Iterable.
mset(Map<ByteBuffer, ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.MSetCommand
Creates a new ReactiveStringCommands.MSetCommand given a Map of key-value tuples.
mSet(Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
mSet(Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
mSet(Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
mSet(Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSet(Map<ByteBuffer, ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSet(Publisher<ReactiveStringCommands.MSetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in commands.
MSET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
mSetNX(Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
mSetNX(Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
mSetNX(Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterStringCommands
Executes mSetNX across multiple cluster nodes in parallel.
mSetNX(Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
mSetNX(Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
mSetNX(Map<ByteBuffer, ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in keyValuePairs only if the provided key does not exist.
mSetNX(Publisher<ReactiveStringCommands.MSetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuples only if the provided key does not exist.
MSETNX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
mSetNXString(Map<String, String>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
mSetNXString(Map<String, String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
mSetString(Map<String, String>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
mSetString(Map<String, String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set multiple keys to multiple values using key-value pairs provided in tuple.
MULIT_COMMAND_CONTEXT - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
multi() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
multi() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
multi() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
multi() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
multi() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
multi() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
multi() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
multi() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyTxCommands
Mark the start of a transaction block.
multi() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Mark the start of a transaction block.
multi() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
MULTI - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReturnType
Returned as List<Object>
MULTI - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
multiGet(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get values for given hashKeys from hash at key.
multiGet(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get values for given hashKeys from hash at key.
multiGet(Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Get values for given keys from the hash at the bound key.
multiGet(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Get multiple keys.
multiGet(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Get multiple keys.
MultiNodeResult() - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.MultiNodeResult
 
multipliedByTypeLength() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
Creates new type based offset.
multiply(double) - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
Creates a new Weights object that contains all weights multiplied by multiplier
multiply(int) - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
Creates a new Weights object that contains all weights multiplied by multiplier
multiSet(Map<? extends K, ? extends V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple.
multiSet(Map<? extends K, ? extends V>) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple.
multiSetIfAbsent(Map<? extends K, ? extends V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
multiSetIfAbsent(Map<? extends K, ? extends V>) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
MultiValueResponse(I, List<O>) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.MultiValueResponse
 
mUnlink(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Unlink the keys from the keyspace.
mUnlink(Publisher<List<ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Unlink the keys from the keyspace.
MY_EPOCH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
MYSELF - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 

N

NAME - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
NamedNode - Interface in io.valkey.springframework.data.valkey.connection
 
namedQueriesLocation() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configures the location of where to find the Spring Data named queries properties file.
nameGenerator() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configure a specific BeanNameGenerator to be used when creating the repositoy beans.
near(ValkeyOperationChain.NearPath) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
NearPath(String, Point, Distance) - Constructor for class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.NearPath
 
NEGATIVE_INFINITY_BYTES - Static variable in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
newBucketFromRawMap(Map<byte[], byte[]>) - Static method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Creates a new Bucket from a given raw map.
newBucketFromStringMap(Map<String, String>) - Static method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Creates a new Bucket from a given String map.
newGeoRadiusArgs() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
newGeoSearchArgs() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
newGeoSearchStoreArgs() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
newPartialUpdate(Object, Class<S>) - Static method in class io.valkey.springframework.data.valkey.core.PartialUpdate
Create new PartialUpdate for given id and type.
newPipeline() - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection.PipeliningFlushPolicy
 
newRecord() - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords
Obtain new instance of StreamRecords.RecordBuilder to fluently create records.
newSerializationContext() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
newSerializationContext(ValkeySerializationContext.SerializationPair<?>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
newSerializationContext(ValkeySerializer<?>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
newServerFrom(Properties) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
Creates a new ValkeyServer from the given properties.
newValkeyClusterNode() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
newValkeyNode() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
next() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
next() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
nextSpan() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter.MicrometerTracer
Deprecated.
 
nextSpan(TraceContext) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter.MicrometerTracer
Deprecated.
 
NO_EXPIRATION - Static variable in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter.TtlFunction
 
NO_OP_SUBSCRIPTION_LISTENER - Static variable in interface io.valkey.springframework.data.valkey.connection.SubscriptionListener
noack() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
Enable auto-acknowledgement by setting the NOACK flag when reading in the context of a consumer group.
NOADDR - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
node(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
Add a node to the list of nodes given hostName.
node(String, int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
Add a node to the list of nodes given hostName and port.
NODE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands.AddSlots
 
NODE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands.AddSlots
 
NodeResult(ValkeyClusterNode, T) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
NodeResult(ValkeyClusterNode, T, byte[]) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
NOFLAGS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
none() - Static method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
 
none() - Static method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions
 
none() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
Create an absent ValkeyPassword.
none() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XAddOptions
 
NONE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.DataType
 
NONE - Static variable in class io.valkey.springframework.data.valkey.core.KeyScanOptions
Constant to apply default KeyScanOptions without setting a limit or matching a pattern.
NONE - Static variable in class io.valkey.springframework.data.valkey.core.ScanOptions
Constant to apply default ScanOptions without setting a limit or matching a pattern.
nonLockingValkeyCacheWriter(ValkeyConnectionFactory) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Create new ValkeyCacheWriter without locking behavior.
nonLockingValkeyCacheWriter(ValkeyConnectionFactory, BatchStrategy) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Create new ValkeyCacheWriter without locking behavior.
NOSAVE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.ShutdownOption
 
noSort() - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
NOT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.BitOperation
 
nullSafeList(List<T>) - Static method in class io.valkey.springframework.data.valkey.support.collections.CollectionUtils
 
nullValueSerializer(StdSerializer<NullValue>) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
Register a serializer for NullValue.
NUMBER_OTHER_SENTINELS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
NUMBER_SLAVES - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
numberCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
numberCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
numberToBoolean(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert a numeric Valkey command result to a Boolean value.
numeric() - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
NumericResponse(I, O) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.NumericResponse
 
nx() - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions.ExpirationOptionsBuilder
Apply to fields that have no expiration.
nx() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Applies nx mode (Don't update already existing elements.
nx() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
Only update elements that already exist.
NX - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ExpirationOptions.Condition
Set expiration only when the field has no expiration.
NX - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs.Flag
Don't update already existing elements.

O

objectBacked(V) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords
Create new ObjectRecord backed by the given value.
ObjectHashMapper - Class in io.valkey.springframework.data.valkey.hash
ObjectHashMapper() - Constructor for class io.valkey.springframework.data.valkey.hash.ObjectHashMapper
Creates new ObjectHashMapper.
ObjectHashMapper(ValkeyConverter) - Constructor for class io.valkey.springframework.data.valkey.hash.ObjectHashMapper
Creates a new ObjectHashMapper using the given ValkeyConverter for conversion.
ObjectHashMapper(CustomConversions) - Constructor for class io.valkey.springframework.data.valkey.hash.ObjectHashMapper
Creates new ObjectHashMapper.
objectMapper(ObjectMapper) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
Configure a provided ObjectMapper.
objectMapper(HashMapper<NV, ?, ?>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a hash mapper.
objectMapper(HashMapper<NV, ?, ?>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a hash mapper.
ObjectRecord<S,V> - Interface in io.valkey.springframework.data.valkey.connection.stream
A Record within the stream mapped to a single object.
occurrencesOf(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
Applies the value.
of(byte[]) - Static method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
of(byte[], Double) - Static method in interface io.valkey.springframework.data.valkey.connection.zset.Tuple
Create a new Tuple.
of(char[]) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
Create a ValkeyPassword from a char array.
of(double...) - Static method in class io.valkey.springframework.data.valkey.connection.zset.Weights
Create new Weights given weights as double.
of(int...) - Static method in class io.valkey.springframework.data.valkey.connection.zset.Weights
Create new Weights given weights as int.
of(long) - Static method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
Creates a Cursor.CursorId from the given cursorId.
of(long, long) - Static method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
Create a new instance of RecordId using the provided String formatted as <millisecondsTime>-<sequenceNumber>.
of(ByteBufferRecord) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
of(MapRecord<byte[], byte[], byte[]>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
Convert a binary MapRecord into a ByteRecord.
of(MapRecord<String, String, String>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.StringRecord
Convert a MapRecord of strings into a StringRecord.
of(MapRecord<ByteBuffer, ByteBuffer, ByteBuffer>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
Convert a binary MapRecord into a ByteRecord.
of(Number, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
Factory method for creating Expirations.TimeToLive instances, returning predefined ones if the value matches a known reserved state.
of(String) - Static method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
Obtain an instance of RecordId using the provided String formatted as <millisecondsTime>-<sequenceNumber>.
of(String) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
Create a ValkeyPassword from a String.
of(String) - Static method in interface io.valkey.springframework.data.valkey.connection.ValueEncoding
Get the ValueEncoding for given encoding.
of(String) - Static method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
of(String) - Static method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
Creates a Cursor.CursorId from the given cursorId.
of(String) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
Creates new ValkeyScript from script as String.
of(String) - Static method in class io.valkey.springframework.data.valkey.listener.ChannelTopic
Create a new ChannelTopic for channel subscriptions.
of(String) - Static method in class io.valkey.springframework.data.valkey.listener.PatternTopic
Create a new PatternTopic for channel subscriptions based on a pattern.
of(String, Class<T>) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
Creates new ValkeyScript from script as String.
of(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoHashCommand
Applies the Geo set key.
of(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoPosCommand
Applies the Geo set key.
of(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SIsMemberCommand
Applies the set key.
of(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMIsMemberCommand
Applies the set key.
of(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.XInfoCommand
 
of(TimeUnit, List<K>, Expirations.Timeouts) - Static method in class io.valkey.springframework.data.valkey.core.types.Expirations
Factory Method to create Expirations from raw sources provided in a given TimeUnit.
of(List<K>, List<Long>) - Static method in class io.valkey.springframework.data.valkey.core.ExpireChanges
Factory Method to create ExpireChanges from raw sources.
of(Map<String, String>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.StringRecord
Create a StringRecord from a Map of strings.
of(Map<K, V>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.Record
Create a new MapRecord instance backed by the given Map holding field/value pairs.
of(PropertySource<?>) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
Creates a new ValkeyClusterConfiguration looking up configuration values from the given PropertySource.
of(PropertySource<?>) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
Construct a new ValkeySentinelConfiguration from the given PropertySource.
of(Resource) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
Creates new ValkeyScript (with throw away result) from the given Resource.
of(Resource, Class<T>) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
Creates new ValkeyScript from Resource.
of(V) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.Record
Create a new ObjectRecord instance backed by the given value.
of(V, Double) - Static method in interface io.valkey.springframework.data.valkey.core.ZSetOperations.TypedTuple
ofBuffer(Map<ByteBuffer, ByteBuffer>) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
 
ofBytes(Map<byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
 
OFF - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.EnableKeyspaceEvents
OFF - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.ShadowCopy
Do not store shadow copies.
offer(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
offer(E, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
offerFirst(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
offerFirst(E, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
offerLast(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
offerLast(E, long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
ofField(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
Applies a field.
offset(int) - Method in class io.valkey.springframework.data.valkey.connection.Limit
 
offset(long) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
Creates new zero based offset.
ofMap(Map<K, V>) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
Create a MapRecord.
ofObject(V) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
Create an ObjectRecord.
ofStrings(Map<String, String>) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
Create a StringRecord.
ok() - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
OK - Static variable in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
 
ON - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.ShadowCopy
Store shadow copies of expiring entities.
ON_DEMAND - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.EnableKeyspaceEvents
Initializes the KeyExpirationEventMessageListener on first insert having expiration time set.
ON_STARTUP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.EnableKeyspaceEvents
Initializes the KeyExpirationEventMessageListener on startup.
onApplicationEvent(ValkeyKeyspaceEvent) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
onChannelSubscribed(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.SubscriptionListener
Notification when Valkey has confirmed a channel subscription.
onChannelUnsubscribed(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.SubscriptionListener
Notification when Valkey has confirmed a channel un-subscription.
onClose(StatefulConnection<?, ?>) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection.PipeliningFlushState
Callback if the pipeline gets closed.
onCommand(StatefulConnection<?, ?>) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection.PipeliningFlushState
Callback for each issued Valkey command.
one() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SPopCommand
Creates a new ReactiveSetCommands.SPopCommand for a single member.
onErrorResume(Function<? super Throwable, ? extends Publisher<Void>>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a resume Function to resume the main sequence when polling the stream fails.
onKeys(Collection<ByteBuffer>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitOpCommand
Applies the operation to keys.
onMessage(Message, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.MessageListener
Callback for processing received objects through Valkey.
onMessage(Message, byte[]) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Standard Valkey MessageListener entry point.
onMessage(Message, byte[]) - Method in class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
 
onMessage(V) - Method in interface io.valkey.springframework.data.valkey.stream.StreamListener
Callback invoked on receiving a Record.
onOpen(StatefulConnection<?, ?>) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection.PipeliningFlushState
Callback if the pipeline gets opened.
onPatternSubscribed(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.SubscriptionListener
Notification when Valkey has confirmed a pattern subscription.
onPatternUnsubscribed(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.SubscriptionListener
Notification when Valkey has confirmed a pattern un-subscription.
open() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
Initialize the Cursor prior to usage.
openPipeline() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
openPipeline() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
openPipeline() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
openPipeline() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
openPipeline() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnection
Activates the pipeline mode for this connection.
openPipeline() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
openPipeline() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
OpenTelemetryForGlide(String, String, Integer, Long) - Constructor for record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Creates an instance of a OpenTelemetryForGlide record class.
opsForCluster() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the cluster specific operations interface.
opsForCluster() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForGeo() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns geospatial specific operations interface.
opsForGeo() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForGeo() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns geospatial specific operations interface.
opsForGeo() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForGeo(ValkeySerializationContext<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns geospatial specific operations interface.
opsForGeo(ValkeySerializationContext<K1, V1>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForHash() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on hash values.
opsForHash() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForHash() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on hash values.
opsForHash() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForHash(ValkeySerializationContext<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on hash values given a ValkeySerializationContext.
opsForHash(ValkeySerializationContext<K1, ?>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForHyperLogLog() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on multisets using HyperLogLog.
opsForHyperLogLog() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForHyperLogLog() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
 
opsForHyperLogLog() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForHyperLogLog(ValkeySerializationContext<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on multisets using HyperLogLog given a ValkeySerializationContext.
opsForHyperLogLog(ValkeySerializationContext<K1, V1>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForList() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on list values.
opsForList() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForList() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on list values.
opsForList() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForList(ValkeySerializationContext<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on list values given a ValkeySerializationContext.
opsForList(ValkeySerializationContext<K1, V1>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForSet() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on set values.
opsForSet() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForSet() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on set values.
opsForSet() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForSet(ValkeySerializationContext<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on set values given a ValkeySerializationContext.
opsForSet(ValkeySerializationContext<K1, V1>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForStream() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on streams.
opsForStream() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForStream() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on Streams.
opsForStream() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForStream(HashMapper<? super K, ? super HK, ? super HV>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on streams.
opsForStream(HashMapper<? super K, ? super HK, ? super HV>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForStream(HashMapper<? super K, ? super HK, ? super HV>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on Streams.
opsForStream(HashMapper<? super K, ? super HK, ? super HV>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForStream(ValkeySerializationContext<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on streams given a ValkeySerializationContext.
opsForStream(ValkeySerializationContext<K, ?>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForStream(ValkeySerializationContext<K, ?>, HashMapper<? super K, ? super HK, ? super HV>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForValue() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on simple values (or Strings in Valkey terminology).
opsForValue() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForValue() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on simple values (or Strings in Valkey terminology).
opsForValue() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForValue(ValkeySerializationContext<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on simple values (or Strings in Valkey terminology) given a ValkeySerializationContext.
opsForValue(ValkeySerializationContext<K1, V1>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForZSet() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on zset values (also known as sorted sets).
opsForZSet() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
opsForZSet() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Returns the operations performed on zset values (also known as sorted sets).
opsForZSet() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
opsForZSet(ValkeySerializationContext<K, V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Returns the operations performed on zset values (also known as sorted sets) given a ValkeySerializationContext.
opsForZSet(ValkeySerializationContext<K1, V1>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
or(ValkeyOperationChain, ValkeyOperationChain) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyQueryCreator
 
OR - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.BitOperation
 
OrCondition(Collection<IndexDefinition.Condition<T>>) - Constructor for class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.OrCondition
 
order(SortParameters.Order) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
order(SortParameters.Order) - Method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
order(SortParameters.Order) - Method in interface io.valkey.springframework.data.valkey.core.query.SortCriterion
 
orderByDistanceAsc() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies ascending sort by distance.
orderByDistanceAsc() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies ascending sort by distance.
orderByDistanceDesc() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies descending sort by distance.
orderByDistanceDesc() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies descending sort by distance.
ORIGINAL_DEFAULT_LISTENER_METHOD - Static variable in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Out-of-the-box value for the default listener method: "handleMessage".
orSismember(ValkeyOperationChain.PathAndValue) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
orSismember(String, Object) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
orSismember(Collection<ValkeyOperationChain.PathAndValue>) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
OUTPUT_BUFFER_LENGTH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
OUTPUT_BUFFER_LENGTH - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
OUTPUT_BUFFER_MEMORY_USAGE - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
OUTPUT_LIST_LENGTH - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
OUTPUT_LIST_LENGTH - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
overflow(BitFieldSubCommands.BitFieldIncrBy.Overflow) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrByBuilder
Set the BitFieldSubCommands.BitFieldIncrBy.Overflow to be used for this and any subsequent BitFieldSubCommands.BitFieldIncrBy commands.
overwrite(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetRangeCommand
Creates a new ReactiveStringCommands.SetRangeCommand given a key.
OxmSerializer - Class in io.valkey.springframework.data.valkey.serializer
Serializer adapter on top of Spring's O/X Mapping.
OxmSerializer() - Constructor for class io.valkey.springframework.data.valkey.serializer.OxmSerializer
Creates a new, uninitialized OxmSerializer.
OxmSerializer(Marshaller, Unmarshaller) - Constructor for class io.valkey.springframework.data.valkey.serializer.OxmSerializer
Creates a new OxmSerializer given Marshaller and Unmarshaller.

P

PARALLEL_SYNCS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
parse(Object, Class<T>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Parse a rather generic Valkey response, such as a list of something into a meaningful structure applying best effort conversion of byte[] and ByteBuffer.
parse(Object, String, Map<String, Class<?>>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Parse a rather generic Valkey response, such as a list of something into a meaningful structure applying best effort conversion of byte[] and ByteBuffer based on the sourcePath and a typeHintMap
parseTimeResponse(Object[], TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Parses the TIME command response into a Long value in the specified TimeUnit.
PartialUpdate<T> - Class in io.valkey.springframework.data.valkey.core
PartialUpdate allows to issue individual property updates without the need of rewriting the whole entity.
PartialUpdate(Object, Class<T>) - Constructor for class io.valkey.springframework.data.valkey.core.PartialUpdate
Create new PartialUpdate for given id and type.
PartialUpdate(Object, T) - Constructor for class io.valkey.springframework.data.valkey.core.PartialUpdate
Create new PartialUpdate for given id and object.
PartialUpdate.PropertyUpdate - Class in io.valkey.springframework.data.valkey.core
 
PartialUpdate.UpdateCommand - Enum Class in io.valkey.springframework.data.valkey.core
 
partitionsToClusterNodes(Partitions) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
PassThroughExceptionTranslationStrategy - Class in io.valkey.springframework.data.valkey
PassThroughExceptionTranslationStrategy(Converter<Exception, DataAccessException>) - Constructor for class io.valkey.springframework.data.valkey.PassThroughExceptionTranslationStrategy
 
PathAndValue(String, Object) - Constructor for class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
PathAndValue(String, Collection<Object>) - Constructor for class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
PathBasedValkeyIndexDefinition - Interface in io.valkey.springframework.data.valkey.core.index
IndexDefinition that is based on a property paths.
PathCondition(String) - Constructor for class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.PathCondition
 
PathIndexResolver - Class in io.valkey.springframework.data.valkey.core.convert
IndexResolver implementation considering properties annotated with Indexed or paths set up in IndexConfiguration.
PathIndexResolver() - Constructor for class io.valkey.springframework.data.valkey.core.convert.PathIndexResolver
Creates new PathIndexResolver with empty IndexConfiguration.
PathIndexResolver(ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.convert.PathIndexResolver
Creates new PathIndexResolver with given IndexConfiguration.
pattern(String) - Static method in interface io.valkey.springframework.data.valkey.listener.Topic
Create a new PatternTopic for channel subscriptions based on a pattern.
PATTERN_SUBSCRIBTIONS - Enum constant in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
 
PatternMessage(P, C, M) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.PatternMessage
PatternTopic - Class in io.valkey.springframework.data.valkey.listener
Topic pattern matching multiple Valkey channels.
PatternTopic(String) - Constructor for class io.valkey.springframework.data.valkey.listener.PatternTopic
Constructs a new PatternTopic instance.
peek() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
peekFirst() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
peekLast() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
pending(K, Consumer) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Obtained detailed information about all pending messages for a given Consumer.
pending(K, Consumer) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Obtained detailed information about all pending messages for a given Consumer.
pending(K, Consumer, Range<?>, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Obtain detailed information about pending messages for a given Range and Consumer within a consumer group.
pending(K, Consumer, Range<?>, long) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Obtain detailed information about pending messages for a given Range and Consumer within a consumer group.
pending(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Obtain the PendingMessagesSummary for a given consumer group.
pending(K, String) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Obtain the PendingMessagesSummary for a given consumer group.
pending(K, String, Range<?>, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Obtain detailed information about pending messages for a given Range within a consumer group.
pending(K, String, Range<?>, long) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Obtain detailed information about pending messages for a given Range within a consumer group.
PENDING_COMMANDS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
pendingCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumer
The number of pending messages.
pendingCount() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroup
The total number of pending messages in the consumer group.
PendingMessage - Class in io.valkey.springframework.data.valkey.connection.stream
Value object representing a single pending message containing its ID, the consumer that fetched the message and has still to acknowledge it, the time elapsed since the messages last delivery and the the total number of times delivered.
PendingMessage(RecordId, Consumer, Duration, long) - Constructor for class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
 
PendingMessages - Class in io.valkey.springframework.data.valkey.connection.stream
Value object holding detailed information about pending messages in consumer group for a given Range and offset.
PendingMessages(String, List<PendingMessage>) - Constructor for class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
 
PendingMessages(String, Range<?>, List<PendingMessage>) - Constructor for class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
 
PendingMessagesSummary - Class in io.valkey.springframework.data.valkey.connection.stream
Value Object summarizing pending messages in a consumer group.
PendingMessagesSummary(String, long, Range<String>, Map<String, Long>) - Constructor for class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
 
perform(ValkeyStringCommands.BitOperation) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitOpCommand
persist() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
Remove the expiration from the bound hash key/hash fields.
persist() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
Remove the expiration from the bound key.
persist() - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Removes the expiration (if any) of the key.
persist() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
persist() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
persist() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
persist() - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
persist() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
persist() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
persist(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
persist(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
persist(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
persist(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Remove the expiration from given key.
persist(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Remove the expiration from given hashKeys .
persist(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Remove the expiration from given hashKey .
persist(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
persist(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove the expiration from given key.
persist(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Remove the expiration from given key.
persist(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Remove the expiration from given key.
persist(K) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
persist(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Remove the expiration from given key.
persist(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
persist(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Remove one-by-one the expiration from given key.
PERSIST - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
persistent() - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter.TtlFunction
Returns a ValkeyCacheWriter.TtlFunction to create persistent entires that do not expire.
persistent() - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
Creates a new persistent, non-expiring Expiration.
persistent() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
PERSISTENT - Static variable in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
Predefined Expirations.TimeToLive for a key that exists but does not expire.
pExpire(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
pExpire(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set time to live for given key in milliseconds.
pExpire(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
pExpire(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pExpire(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
pExpire(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set time to live for given key in milliseconds.
pExpire(byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set time to live for given key using milliseconds precision.
pExpire(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given key in milliseconds.
pExpire(String, long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pExpire(String, long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set time to live for given key in milliseconds.
pExpire(ByteBuffer, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Set time to live for given key in milliseconds.
pExpire(Publisher<ReactiveKeyCommands.ExpireCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Expire keys one by one.
PEXPIRE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
pExpireAt(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
pExpireAt(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set the expiration for given key as a UNIX timestamp in milliseconds.
pExpireAt(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
pExpireAt(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pExpireAt(byte[], long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
pExpireAt(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set the expiration for given key as a UNIX timestamp in milliseconds.
pExpireAt(byte[], Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Set the expiration for given key as a UNIX timestamp in milliseconds precision.
pExpireAt(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given key as a UNIX timestamp in milliseconds.
pExpireAt(String, long, ExpirationOptions.Condition) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pExpireAt(String, long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the expiration for given key as a UNIX timestamp in milliseconds.
pExpireAt(ByteBuffer, Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Set the expiration for given key as a UNIX timestamp.
pExpireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Set one-by-one the expiration for given key as a UNIX timestamp in milliseconds.
PEXPIREAT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
pfAdd(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
pfAdd(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pfAdd(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHyperLogLogCommands
 
pfAdd(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pfAdd(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Adds given values to the HyperLogLog stored at given key.
pfAdd(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Adds given value to the HyperLogLog stored at given key.
pfAdd(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(Publisher<ReactiveHyperLogLogCommands.PfAddCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
PFAIL - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
pfCount(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
pfCount(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pfCount(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHyperLogLogCommands
 
pfCount(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pfCount(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key.
pfCount(Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(Publisher<ReactiveHyperLogLogCommands.PfCountCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfMerge(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
pfMerge(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pfMerge(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHyperLogLogCommands
 
pfMerge(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pfMerge(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(Publisher<ReactiveHyperLogLogCommands.PfMergeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
PHANTOM - Static variable in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
 
PHANTOM - Static variable in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
 
PHANTOM_SUFFIX - Static variable in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.BinaryKeyspaceIdentifier
 
PHANTOM_SUFFIX - Static variable in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
 
ping() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
ping() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
ping() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
ping() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
ping() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
ping() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
Test connection.
ping() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnectionCommands
Test connection.
ping() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
ping(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
ping(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
ping(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
Test the connection to a specific Valkey cluster node.
ping(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterConnection
 
ping(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ping(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Ping the given node;
PING - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
PLUS_BYTES - Static variable in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
poll() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
poll(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
pollFirst() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
pollFirst(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
pollLast() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
pollLast(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
pollTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a poll timeout for the BLOCK option during reading.
pollTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a poll timeout for the BLOCK option during reading.
poolConfig(GenericObjectPoolConfig) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
poolConfig(GenericObjectPoolConfig) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
 
poolConfig(GenericObjectPoolConfig<StatefulConnection<?, ?>>) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
Set the GenericObjectPoolConfig used by the driver.
PoolException - Exception in io.valkey.springframework.data.valkey.connection
Exception thrown when there are issues with a resource pool
PoolException(String) - Constructor for exception io.valkey.springframework.data.valkey.connection.PoolException
Constructs a new PoolException instance.
PoolException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.PoolException
Constructs a new PoolException instance.
pop() - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Remove and return a random member from set at the bound key.
pop() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
pop(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Remove and return a random member from set at key.
pop(K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Remove and return a random member from set at key.
pop(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Remove and return count random members from set at key.
pop(K, long) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Remove and return count random members from set at key.
pop(Publisher<ReactiveListCommands.PopCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns last element in list stored at ReactiveValkeyConnection.KeyCommand.getKey()
popFirst() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
popFirst() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Removes the first (lowest) object at the top of this sorted set and returns that object as the value of this function.
popFirst(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
popFirst(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Removes the first (lowest) object at the top of this sorted set and returns that object as the value of this function.
popLast() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
popLast() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Removes the last (highest) object at the top of this sorted set and returns that object as the value of this function.
popLast(long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
popLast(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Removes the last (highest) object at the top of this sorted set and returns that object as the value of this function.
popList(Publisher<ReactiveListCommands.PopCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns last element in list stored at ReactiveValkeyConnection.KeyCommand.getKey()
popMax() - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return the value with its score having the highest score from sorted set at the bound key.
popMax(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return count values with their score having the highest score from sorted set at the bound key.
popMax(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return the value with its score having the highest score from sorted set at the bound key.
popMax(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return the value with its score having the highest score from sorted set at the bound key.
popMax(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove and return the value with its score having the highest score from sorted set at key.
popMax(K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return the value with its score having the highest score from sorted set at key.
popMax(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove and return count values with their score having the highest score from sorted set at key.
popMax(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return count values with their score having the highest score from sorted set at key.
popMax(K, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return the value with its score having the highest score from sorted set at key.
popMax(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove and return the value with its score having the highest score from sorted set at key.
popMax(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return the value with its score having the highest score from sorted set at key.
popMin() - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return the value with its score having the lowest score from sorted set at the bound key.
popMin(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return count values with their score having the lowest score from sorted set at the bound key.
popMin(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return the value with its score having the lowest score from sorted set at the bound key.
popMin(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove and return the value with its score having the lowest score from sorted set at the bound key.
popMin(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove and return the value with its score having the lowest score from sorted set at key.
popMin(K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return the value with its score having the lowest score from sorted set at key.
popMin(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove and return count values with their score having the lowest score from sorted set at key.
popMin(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return count values with their score having the lowest score from sorted set at key.
popMin(K, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return the value with its score having the lowest score from sorted set at key.
popMin(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove and return the value with its score having the lowest score from sorted set at key.
popMin(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove and return the value with its score having the lowest score from sorted set at key.
PopResponse(ReactiveListCommands.BPopCommand, ReactiveListCommands.PopResult) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopResponse
 
PopResult(List<ByteBuffer>) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopResult
 
PORT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
position(K, M) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the Point representation of positions for one or more members.
position(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the Point representation of positions for one or more members.
position(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the Point representation of positions for one or more members.
position(M...) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the Point representation of positions for one or more members.
POSITIVE_INFINITY_BYTES - Static variable in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
postProcessConnection(JedisClusterConnection) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Post process a newly retrieved connection.
postProcessConnection(JedisConnection) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Post process a newly retrieved connection.
postProcessResult(Publisher<T>, ReactiveValkeyConnection, boolean) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
Processes the result before returning the Publisher.
postProcessResult(T, ValkeyConnection, boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
prefixCacheNameWith(String) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Prefix the cache name with the given value.
prefixed(String) - Static method in interface io.valkey.springframework.data.valkey.cache.CacheKeyPrefix
Creates a CacheKeyPrefix scheme that prefixes cache keys with the given prefix.
preProcessCacheValue(Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Customization hook called before passing object to ValkeySerializer.
preProcessConnection(ReactiveValkeyConnection, boolean) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
Processes the connection (before any settings are executed on it).
preProcessConnection(ValkeyConnection, boolean) - Method in class io.valkey.springframework.data.valkey.core.StringValkeyTemplate
 
preProcessConnection(ValkeyConnection, boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Processes the connection (before any settings are executed on it).
processMessage(MessageListener, Message, byte[]) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Process a message received from the provider.
promotedAs(ValkeyNode.NodeType) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
 
promotedAs(ValkeyNode.NodeType) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode.ValkeyNodeBuilder
Set server role.
PROPERTIES - Enum constant in enum class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean.CollectionType
 
propertyNames() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
pSetEx(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
pSetEx(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pSetEx(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
pSetEx(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set the value and expiration in milliseconds for key.
pSetEx(String, long, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pSetEx(String, long, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the value and expiration in milliseconds for key.
pSetEX(ByteBuffer, ByteBuffer, Expiration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set key value pair and Expiration.
pSetEX(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set key value pairs and Expiration.
PSETEX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
pSubscribe(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Adds the given channel patterns to the current subscription.
pSubscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
pSubscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pSubscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
pSubscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
pSubscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
pSubscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
pSubscribe(MessageListener, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyPubSubCommands
Subscribes the connection to all channels matching the given patterns.
pSubscribe(MessageListener, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pSubscribe(MessageListener, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Subscribes the connection to all channels matching the given patterns.
pSubscribe(ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactivePubSubCommands
Subscribes the connection to all channels matching the given patterns.
pSubscribe(ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Subscribes to the channel patterns and adds these to the current subscription.
PSUBSCRIBE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
pTtl(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
pTtl(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pTtl(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
pTtl(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Get the precise time to live for key in milliseconds.
pTtl(byte[], TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
pTtl(byte[], TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pTtl(byte[], TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
pTtl(byte[], TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Get the precise time to live for key in and convert it to the given TimeUnit.
pTtl(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pTtl(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the precise time to live for key in milliseconds.
pTtl(String, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
pTtl(String, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the precise time to live for key in and convert it to the given TimeUnit.
pTtl(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Get the time to live for key in milliseconds.
pTtl(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Get one-by-one the time to live for keys.
PTTL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
publish(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
publish(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
publish(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
publish(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
publish(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
publish(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyPubSubCommands
Publishes the given message to the given channel.
publish(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
publish(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Publishes the given message to the given channel.
publish(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactivePubSubCommands
Publishes the given message to the given channel.
publish(Publisher<ReactiveSubscription.ChannelMessage<ByteBuffer, ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactivePubSubCommands
Publishes the given messages to the appropriate channels.
publishEvent(ValkeyKeyExpiredEvent) - Method in class io.valkey.springframework.data.valkey.listener.KeyExpirationEventMessageListener
Publish the event in case an ApplicationEventPublisher is set.
pubSubCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
pUnsubscribe() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Cancels the subscription for all channels matched by ReactiveSubscription.getPatterns() patterns}.
pUnsubscribe() - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Cancels the subscription for all channels matched by patterns.
pUnsubscribe() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
pUnsubscribe(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Cancels the subscription for all channels matching the given patterns.
pUnsubscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
pUnsubscribe(ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Cancels the subscription for all channels matching the given patterns.
push(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
push(Publisher<ReactiveListCommands.PushCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
put(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
put(HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Set the value of a hash key at the bound key.
put(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Set the value of a hash hashKey.
put(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Set the value of a hash hashKey.
put(Object, Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
put(Object, Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
put(Object, Object, String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
put(String, byte[]) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
Write a value at key considering top-level/nesting.
put(String, byte[]) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Add String representation of property dot path with given value.
put(String, byte[], byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Write the given key/value pair to Valkey and set the expiration time if defined.
put(K, V) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
putAll(H, Map<? extends HK, ? extends HV>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Set multiple hash fields to multiple values using data provided in m.
putAll(H, Map<? extends HK, ? extends HV>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Set multiple hash fields to multiple values using data provided in m.
putAll(Map<? extends HK, ? extends HV>) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Set multiple hash fields to multiple values using data provided in m at the bound key.
putAll(Map<? extends Object, ? extends Object>) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
putAll(Map<? extends K, ? extends V>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
putFirst(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
putIfAbsent(HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Set the value of a hash key only if key does not exist.
putIfAbsent(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Set the value of a hash hashKey only if hashKey does not exist.
putIfAbsent(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Set the value of a hash hashKey only if hashKey does not exist.
putIfAbsent(Object, Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
putIfAbsent(Object, Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
putIfAbsent(String, byte[], byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Write the given value to Valkey if the key does not already exist.
putIfAbsent(K, V) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
putLast(E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 

Q

QueryByExampleValkeyExecutor<T> - Class in io.valkey.springframework.data.valkey.repository.support
Repository fragment implementing Valkey Query-by-Example operations.
QueryByExampleValkeyExecutor(EntityInformation<T, ?>, ValkeyKeyValueTemplate) - Constructor for class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
Create a new QueryByExampleValkeyExecutor given EntityInformation and ValkeyKeyValueTemplate.
QueryByExampleValkeyExecutor(EntityInformation<T, ?>, ValkeyKeyValueTemplate, IndexResolver) - Constructor for class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
Create a new QueryByExampleValkeyExecutor given EntityInformation and ValkeyKeyValueTemplate.
queryLookupStrategy() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Returns the key of the QueryLookupStrategy to be used for lookup queries for query methods.
QueryUtils - Class in io.valkey.springframework.data.valkey.core.query
Utilities for SortQuery implementations.
QueryUtils() - Constructor for class io.valkey.springframework.data.valkey.core.query.QueryUtils
 
QUIT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
QUORUM - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 

R

radius(K, M, double) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members within the circle defined by the members coordinates and given radius.
radius(K, M, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members within the circle defined by the members coordinates and given radius.
radius(K, M, Distance) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric.
radius(K, M, Distance) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric.
radius(K, M, Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric and ValkeyGeoCommands.GeoRadiusCommandArgs.
radius(K, M, Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric and ValkeyGeoCommands.GeoRadiusCommandArgs.
radius(K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members within the boundaries of a given Circle.
radius(K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members within the boundaries of a given Circle.
radius(K, Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members within the boundaries of a given Circle applying ValkeyGeoCommands.GeoRadiusCommandArgs.
radius(K, Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members within the boundaries of a given Circle applying ValkeyGeoCommands.GeoRadiusCommandArgs.
radius(M, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members within the circle defined by the members coordinates and given radius.
radius(M, Distance) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric.
radius(M, Distance, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric and ValkeyGeoCommands.GeoRadiusCommandArgs.
radius(Circle) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members within the boundaries of a given Circle.
radius(Circle, ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members within the boundaries of a given Circle applying ValkeyGeoCommands.GeoRadiusCommandArgs.
RadiusShape - Class in io.valkey.springframework.data.valkey.domain.geo
Radius defined by Distance.
RadiusShape(Distance) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.RadiusShape
 
radixTreeKeySize() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
The streams radix tree key size.
radixTreeNodesSize() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
Total number of element radix tree nodes.
randomEntries(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Return a random entry from the hash stored at the bound key.
randomEntries(H, long) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Return a random entries from the hash stored at key.
randomEntries(H, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Return random entries from the hash stored at key.
randomEntry() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Return a random entry from the hash stored at the bound key.
randomEntry() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
randomEntry() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
Get a random entry from the hash.
randomEntry() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
randomEntry(H) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Return a random entry from the hash stored at key.
randomEntry(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Return a random entry from the hash stored at key.
randomKey() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
randomKey() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
randomKey() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Return a random key from the keyspace.
randomKey() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
randomKey() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Return a random key from the keyspace.
randomKey() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Return a random key from the hash stored at the bound key.
randomKey() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Return a random key from the keyspace.
randomKey() - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
randomKey() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Return a random key from the keyspace.
randomKey() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
randomKey() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
randomKey() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
Get a random key from the hash.
randomKey() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
randomKey(H) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Return a random hash key from the hash stored at key.
randomKey(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Return a random hash key from the hash stored at key.
randomKey(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
randomKey(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
randomKey(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterKeyCommands
Retrieve a random key from ValkeyNode.
randomKey(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterConnection
 
randomKey(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
randomKey(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Get a random key from the range served by the given node.
RANDOMKEY - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
randomKeys(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Return a random keys from the hash stored at the bound key.
randomKeys(H, long) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Return random hash keys from the hash stored at key.
randomKeys(H, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Return random hash keys from the hash stored at key.
randomMember() - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Get random element from set at the bound key.
randomMember() - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get random element from set at the bound key.
randomMember(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Get random element from set at key.
randomMember(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get random element from set at key.
randomMember(K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Get random element from set at key.
randomMember(K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get random element from set at key.
randomMembers(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Get count random elements from set at the bound key.
randomMembers(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get count random elements from set at the bound key.
randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Get count random elements from set at key.
randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get count random elements from set at key.
randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Get count random elements from set at key.
randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get count random elements from set at key.
randomMembersWithScore(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get count random elements with their score from set at the bound key.
randomMembersWithScore(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get count random elements with their score from set at key.
randomMembersWithScore(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get count random elements with their score from set at key.
randomMemberWithScore() - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get random element with its score from set at the bound key.
randomMemberWithScore(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get random element with its score from set at key.
randomMemberWithScore(K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get random element with its score from set at key.
randomValue() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
randomValue() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
randomValue() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Get random element from the set.
randomValue() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get random element from the set.
range() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
 
range(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Get elements between begin and end from list at the bound key.
range(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get elements between start and end from sorted set.
range(long, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
range(long, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
range(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Get elements between start and end from list at the bound key.
range(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get elements between start and end from sorted set.
range(Class<V>, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read all records from a stream within a specific Range.
range(Class<V>, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read all records from a stream within a specific Range as ObjectRecord.
range(Class<V>, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a stream within a specific Range applying a Limit.
range(Class<V>, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from a stream within a specific Range applying a Limit as ObjectRecord.
range(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Get elements between begin and end from list at key.
range(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Get elements between begin and end from list at key.
range(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get elements between start and end from sorted set.
range(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get elements between start and end from sorted set.
range(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a stream within a specific Range.
range(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from a stream within a specific Range.
range(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a stream within a specific Range applying a Limit.
range(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from a stream within a specific Range applying a Limit.
range(Range<?>, Long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
Create new ReactiveStreamCommands.PendingRecordsCommand with given Range and limit.
range(Range<?>, Long) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
Create new ValkeyStreamCommands.XPendingOptions with given Range and limit.
range(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records from a stream within a specific Range.
range(Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records from a stream within a specific Range applying a Limit.
Range() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
 
Range(long, long) - Constructor for class io.valkey.springframework.data.valkey.connection.SortParameters.Range
 
rangeAndStoreByLex(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store all elements at dstKey with lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByLex(String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
rangeAndStoreByLex(String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store all elements at dstKey with lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store all elements at dstKey with lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByLex(K, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByLex(K, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store all elements at dstKey with lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByLex(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(String, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store all elements at dstKey with ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(String, Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
rangeAndStoreByScore(String, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(K, K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store all elements at dstKey with ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(K, K, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(K, K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store all elements at dstKey with ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(K, K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store all elements at dstKey with ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
rangeAndStoreByScore(K, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use BoundZSetOperations.rangeByLex(Range) instead.
rangeByLex(ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use ValkeyZSet.rangeByLex(Range) instead.
rangeByLex(ValkeyZSetCommands.Range, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use BoundZSetOperations.rangeByLex(Range, Limit) instead.
rangeByLex(ValkeyZSetCommands.Range, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use ValkeyZSet.rangeByLex(Range, Limit) instead.
rangeByLex(K, ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use ZSetOperations.rangeByLex(Object, Range) instead.
rangeByLex(K, ValkeyZSetCommands.Range, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
rangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get all elements with lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get all elements with lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get all elements with lexicographical ordering with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(Range<String>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get all elements with lexicographical ordering with a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering having a value between Range.getLowerBound() and Range.getUpperBound().
rangeByLex(Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
rangeByLex(Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with lexicographical ordering having a value between Range.getLowerBound() and Range.getUpperBound().
rangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(double, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
rangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get elements where score is between min and max from sorted set.
rangeByScore(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get elements in range from start to end where score is between min and max from sorted set.
rangeByScore(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get elements in range from start to end where score is between min and max from sorted set.
rangeByScoreWithScores(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get set of Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(double, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
rangeByScoreWithScores(double, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get set of Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get set of Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get set of Tuples in range from start to end where score is between min and max from sorted set.
rangeByScoreWithScores(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get set of Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get set of Tuples in range from start to end where score is between min and max from sorted set.
rangeWithScores(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get set of Tuples between start and end from sorted set.
rangeWithScores(long, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
rangeWithScores(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get set of Tuples between start and end from sorted set.
rangeWithScores(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get set of Tuples between start and end from sorted set.
rangeWithScores(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get set of Tuples between start and end from sorted set.
rank(Integer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LPosCommand
Applies the rank parameter specifying the "rank" of the first element to return.
rank(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Determine the index of element with value in a sorted set.
rank(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
rank(Object) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Returns the rank (position) of the given element in the set, in ascending order.
rank(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Determine the index of element with value in a sorted set.
rank(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Determine the index of element with value in a sorted set.
raw() - Method in interface io.valkey.springframework.data.valkey.connection.ValueEncoding
 
raw() - Method in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
 
raw() - Method in record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
Returns the value of the raw record component.
raw() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
The raw source value as returned by the Valkey Client.
raw() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
Deprecated.
since 2.2. Please use ValkeySerializationContext.byteArray() instead.
raw() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
RAW - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Normal string encoding.
rawBuffer(Map<ByteBuffer, ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords
Create a new ByteBufferRecord for the given raw field/value pairs.
rawBytes(Map<byte[], byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords
Create a new ByteRecord for the given raw field/value pairs.
rawMap() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Get keys and values in binary format.
ReactiveClusterCommands - Interface in io.valkey.springframework.data.valkey.connection
Interface for the cluster commands supported by Valkey executed using reactive infrastructure.
ReactiveClusterCommands.AddSlots - Enum Class in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterGeoCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterHashCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterHyperLogLogCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterKeyCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterListCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterNumberCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterScriptingCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterServerCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Server commands executed in cluster environment using reactive infrastructure.
ReactiveClusterSetCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterStreamCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterStringCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveClusterZSetCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveGeoCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Geo commands executed using reactive infrastructure.
ReactiveGeoCommands.GeoAddCommand - Class in io.valkey.springframework.data.valkey.connection
GEOADD command parameters.
ReactiveGeoCommands.GeoDistCommand - Class in io.valkey.springframework.data.valkey.connection
GEODIST command parameters.
ReactiveGeoCommands.GeoHashCommand - Class in io.valkey.springframework.data.valkey.connection
GEOHASH command parameters.
ReactiveGeoCommands.GeoPosCommand - Class in io.valkey.springframework.data.valkey.connection
GEOPOS command parameters.
ReactiveGeoCommands.GeoRadiusByMemberCommand - Class in io.valkey.springframework.data.valkey.connection
GEORADIUSBYMEMBER command parameters.
ReactiveGeoCommands.GeoRadiusCommand - Class in io.valkey.springframework.data.valkey.connection
GEORADIUS command parameters.
ReactiveGeoCommands.GeoSearchCommand - Class in io.valkey.springframework.data.valkey.connection
GEOSEARCH command parameters.
ReactiveGeoCommands.GeoSearchStoreCommand - Class in io.valkey.springframework.data.valkey.connection
GEOSEARCHSTORE command parameters.
ReactiveGeoOperations<K,M> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for Geo Commands.
ReactiveHashCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Hash commands executed using reactive infrastructure.
ReactiveHashCommands.HashExpireCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveHashCommands.HashFieldsCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.Command for hash-bound operations.
ReactiveHashCommands.HDelCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveHashCommands.HExistsCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveHashCommands.HGetCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveHashCommands.HRandFieldCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveHashCommands.HSetCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveHashCommands.HStrLenCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveHashOperations<H,HK,HV> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for Hash Commands.
ReactiveHyperLogLogCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey HyperLogLog commands executed using reactive infrastructure.
ReactiveHyperLogLogCommands.PfAddCommand - Class in io.valkey.springframework.data.valkey.connection
PFADD command parameters.
ReactiveHyperLogLogCommands.PfCountCommand - Class in io.valkey.springframework.data.valkey.connection
PFCOUNT command parameters.
ReactiveHyperLogLogCommands.PfMergeCommand - Class in io.valkey.springframework.data.valkey.connection
PFMERGE command parameters.
ReactiveHyperLogLogOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for working on a HyperLogLog multiset.
ReactiveKeyCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Key commands executed using reactive infrastructure.
ReactiveKeyCommands.CopyCommand - Class in io.valkey.springframework.data.valkey.connection
MOVE command parameters.
ReactiveKeyCommands.ExpireAtCommand - Class in io.valkey.springframework.data.valkey.connection
EXPIREAT/PEXPIREAT command parameters.
ReactiveKeyCommands.ExpireCommand - Class in io.valkey.springframework.data.valkey.connection
EXPIRE/PEXPIRE command parameters.
ReactiveKeyCommands.MoveCommand - Class in io.valkey.springframework.data.valkey.connection
MOVE command parameters.
ReactiveKeyCommands.RenameCommand - Class in io.valkey.springframework.data.valkey.connection
RENAME command parameters.
ReactiveListCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey List commands executed using reactive infrastructure.
ReactiveListCommands.BLMoveCommand - Class in io.valkey.springframework.data.valkey.connection
BLMOVE command parameters.
ReactiveListCommands.BPopCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveListCommands.BRPopLPushCommand - Class in io.valkey.springframework.data.valkey.connection
BRPOPLPUSH command parameters.
ReactiveListCommands.Direction - Enum Class in io.valkey.springframework.data.valkey.connection
 
ReactiveListCommands.LIndexCommand - Class in io.valkey.springframework.data.valkey.connection
LINDEX command parameters.
ReactiveListCommands.LInsertCommand - Class in io.valkey.springframework.data.valkey.connection
LINSERT command parameters.
ReactiveListCommands.LMoveCommand - Class in io.valkey.springframework.data.valkey.connection
LMOVE command parameters.
ReactiveListCommands.LPosCommand - Class in io.valkey.springframework.data.valkey.connection
LPOS command parameters.
ReactiveListCommands.LRemCommand - Class in io.valkey.springframework.data.valkey.connection
LREM command parameters.
ReactiveListCommands.LSetCommand - Class in io.valkey.springframework.data.valkey.connection
LSET command parameters.
ReactiveListCommands.PopCommand - Class in io.valkey.springframework.data.valkey.connection
LPOP/RPOP command parameters.
ReactiveListCommands.PopResponse - Class in io.valkey.springframework.data.valkey.connection
ReactiveListCommands.PopResult - Class in io.valkey.springframework.data.valkey.connection
ReactiveListCommands.PushCommand - Class in io.valkey.springframework.data.valkey.connection
LPUSH/RPUSH command parameters.
ReactiveListCommands.RPopLPushCommand - Class in io.valkey.springframework.data.valkey.connection
RPOPLPUSH command parameters.
ReactiveListOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for List Commands.
ReactiveNumberCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey numeric commands executed using reactive infrastructure.
ReactiveNumberCommands.DecrByCommand<T extends Number> - Class in io.valkey.springframework.data.valkey.connection
DECRBY command parameters.
ReactiveNumberCommands.HIncrByCommand<T extends Number> - Class in io.valkey.springframework.data.valkey.connection
HINCRBY command parameters.
ReactiveNumberCommands.IncrByCommand<T extends Number> - Class in io.valkey.springframework.data.valkey.connection
INCRBY command parameters.
ReactivePubSubCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Pub/Sub commands executed using reactive infrastructure.
ReactiveScriptExecutor<K> - Interface in io.valkey.springframework.data.valkey.core.script
Executes ValkeyScripts using reactive infrastructure.
ReactiveScriptingCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Scripting commands executed using reactive infrastructure.
ReactiveServerCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Server commands executed using reactive infrastructure.
ReactiveSetCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Set commands executed using reactive infrastructure.
ReactiveSetCommands.SAddCommand - Class in io.valkey.springframework.data.valkey.connection
SADD command parameters.
ReactiveSetCommands.SDiffCommand - Class in io.valkey.springframework.data.valkey.connection
SDIFF command parameters.
ReactiveSetCommands.SDiffStoreCommand - Class in io.valkey.springframework.data.valkey.connection
SDIFFSTORE command parameters.
ReactiveSetCommands.SInterCommand - Class in io.valkey.springframework.data.valkey.connection
SINTER command parameters.
ReactiveSetCommands.SInterStoreCommand - Class in io.valkey.springframework.data.valkey.connection
SINTERSTORE command parameters.
ReactiveSetCommands.SIsMemberCommand - Class in io.valkey.springframework.data.valkey.connection
SISMEMBER command parameters.
ReactiveSetCommands.SMIsMemberCommand - Class in io.valkey.springframework.data.valkey.connection
SMISMEMBER command parameters.
ReactiveSetCommands.SMoveCommand - Class in io.valkey.springframework.data.valkey.connection
SMOVE command parameters.
ReactiveSetCommands.SPopCommand - Class in io.valkey.springframework.data.valkey.connection
SPOP command parameters.
ReactiveSetCommands.SRandMembersCommand - Class in io.valkey.springframework.data.valkey.connection
SRANDMEMBER command parameters.
ReactiveSetCommands.SRemCommand - Class in io.valkey.springframework.data.valkey.connection
SREM command parameters.
ReactiveSetCommands.SUnionCommand - Class in io.valkey.springframework.data.valkey.connection
SUNION command parameters.
ReactiveSetCommands.SUnionStoreCommand - Class in io.valkey.springframework.data.valkey.connection
SUNIONSTORE command parameters.
ReactiveSetOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for Set Commands.
ReactiveStreamCommands - Interface in io.valkey.springframework.data.valkey.connection
Stream-specific Valkey commands executed using reactive infrastructure.
ReactiveStreamCommands.AcknowledgeCommand - Class in io.valkey.springframework.data.valkey.connection
XACK command parameters.
ReactiveStreamCommands.AddStreamRecord - Class in io.valkey.springframework.data.valkey.connection
XADD command parameters.
ReactiveStreamCommands.DeleteCommand - Class in io.valkey.springframework.data.valkey.connection
XDEL command parameters.
ReactiveStreamCommands.GroupCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveStreamCommands.GroupCommand.GroupCommandAction - Enum Class in io.valkey.springframework.data.valkey.connection
 
ReactiveStreamCommands.PendingRecordsCommand - Class in io.valkey.springframework.data.valkey.connection
Value Object holding parameters for obtaining pending messages.
ReactiveStreamCommands.RangeCommand - Class in io.valkey.springframework.data.valkey.connection
XRANGE/XREVRANGE command parameters.
ReactiveStreamCommands.ReadCommand - Class in io.valkey.springframework.data.valkey.connection
XRANGE/XREVRANGE command parameters.
ReactiveStreamCommands.TrimCommand - Class in io.valkey.springframework.data.valkey.connection
XTRIM command parameters.
ReactiveStreamCommands.XClaimCommand - Class in io.valkey.springframework.data.valkey.connection
XCLAIM command parameters.
ReactiveStreamCommands.XInfoCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveStreamOperations<K,HK,HV> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for Stream Commands.
ReactiveStringCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey String commands executed using reactive infrastructure.
ReactiveStringCommands.AppendCommand - Class in io.valkey.springframework.data.valkey.connection
APPEND command parameters.
ReactiveStringCommands.BitCountCommand - Class in io.valkey.springframework.data.valkey.connection
BITCOUNT command parameters.
ReactiveStringCommands.BitFieldCommand - Class in io.valkey.springframework.data.valkey.connection
BITFIELD command parameters.
ReactiveStringCommands.BitOpCommand - Class in io.valkey.springframework.data.valkey.connection
BITOP command parameters.
ReactiveStringCommands.BitPosCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveStringCommands.GetBitCommand - Class in io.valkey.springframework.data.valkey.connection
GETBIT command parameters.
ReactiveStringCommands.GetExCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveStringCommands.MSetCommand - Class in io.valkey.springframework.data.valkey.connection
MSET command parameters.
ReactiveStringCommands.SetBitCommand - Class in io.valkey.springframework.data.valkey.connection
SETBIT command parameters.
ReactiveStringCommands.SetCommand - Class in io.valkey.springframework.data.valkey.connection
SET command parameters.
ReactiveStringCommands.SetRangeCommand - Class in io.valkey.springframework.data.valkey.connection
SETRANGE command parameters.
ReactiveStringValkeyTemplate - Class in io.valkey.springframework.data.valkey.core
ReactiveStringValkeyTemplate(ReactiveValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveStringValkeyTemplate
Creates new ReactiveValkeyTemplate using given ReactiveValkeyConnectionFactory applying default String serialization.
ReactiveStringValkeyTemplate(ReactiveValkeyConnectionFactory, ValkeySerializationContext<String, String>) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveStringValkeyTemplate
ReactiveStringValkeyTemplate(ReactiveValkeyConnectionFactory, ValkeySerializationContext<String, String>, boolean) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveStringValkeyTemplate
ReactiveSubscription - Interface in io.valkey.springframework.data.valkey.connection
Subscription for Valkey channels using reactive infrastructure.
ReactiveSubscription.ChannelMessage<C,M> - Class in io.valkey.springframework.data.valkey.connection
Value object for a Valkey channel message.
ReactiveSubscription.Message<C,M> - Interface in io.valkey.springframework.data.valkey.connection
ReactiveSubscription.Message represents a Valkey channel message within Valkey pub/sub.
ReactiveSubscription.PatternMessage<P,C,M> - Class in io.valkey.springframework.data.valkey.connection
Value object for a Valkey channel message received from a pattern subscription.
ReactiveValkeyCallback<T> - Interface in io.valkey.springframework.data.valkey.core
Generic callback interface for code that operates on a low-level ReactiveValkeyConnection.
ReactiveValkeyClusterConnection - Interface in io.valkey.springframework.data.valkey.connection
 
ReactiveValkeyConnection - Interface in io.valkey.springframework.data.valkey.connection
Valkey connection using reactive infrastructure declaring entry points for reactive command execution.
ReactiveValkeyConnection.AbsentByteBufferResponse<I> - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.CommandResponse implementation for ByteBuffer responses for absent keys.
ReactiveValkeyConnection.BooleanResponse<I> - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.ByteBufferResponse<I> - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.Command - Interface in io.valkey.springframework.data.valkey.connection
Base interface for Valkey commands executed with a reactive infrastructure.
ReactiveValkeyConnection.CommandResponse<I,O> - Class in io.valkey.springframework.data.valkey.connection
Base class for command responses.
ReactiveValkeyConnection.KeyCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.Command for key-bound operations.
ReactiveValkeyConnection.KeyScanCommand - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.Command for key-bound scan operations like SCAN, HSCAN, SSCAN and ZSCAN.
ReactiveValkeyConnection.MultiValueResponse<I,O> - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.CommandResponse implementation for List responses.
ReactiveValkeyConnection.NumericResponse<I,O extends Number> - Class in io.valkey.springframework.data.valkey.connection
ReactiveValkeyConnection.RangeCommand - Class in io.valkey.springframework.data.valkey.connection
 
ReactiveValkeyConnectionFactory - Interface in io.valkey.springframework.data.valkey.connection
Thread-safe factory of reactive Valkey connections.
ReactiveValkeyMessageListenerContainer - Class in io.valkey.springframework.data.valkey.listener
Container providing a stream of ReactiveSubscription.ChannelMessage for messages received via Valkey Pub/Sub listeners.
ReactiveValkeyMessageListenerContainer(ReactiveValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
ReactiveValkeyOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Interface that specified a basic set of Valkey operations, implemented by ReactiveValkeyTemplate.
ReactiveValkeySessionCallback<K,V,T> - Interface in io.valkey.springframework.data.valkey.core
Generic callback interface for code that wants to use the same ReactiveValkeyConnection avoiding connection allocation overhead upon each Template API method call.
ReactiveValkeyTemplate<K,V> - Class in io.valkey.springframework.data.valkey.core
Central abstraction for reactive Valkey data access implementing ReactiveValkeyOperations.
ReactiveValkeyTemplate(ReactiveValkeyConnectionFactory, ValkeySerializationContext<K, V>) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
ReactiveValkeyTemplate(ReactiveValkeyConnectionFactory, ValkeySerializationContext<K, V>, boolean) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
ReactiveValueOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for simple (or in Valkey terminology 'string') values.
ReactiveZSetCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Sorted Set commands executed using reactive infrastructure.
ReactiveZSetCommands.BZPopCommand - Class in io.valkey.springframework.data.valkey.connection
BZPOPMIN/BZPOPMAX command parameters.
ReactiveZSetCommands.PopDirection - Enum Class in io.valkey.springframework.data.valkey.connection
 
ReactiveZSetCommands.ZAddCommand - Class in io.valkey.springframework.data.valkey.connection
ZADD command parameters.
ReactiveZSetCommands.ZAggregateCommand - Class in io.valkey.springframework.data.valkey.connection
ZINTER/ZUNION command parameters.
ReactiveZSetCommands.ZAggregateStoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZINTERSTORE/ZUNIONSTORE command parameters.
ReactiveZSetCommands.ZCountCommand - Class in io.valkey.springframework.data.valkey.connection
ZCOUNT command parameters.
ReactiveZSetCommands.ZDiffCommand - Class in io.valkey.springframework.data.valkey.connection
ZDIFF command parameters.
ReactiveZSetCommands.ZDiffStoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZDIFFSTORE command parameters.
ReactiveZSetCommands.ZIncrByCommand - Class in io.valkey.springframework.data.valkey.connection
ZINCRBY command parameters.
ReactiveZSetCommands.ZInterStoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZINTERSTORE command parameters.
ReactiveZSetCommands.ZLexCountCommand - Class in io.valkey.springframework.data.valkey.connection
ZLEXCOUNT command parameters.
ReactiveZSetCommands.ZMScoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZMSCORE command parameters.
ReactiveZSetCommands.ZPopCommand - Class in io.valkey.springframework.data.valkey.connection
ZPOPMIN/ZPOPMAX command parameters.
ReactiveZSetCommands.ZRandMemberCommand - Class in io.valkey.springframework.data.valkey.connection
ZRANDMEMBER command parameters.
ReactiveZSetCommands.ZRangeByLexCommand - Class in io.valkey.springframework.data.valkey.connection
ZRANGEBYLEX/ZREVRANGEBYLEX command parameters.
ReactiveZSetCommands.ZRangeByScoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZRANGEBYSCORE/ZREVRANGEBYSCORE.
ReactiveZSetCommands.ZRangeCommand - Class in io.valkey.springframework.data.valkey.connection
ZRANGE/ZREVRANGE command parameters.
ReactiveZSetCommands.ZRangeStoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZRANGESTORE command parameters.
ReactiveZSetCommands.ZRangeStoreCommand.RangeMode - Enum Class in io.valkey.springframework.data.valkey.connection
 
ReactiveZSetCommands.ZRankCommand - Class in io.valkey.springframework.data.valkey.connection
ZRANK/ZREVRANK command parameters.
ReactiveZSetCommands.ZRemCommand - Class in io.valkey.springframework.data.valkey.connection
ZREM command parameters.
ReactiveZSetCommands.ZRemRangeByLexCommand - Class in io.valkey.springframework.data.valkey.connection
ZREMRANGEBYLEX command parameters.
ReactiveZSetCommands.ZRemRangeByRankCommand - Class in io.valkey.springframework.data.valkey.connection
ZREMRANGEBYRANK command parameters.
ReactiveZSetCommands.ZRemRangeByScoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZREMRANGEBYSCORE command parameters.
ReactiveZSetCommands.ZScoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZSCORE command parameters.
ReactiveZSetCommands.ZUnionStoreCommand - Class in io.valkey.springframework.data.valkey.connection
ZUNIONSTORE command parameters.
ReactiveZSetOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Reactive Valkey operations for Sorted (ZSet) Commands.
read(ObjectMapper, byte[], JavaType) - Method in interface io.valkey.springframework.data.valkey.serializer.JacksonObjectReader
Read an object graph from the given root JSON into a Java object considering the JavaType.
read(Consumer, ReadOffset) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records starting from ReadOffset. using a consumer group.
read(Consumer, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets using a consumer group.
read(Consumer, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets using a consumer group.
read(Consumer, StreamReadOptions, ReadOffset) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records starting from ReadOffset. using a consumer group.
read(Consumer, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets using a consumer group.
read(Consumer, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets using a consumer group.
read(ReadOffset) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records from ReadOffset.
read(StreamOffset<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a StreamOffset as ObjectRecord.
read(StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets.
read(StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets.
read(StreamReadOptions, ReadOffset) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records starting from ReadOffset.
read(StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets.
read(StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets.
read(Class<R>, ValkeyData) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
read(Class<V>, Consumer, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets using a consumer group as ObjectRecord.
read(Class<V>, Consumer, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets using a consumer group as ObjectRecord.
read(Class<V>, Consumer, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets using a consumer group as ObjectRecord.
read(Class<V>, Consumer, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets using a consumer group as ObjectRecord.
read(Class<V>, StreamOffset<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a StreamOffset as ObjectRecord.
read(Class<V>, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets as ObjectRecord.
read(Class<V>, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets as ObjectRecord.
read(Class<V>, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from one or more StreamOffsets as ObjectRecord.
read(Class<V>, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from one or more StreamOffsets as ObjectRecord.
read(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeyElementReader
Deserialize a ByteBuffer into the according type.
read(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
Deserialize a ByteBuffer into the according type.
read(Publisher<ReactiveStreamCommands.ReadCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from one or more StreamOffsets.
ReadCommand(List<StreamOffset<ByteBuffer>>, StreamReadOptions, Consumer) - Constructor for class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
 
reader(JacksonObjectReader) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
readFrom(ReadFrom) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Set the read from strategy.
readFrom(ReadFrom) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure ReadFrom.
readFrom(ReadFrom) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
ReadOffset - Class in io.valkey.springframework.data.valkey.connection.stream
Value object representing read offset for a Stream.
readProperty(String, ValkeyData, ValkeyPersistentProperty) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
readTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
readTimeout(Duration) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a read timeout.
receive() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Retrieve the message stream emitting messages.
receive(Consumer, StreamOffset<K>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamReceiver
Starts a Valkey Stream consumer that consumes records from the stream.
receive(Consumer, StreamOffset<K>, StreamListener<K, V>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer
Register a new subscription for a Valkey Stream.
receive(StreamOffset<K>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamReceiver
Starts a Valkey Stream consumer that consumes records from the stream.
receive(StreamOffset<K>, StreamListener<K, V>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer
Register a new subscription for a Valkey Stream.
receive(ChannelTopic...) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more ChannelTopics and receive a stream of ReactiveSubscription.ChannelMessage.
receive(PatternTopic...) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more PatternTopics and receive a stream of ReactiveSubscription.PatternMessage.
receive(Iterable<? extends Topic>, SubscriptionListener) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more Topics and receive a stream of ReactiveSubscription.ChannelMessage.
receive(Iterable<? extends Topic>, ValkeySerializationContext.SerializationPair<C>, ValkeySerializationContext.SerializationPair<B>) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more Topics and receive a stream of ReactiveSubscription.ChannelMessage.
receive(Iterable<? extends Topic>, ValkeySerializationContext.SerializationPair<C>, ValkeySerializationContext.SerializationPair<B>, SubscriptionListener) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more Topics and receive a stream of ReactiveSubscription.ChannelMessage.
receiveAutoAck(Consumer, StreamOffset<K>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamReceiver
Starts a Valkey Stream consumer that consumes records from the stream.
receiveAutoAck(Consumer, StreamOffset<K>, StreamListener<K, V>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer
Register a new subscription for a Valkey Stream.
receiveLater(ChannelTopic...) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more ChannelTopics and receive a stream of ReactiveSubscription.ChannelMessage once the returned Mono completes.
receiveLater(PatternTopic...) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more PatternTopics and receive a stream of ReactiveSubscription.PatternMessage once the returned Mono completes.
receiveLater(Iterable<? extends Topic>, ValkeySerializationContext.SerializationPair<C>, ValkeySerializationContext.SerializationPair<B>) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
Subscribe to one or more Topics and receive a stream of ReactiveSubscription.ChannelMessage.
reconnectStrategy(BackoffStrategy) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Set the reconnection strategy.
Record<S,V> - Interface in io.valkey.springframework.data.valkey.connection.stream
A single entry in the stream consisting of the entry-id and the actual entry-value (typically a collection of field/value pairs).
RecordId - Class in io.valkey.springframework.data.valkey.connection.stream
The id of a single Record within a stream.
records(RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.DeleteCommand
Applies the recordIds.
records(String...) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.DeleteCommand
Applies the recordIds.
refcount(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
refcount(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
refcount(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
refcount(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Get the number of references of the value associated with the specified key.
refcount(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
refcount(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the number of references of the value associated with the specified key.
refcount(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Get the number of references of the value associated with the specified key.
ReferenceResolver - Interface in io.valkey.springframework.data.valkey.core.convert
ReferenceResolver retrieves Objects marked with Reference from Valkey.
ReferenceResolverImpl - Class in io.valkey.springframework.data.valkey.core.convert
ReferenceResolverImpl(ValkeyOperations<?, ?>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.ReferenceResolverImpl
 
refreshTtl(boolean) - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
Set indicator for updating expiration time of target.
register(StreamMessageListenerContainer.StreamReadRequest<K>, StreamListener<K, V>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer
Register a new subscription for a Valkey Stream.
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoryConfigurationExtension
 
registerDefaultConverters(ConverterRegistry) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Registers default cache key converters.
registerHints(RuntimeHints, ClassLoader) - Method in class io.valkey.springframework.data.valkey.aot.ValkeyRuntimeHints
 
registerNullValueSerializer(boolean) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
Configure whether to register a serializer for NullValue serialization.
registerNullValueSerializer(ObjectMapper, String) - Static method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
Register GenericJackson2JsonValkeySerializer.NullValueSerializer in the given ObjectMapper with an optional typeHintPropertyName.
release(StatefulConnection<?, ?>) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionProvider
Release the connection.
releaseAsync(StatefulConnection<?, ?>) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionProvider
Release asynchronously the connection.
releaseConnection(ValkeyConnection, ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Closes the given ValkeyConnection, created via the given factory if not managed externally (i.e. not bound to the transaction).
remainingCapacity() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
remove() - Method in class io.valkey.springframework.data.valkey.core.ConvertingCursor
 
remove() - Method in class io.valkey.springframework.data.valkey.core.ScanCursor
 
remove() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
remove(int) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
remove(long, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
remove(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Remove elements in range between start and end from sorted set.
remove(long, Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes the first count occurrences of value from the list stored at the bound key.
remove(H, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Delete given hash hashKeys from the hash at key.
remove(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
remove(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
remove(NamedNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySentinelCommands
Removes given master.
remove(Subscription) - Method in interface io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer
Unregister a given Subscription from the container.
remove(Object) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
remove(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
remove(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
remove(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
remove(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
remove(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
remove(Object...) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Remove given values from set at the bound key and return the number of removed elements.
remove(Object...) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove values from sorted set.
remove(Object, Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
remove(Object, Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
remove(String) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
remove(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
remove(String) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
Remove the property at property dot path.
remove(String, byte[]) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Remove the given key from Valkey.
remove(K, long, Object) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes the first count occurrences of value from the list stored at key.
remove(K, long, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes the first count occurrences of value from the list stored at key.
remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Remove given values from set at key and return the number of removed elements.
remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove values from sorted set.
remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Remove given values from set at key and return the number of removed elements.
remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove values from sorted set.
remove(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Remove the members.
remove(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Remove the members.
remove(M...) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Remove the members.
removeAll(Collection<?>) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
removeAll(Collection<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
removeByLex(Range<String>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
removeByLex(Range<String>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Remove all elements in range.
removeByScore(double, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
removeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Remove elements with scores between min and max from sorted set with the bound key.
removeFirst() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
removeFirst() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
removeFirstOccurrence(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
RemoveIndexedData - Class in io.valkey.springframework.data.valkey.core.convert
RemoveIndexedData represents a removed index entry from a secondary index for a property path in a given keyspace.
removeLast() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
removeLast() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
removeLastOccurrence(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
removeMessageListener(MessageListener) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Removes the given message listener completely (from all topics).
removeMessageListener(MessageListener, Topic) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Removes a message listener from the given topic.
removeMessageListener(MessageListener, Collection<? extends Topic>) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Removes a message listener from the given topics.
removeRange(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove elements in range between start and end from sorted set with the bound key.
removeRange(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove elements in range between start and end from sorted set with key.
removeRange(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove elements in range between start and end from sorted set with key.
removeRangeByLex(ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
removeRangeByLex(K, ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use ZSetOperations.removeRangeByLex(Object, Range) instead;
removeRangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove elements in range from sorted set with key.
removeRangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove elements in Range from sorted set with key.
removeRangeByLex(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove elements in Range from sorted set with the bound key.
removeRangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Remove elements with scores between min and max from sorted set with the bound key.
removeRangeByScore(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Remove elements with scores between min and max from sorted set with key.
removeRangeByScore(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Remove elements with scores between min and max from sorted set with key.
rename(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
rename(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rename(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterKeyCommands
 
rename(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
rename(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Rename key oldKey to newKey.
rename(String) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
rename(String) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
rename(String) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
rename(String) - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
rename(String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
rename(String) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
rename(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rename(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Rename key oldKey to newKey.
rename(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Rename key oldKey to newKey.
rename(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyOperations
Renames the key.
rename(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Rename key oldKey to newKey.
rename(K, K) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
rename(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Rename key oldKey to newKey.
rename(K, K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
rename(Publisher<ReactiveKeyCommands.RenameCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Rename key oldKey to newKey.
RENAME - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
renameIfAbsent(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Rename key oldKey to newKey only if newKey does not exist.
renameIfAbsent(K, K) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
renameIfAbsent(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Rename key oldKey to newKey only if newKey does not exist.
renameIfAbsent(K, K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
renameNX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
renameNX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
renameNX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterKeyCommands
 
renameNX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
renameNX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Rename key oldKey to newKey only if newKey does not exist.
renameNX(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
renameNX(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Rename key oldKey to newKey only if newKey does not exist.
renameNX(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Rename key oldKey to newKey only if newKey does not exist.
renameNX(Publisher<ReactiveKeyCommands.RenameCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Rename key oldKey to newKey only if newKey does not exist.
RENAMENX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
replace(boolean) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
Applies replace.
replace(Object, Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
replace(Object, Object, Object) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
replace(K, V) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
replace(K, V, V) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
REPLACE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.MigrateOption
 
REPLICA - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
 
REPLICA - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyNode.NodeType
 
replicaOf(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
 
replicaOf(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode.ValkeyNodeBuilder
Set the id of the master node.
replicaOf(String, int) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
replicaOf(String, int) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
replicaOf(String, int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
replicaOf(String, int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
replicaOf(String, int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Change valkey replication setting to new master.
replicaOf(String, int) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Change valkey replication setting to new master.
replicaOf(String, int) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
REPLICAOF - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
replicaOfNoOne() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
replicaOfNoOne() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
replicaOfNoOne() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
replicaOfNoOne() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
replicaOfNoOne() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Change server into master.
replicaOfNoOne() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Change server into master.
replicaOfNoOne() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
replicas(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
replicas(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
replicas(NamedNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySentinelCommands
Show list of replicas for given master.
replicas(String) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisSentinelConnection
 
repositoryBaseClass() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configure the repository base class to be used to create repository proxies for this particular configuration.
repositoryFactoryBeanClass() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Returns the FactoryBean class to be used for each repository instance.
repositoryImplementationPostfix() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Returns the postfix to be used when looking up custom repository implementations.
requireNonNull(T, ValkeyAssertions.RuntimeExceptionSupplier) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
Deprecated.
Asserts the given Object is not null throwing the given RuntimeException if Object is null.
requireNonNull(T, String, Object...) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
Deprecated.
Asserts the given Object is not null.
requireNonNull(T, Supplier<String>) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
Deprecated.
Asserts the given Object is not null.
requiresArguments() - Method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
requiresExactNumberOfArguments() - Method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
requireState(T, String, Object...) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
Deprecated.
Asserts the given Object is not null.
requireState(T, Supplier<String>) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
Deprecated.
Asserts the given Object is not null.
reset(String) - Method in interface io.valkey.springframework.data.valkey.cache.CacheStatisticsCollector
Reset the all counters and gauges of for the given cache.
resetConfigStats() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
resetConfigStats() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
resetConfigStats() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Reset statistic counters on server.
resetConfigStats() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
resetConfigStats() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
resetConfigStats() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Reset statistic counters on server.
resetConfigStats(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
resetConfigStats(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Reset statistic counters on server.
resetConfigStats(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
resetConfigStats(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
resetConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
reshard(ValkeyClusterNode, int, ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Move slot assignment from one source to target node and copy keys associated with the slot.
resolveIndex(String, String, PersistentProperty<?>, Object) - Method in class io.valkey.springframework.data.valkey.core.convert.PathIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in class io.valkey.springframework.data.valkey.core.convert.CompositeIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in interface io.valkey.springframework.data.valkey.core.convert.IndexResolver
Resolves all indexes for given type information / value combination.
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in class io.valkey.springframework.data.valkey.core.convert.PathIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - Method in class io.valkey.springframework.data.valkey.core.convert.SpelIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - Method in class io.valkey.springframework.data.valkey.core.convert.CompositeIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - Method in interface io.valkey.springframework.data.valkey.core.convert.IndexResolver
Resolves all indexes for given type information / value combination.
resolveIndexesFor(TypeInformation<?>, Object) - Method in class io.valkey.springframework.data.valkey.core.convert.PathIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - Method in class io.valkey.springframework.data.valkey.core.convert.SpelIndexResolver
 
resolveReference(Object, String) - Method in interface io.valkey.springframework.data.valkey.core.convert.ReferenceResolver
 
resolveReference(Object, String) - Method in class io.valkey.springframework.data.valkey.core.convert.ReferenceResolverImpl
 
resolveType(byte[], Class<?>) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
 
restore(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Create key using the serializedValue, previously obtained using ValkeyKeyCommands.dump(byte[]).
restore(byte[], long, byte[], boolean) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
restore(byte[], long, byte[], boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
restore(byte[], long, byte[], boolean) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
restore(byte[], long, byte[], boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Create key using the serializedValue, previously obtained using ValkeyKeyCommands.dump(byte[]).
restore(K, byte[], long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Create key using the serializedValue, previously obtained using ValkeyOperations.dump(Object).
restore(K, byte[], long, TimeUnit, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Create key using the serializedValue, previously obtained using ValkeyOperations.dump(Object).
restore(K, byte[], long, TimeUnit, boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Executes the Valkey restore command.
RESTORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
resultsAsList() - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.MultiNodeResult
Get List of all individual ClusterCommandExecutor.NodeResult.value.
resultsAsListSortBy(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.MultiNodeResult
Get List of all individual ClusterCommandExecutor.NodeResult.value.
retainAll(Collection<?>) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
retrieve(Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
retrieve(Object, Supplier<CompletableFuture<T>>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
 
retrieve(String, byte[]) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Asynchronously retrieves the value to which the ValkeyCache maps the given byte[] key.
retrieve(String, byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Asynchronously retrieves the value to which the ValkeyCache maps the given byte[] key setting the TTL expiration for the cache entry.
retryCount(long) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Set the retry counter to the specified value.
returnPropertyIfBetterIdPropertyCandidateOrNull(ValkeyPersistentProperty) - Method in class io.valkey.springframework.data.valkey.core.mapping.BasicValkeyPersistentEntity
 
returnResourceForSpecificNode(ValkeyClusterNode, Object) - Method in interface io.valkey.springframework.data.valkey.connection.ClusterNodeResourceProvider
Return the resource object for the given node.
returnsRawValue() - Method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
 
ReturnType - Enum Class in io.valkey.springframework.data.valkey.connection
Represents a data type returned from Valkey, currently used to denote the expected return type of Valkey scripting commands
reversed() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Returns a reverse-ordered view of this collection.
reverseIndexOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRankCommand
Creates a new ReactiveZSetCommands.ZIncrByCommand given a member to obtain its reversed rank (ordering high to low).
reverseRange(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(long, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRange(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(Class<V>, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a stream within a specific Range in reverse order as ObjectRecord.
reverseRange(Class<V>, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from a stream within a specific Range in reverse order as ObjectRecord.
reverseRange(Class<V>, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a stream within a specific Range applying a Limit in reverse order as ObjectRecord.
reverseRange(Class<V>, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from a stream within a specific Range applying a Limit in reverse order as ObjectRecord.
reverseRange(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a stream within a specific Range in reverse order.
reverseRange(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from a stream within a specific Range in reverse order.
reverseRange(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Read records from a stream within a specific Range applying a Limit in reverse order.
reverseRange(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Read records from a stream within a specific Range applying a Limit in reverse order.
reverseRange(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records from a stream within a specific Range in reverse order.
reverseRange(Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Read records from a stream within a specific Range applying a Limit in reverse order.
reverseRangeAndStoreByLex(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store all elements at dstKey with reverse lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByLex(String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRangeAndStoreByLex(String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store all elements at dstKey with reverse lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store all elements at dstKey with reverse lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByLex(K, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByLex(K, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering from ZSET at srcKey with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store all elements at dstKey with reverse lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByLex(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering from ZSET at the bound key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(String, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store all elements at dstKey with reverse ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(String, Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRangeAndStoreByScore(String, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(K, K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store all elements at dstKey with reverse ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(K, K, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(K, K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store all elements at dstKey with reverse ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(K, K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse ordering by score from ZSET at srcKey with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store all elements at dstKey with reverse ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeAndStoreByScore(K, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Store n elements at dstKey, where n = Limit.getCount(), starting at Limit.getOffset() with reverse ordering by score from ZSET at the bound key with a score between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use BoundZSetOperations.reverseRangeByLex(Range) instead.
reverseRangeByLex(ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use ValkeyZSet.reverseRangeByLex(Range, Limit) instead.
reverseRangeByLex(ValkeyZSetCommands.Range, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
reverseRangeByLex(ValkeyZSetCommands.Range, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0. Please use ValkeyZSet.reverseRangeByLex(Range, Limit) instead.
reverseRangeByLex(K, ValkeyZSetCommands.Range) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
reverseRangeByLex(K, ValkeyZSetCommands.Range, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Deprecated, for removal: This API element is subject to removal in a future version.
reverseRangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get all elements with reverse lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get all elements with reverse lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering from ZSET at key with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get all elements with reverse lexicographical ordering with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(Range<String>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get all elements with reverse lexicographical ordering with a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering having a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByLex(Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRangeByLex(Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get all elements n elements, where n = Limit.getCount(), starting at Limit.getOffset() with reverse lexicographical ordering having a value between Range.getLowerBound() and Range.getUpperBound().
reverseRangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(double, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScore(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScoreWithScores(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get set of Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(double, double) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRangeByScoreWithScores(double, double) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get set of Tuples where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get set of Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get set of Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScoreWithScores(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get set of Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get set of Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeWithScores(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get set of Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(long, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRangeWithScores(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Get set of Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get set of Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get set of Tuples in range from start to end from sorted set ordered from high to low.
reverseRank(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
reverseRank(Object) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Returns the rank (position) of the given element in the set, in descending order.
reverseRank(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseScoresWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Creates a new ReactiveZSetCommands.ZRangeByScoreCommand given a Range to obtain elements ordered from the highest to the lowest score.
reverseScoreWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
Creates a new ReactiveZSetCommands.ZRangeStoreCommand given a Range to obtain elements ordered from the highest to the lowest score.
reverseStringsWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
Creates a new ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to obtain elements in reverse lexicographical ordering.
reverseValuesWithin(Range<Long>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
Creates a new ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the highest to the lowest score.
reverseValueWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
Creates a new ReactiveZSetCommands.ZRangeStoreCommand given a Range to obtain elements ordered from the highest to the lowest lexicographical value.
rewriteConfig() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
rewriteConfig() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rewriteConfig() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
rewriteConfig() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
rewriteConfig() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
rewriteConfig() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Rewrites the valkey.conf file.
rewriteConfig(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
rewriteConfig(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
rewriteConfig(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
right() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
Creates a new ReactiveListCommands.BPopCommand for right push (BRPOP).
right() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
Creates a new ReactiveListCommands.PopCommand for right push (RPOP).
right() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
Creates a new ReactiveListCommands.PushCommand for right push (RPUSH).
RIGHT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.Direction
 
RIGHT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
 
rightPop() - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns last element in list stored at the bound key.
rightPop(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns last elements in list stored at key.
rightPop(long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns last element from lists stored at the bound key.
rightPop(Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Removes and returns last element from lists stored at the bound key.
rightPop(K) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns last element in list stored at key.
rightPop(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes and returns last element in list stored at key.
rightPop(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns last elements in list stored at key.
rightPop(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes count elements from the right-side of the Valkey list stored at key.
rightPop(K, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns last element from lists stored at key.
rightPop(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Removes and returns last element from lists stored at key.
rightPop(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Removes and returns last element from lists stored at key.
rightPopAndLeftPush(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rightPopAndLeftPush(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rightPopAndLeftPush(K, K, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
Blocks connection until element available or timeout reached.
rightPopAndLeftPush(K, K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
Blocks connection until element available or timeout reached.
rightPopAndLeftPush(K, K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Remove the last element from list at srcKey, append it to dstKey and return its value.
Results return once an element available or timeout reached.
rightPush(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Append value to key.
rightPush(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Append value to key.
rightPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Insert value to key after pivot.
rightPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Insert value to key after pivot.
rightPush(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Append value to the bound key.
rightPush(V, V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Append values to the bound key before value.
rightPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Append values to key.
rightPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Append values to key.
rightPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Append values to key.
rightPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Append values to key.
rightPushAll(V...) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Append values to the bound key.
rightPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Append values to key only if the list exists.
rightPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Append values to key only if the list exists.
rightPushIfPresent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Append values to the bound key only if the list exists.
ROLE_REPORTED - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
ROLE_REPORTED_TIME - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
roleReportedTime() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
rPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
rPop(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPop(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
rPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Removes and returns last element in list stored at key.
rPop(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
rPop(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPop(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
rPop(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Removes and returns last elements in list stored at key.
rPop(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPop(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes and returns last element in list stored at key.
rPop(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPop(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes and returns last elements in list stored at key.
rPop(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns last element in list stored at key.
rPop(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Removes and returns last count elements in list stored at key.
RPOP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
rPopLPush(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
rPopLPush(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPopLPush(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
rPopLPush(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Remove the last element from list at srcKey, append it to dstKey and return its value.
rPopLPush(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPopLPush(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove the last element from list at srcKey, append it to dstKey and return its value.
rPopLPush(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Remove the last element from list at source, append it to destination and return its value.
rPopLPush(Publisher<ReactiveListCommands.RPopLPushCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Remove the last element from list at ReactiveValkeyConnection.KeyCommand.getKey(), append it to ReactiveListCommands.RPopLPushCommand.getDestination() and return its value.
RPOPLPUSH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
rPush(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
rPush(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPush(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
rPush(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Append values to key.
rPush(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPush(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Append values to key.
rPush(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Append values to key.
RPUSH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
rPushX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
rPushX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPushX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
 
rPushX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyListCommands
Append values to key only if the list exists.
rPushX(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
rPushX(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Append values to key only if the list exists.
rPushX(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
Append values to key only if key already exists.
RPUSHX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
RUN_ID - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
 
RUNNING - Enum constant in enum class io.valkey.springframework.data.valkey.stream.Task.State
 

S

sAdd(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sAdd(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sAdd(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sAdd(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Add given values to set at key.
sAdd(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sAdd(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Add given values to set at key.
sAdd(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Add given value to set at key.
sAdd(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Add given values to set at key.
sAdd(Publisher<ReactiveSetCommands.SAddCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
SADD - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
samplePercentage() - Method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Returns the value of the samplePercentage record component.
SAT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy.Overflow
 
save() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
save() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
save() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Synchronous save current db snapshot on server.
save() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
save() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
save() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Synchronous save current db snapshot on server.
save(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
save(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Synchronous save current db snapshot on server.
save(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
save(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
save(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Synchronous save current db snapshot on server.
SAVE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.ShutdownOption
 
SAVE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
scan() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Use a Flux to iterate over keys.
scan() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Use a Flux to iterate over keys.
scan() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
scan() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
scan() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
scan() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyMap
 
scan() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
scan() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
 
scan() - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
 
scan(int) - Static method in class io.valkey.springframework.data.valkey.cache.BatchStrategies
A BatchStrategy using a SCAN cursors and potentially multiple DEL commands to remove all matching keys.
scan(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Use a Flux to iterate over entries in the hash at key.
scan(H, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Use a Cursor to iterate over entries in hash at key.
scan(H, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Use a Flux to iterate over entries in the hash at key given ScanOptions.
scan(ValkeyClusterNode, ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
scan(ValkeyClusterNode, ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
scan(ValkeyClusterNode, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterConnection
Use a Cursor to iterate over keys.
scan(ValkeyClusterNode, ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
scan(KeyScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Use a Flux to iterate over keys.
scan(KeyScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Use a Cursor to iterate over keys.
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
scan(ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Use a Flux to iterate over keys.
scan(ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterKeyCommands
 
scan(ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Use a Cursor to iterate over keys.
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Use a Cursor to iterate over entries in hash at the bound key.
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Use a Cursor to iterate over entries in set at key.
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Use a Cursor to iterate over entries in zset at the bound key.
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Use a Flux to iterate over keys.
scan(ScanOptions) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Use a Cursor to iterate over keys.
scan(ScanOptions) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
scan(ScanOptions) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
scan(ScanOptions) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
scan(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Use a Flux to iterate over entries in the set at key.
scan(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Use a Flux to iterate over entries in the sorted set at key.
scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Use a Flux to iterate over entries in the set at key given ScanOptions.
scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Use a Flux to iterate over entries in the sorted set at key given ScanOptions.
scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Use a Cursor to iterate over entries set at key.
scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Use a Cursor to iterate over entries zset at key.
SCAN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
ScanCursor<T> - Class in io.valkey.springframework.data.valkey.core
Valkey client agnostic Cursor implementation continuously loading additional results from Valkey server until reaching its starting point zero.
ScanCursor() - Constructor for class io.valkey.springframework.data.valkey.core.ScanCursor
Crates new ScanCursor with an initial cursor and ScanOptions.NONE
ScanCursor(long) - Constructor for class io.valkey.springframework.data.valkey.core.ScanCursor
Deprecated.
since 3.3.0 - Use ScanCursor(CursorId) instead.
ScanCursor(long, ScanOptions) - Constructor for class io.valkey.springframework.data.valkey.core.ScanCursor
Deprecated.
since 3.3.0 - Use ScanCursor(CursorId, ScanOptions) instead.
ScanCursor(Cursor.CursorId) - Constructor for class io.valkey.springframework.data.valkey.core.ScanCursor
ScanCursor(Cursor.CursorId, ScanOptions) - Constructor for class io.valkey.springframework.data.valkey.core.ScanCursor
Crates new ScanCursor
ScanCursor(ScanOptions) - Constructor for class io.valkey.springframework.data.valkey.core.ScanCursor
Crates new ScanCursor with an initial cursor.
ScanIteration<T> - Class in io.valkey.springframework.data.valkey.core
ScanIteration holds the values contained in Valkey Multibulk reply on exectuting SCAN command.
ScanIteration(long, Collection<T>) - Constructor for class io.valkey.springframework.data.valkey.core.ScanIteration
Deprecated.
since 3.3.0, use ScanIteration(CursorId, Collection) instead as cursorId can exceed Long.MAX_VALUE.
ScanIteration(Cursor.CursorId, Collection<T>) - Constructor for class io.valkey.springframework.data.valkey.core.ScanIteration
 
scanOptions() - Static method in class io.valkey.springframework.data.valkey.core.ScanOptions
Static factory method that returns a new ScanOptions.ScanOptionsBuilder.
scanOptions(DataType) - Static method in class io.valkey.springframework.data.valkey.core.KeyScanOptions
Static factory method that returns a new ScanOptions.ScanOptionsBuilder.
ScanOptions - Class in io.valkey.springframework.data.valkey.core
Options to be used for with SCAN commands.
ScanOptions.ScanOptionsBuilder - Class in io.valkey.springframework.data.valkey.core
 
sCard(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sCard(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sCard(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sCard(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Get size of set at key.
sCard(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sCard(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get size of set at key.
sCard(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Get size of set at key.
sCard(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
SCARD - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
score(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get the score of element with value from sorted set with key the bound key.
score(Object) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
score(Object) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Returns the score of the given element.
score(Object...) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get the scores of elements with values from sorted set with key the bound key.
score(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get the score of element with value from sorted set with key key.
score(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get the score of element with value from sorted set with key key.
score(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Get the scores of elements with values from sorted set with key key.
score(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get the scores of elements with values from sorted set with key key.
scoredValuesToTupleList() - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
scoreOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZIncrByCommand
scoreOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZMScoreCommand
scoreOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZScoreCommand
scoreOf(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZMScoreCommand
scoresWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZCountCommand
Creates a new ReactiveZSetCommands.ZCountCommand given a Range.
scoresWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Creates a new ReactiveZSetCommands.ZRangeByScoreCommand given a Range to obtain elements ordered from the lowest to the highest score.
scoresWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
scoreWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
Creates a new ReactiveZSetCommands.ZRangeStoreCommand given a Range to obtain elements ordered from the lowest to the highest score.
SCRIPT_EXISTS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
SCRIPT_FLUSH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
SCRIPT_KILL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
SCRIPT_LOAD - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
scriptBytes(ValkeyScript<?>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultReactiveScriptExecutor
 
scriptBytes(ValkeyScript<?>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultScriptExecutor
 
ScriptExecutor<K> - Interface in io.valkey.springframework.data.valkey.core.script
Executes ValkeyScripts
scriptExists(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
scriptExists(String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
Check if given scriptSha exist in script cache.
scriptExists(String...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
scriptExists(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
scriptExists(String...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
scriptExists(String...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyScriptingCommands
Check if given scriptShas exist in script cache.
scriptExists(List<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
Check if given scriptShas exist in script cache.
scriptFlush() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
scriptFlush() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
scriptFlush() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
Flush lua script cache.
scriptFlush() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
scriptFlush() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyScriptingCommands
Flush lua script cache.
scriptingCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
scriptingCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
scriptingCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
scriptingCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
scriptingCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
scriptingCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
scriptingCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
ScriptingException - Exception in io.valkey.springframework.data.valkey.core.script
RuntimeException thrown when issues occur with ValkeyScripts
ScriptingException(String) - Constructor for exception io.valkey.springframework.data.valkey.core.script.ScriptingException
Constructs a new ScriptingException instance.
ScriptingException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.core.script.ScriptingException
Constructs a new ScriptingException instance.
scriptKill() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
scriptKill() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
scriptKill() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
Kill current lua script execution.
scriptKill() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
scriptKill() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyScriptingCommands
Kill current lua script execution.
scriptLoad(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
scriptLoad(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
scriptLoad(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
 
scriptLoad(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyScriptingCommands
Load lua script into scripts cache, without executing it.
Execute the script by calling ValkeyScriptingCommands.evalSha(byte[], ReturnType, int, byte[]...).
scriptLoad(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
scriptLoad(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Load lua script into scripts cache, without executing it.
Execute the script by calling DefaultedValkeyConnection.evalSha(byte[], ReturnType, int, byte[]...).
scriptLoad(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
Load lua script into scripts cache, without executing it.
Execute the script by calling ReactiveScriptingCommands.evalSha(String, ReturnType, int, ByteBuffer...).
sDiff(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sDiff(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sDiff(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
 
sDiff(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sDiff(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Diff all sets for given keys.
sDiff(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sDiff(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Diff all sets for given keys.
sDiff(Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Returns the diff of the members of all given sets at keys.
sDiff(Publisher<ReactiveSetCommands.SDiffCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Returns the diff of the members of all given sets at ReactiveSetCommands.SInterCommand.getKeys().
SDIFF - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sDiffStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sDiffStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sDiffStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
 
sDiffStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sDiffStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Diff all sets for given keys and store result in destKey.
sDiffStore(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sDiffStore(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Diff all sets for given keys and store result in destKey.
sDiffStore(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Diff all given sets at keys and store result in destinationKey.
sDiffStore(Publisher<ReactiveSetCommands.SDiffStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Diff all given sets at keys and store result in destinationKey.
SDIFFSTORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
search(GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box.
search(GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given predicate applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius.
search(GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box.
search(K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box.
search(K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given predicate applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given predicate applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius.
search(K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius.
search(K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius applying ValkeyGeoCommands.GeoRadiusCommandArgs.
search(K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members within the boundaries of a given Circle.
search(K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members within the boundaries of a given Circle.
search(Circle) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members within the boundaries of a given Circle.
searchAndStore(K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box and store results at destKey.
searchAndStore(K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given predicate applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius and store results at destKey.
searchAndStore(K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box and store results at destKey.
searchAndStore(K, K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box and store results at destKey.
searchAndStore(K, K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given bounding box applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given predicate applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given predicate applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius and store results at destKey.
searchAndStore(K, K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius and store results at destKey.
searchAndStore(K, K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members using GeoReference as center of the query within the boundaries of a given radius applying ValkeyGeoCommands.GeoRadiusCommandArgs and store results at destKey.
searchAndStore(K, K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
Get the members within the boundaries of a given Circle and store results at destKey.
searchAndStore(K, K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
Get the members within the boundaries of a given Circle and store results at destKey.
searchAndStore(K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
Get the members within the boundaries of a given Circle and store results at destKey.
seconds(long) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
Creates a new Expiration in TimeUnit.SECONDS.
secondsToDuration(Long) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Convert the given nullable seconds to a Duration or null.
secondsToTimeUnit(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converts seconds to the given TimeUnit.
secondsToTimeUnit(TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Creates a new Converter to convert from seconds to the given TimeUnit.
select(int) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
select(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
select(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
select(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
select(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
select(int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConnectionCommands
Select the DB with given positive dbIndex.
select(int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
select(int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
SELECT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sentinel(ValkeyNode) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
sentinel(String, Integer) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
sentinelConfigurationToValkeyURI(ValkeySentinelConfiguration) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
SEPARATOR - Static variable in interface io.valkey.springframework.data.valkey.cache.CacheKeyPrefix
Default separator.
SerializationException - Exception in io.valkey.springframework.data.valkey.serializer
Generic exception indicating a serialization/deserialization error.
SerializationException(String) - Constructor for exception io.valkey.springframework.data.valkey.serializer.SerializationException
Constructs a new SerializationException instance.
SerializationException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.serializer.SerializationException
Constructs a new SerializationException instance.
SerializationUtils - Class in io.valkey.springframework.data.valkey.serializer
Utility class with various serialization-related methods.
SerializationUtils() - Constructor for class io.valkey.springframework.data.valkey.serializer.SerializationUtils
 
serialize(ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
Serialize key and field/value pairs with the given ValkeySerializer.
serialize(ValkeySerializer<? super S>, ValkeySerializer<? super K>, ValkeySerializer<? super V>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
Serialize key with the streamSerializer, field names with the fieldSerializer and values with the valueSerializer.
serialize(Object) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
 
serialize(Object) - Method in class io.valkey.springframework.data.valkey.serializer.JdkSerializationValkeySerializer
 
serialize(Object) - Method in class io.valkey.springframework.data.valkey.serializer.OxmSerializer
 
serialize(String) - Method in class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
 
serialize(T) - Method in class io.valkey.springframework.data.valkey.serializer.GenericToStringSerializer
 
serialize(T) - Method in class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
 
serialize(T) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Serialize the given object to binary data.
serializeCacheKey(String) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Serialize the given cache key.
serializeCacheValue(Object) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
Serialize the value to cache as an array of bytes.
serializeKeysWith(ValkeySerializationContext.SerializationPair<String>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Define the ValkeySerializationContext.SerializationPair used for de-/serializing cache keys.
serializer(ValkeySerializationContext.SerializationPair<T>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a key, hash key and hash value serializer.
serializer(ValkeySerializationContext<T, ?>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a key, hash key and hash value serializer.
serializer(ValkeySerializer<T>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a key, hash key and hash value serializer.
serializeValuesWith(ValkeySerializationContext.SerializationPair<?>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Define the ValkeySerializationContext.SerializationPair used for de-/serializing cache values.
serverCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
serverCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
serverCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
serverCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
serverCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
serverCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
serverCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
serverCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommandsProvider
serverCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
serverCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
serverCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
servesSlot(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
Determines whether this ValkeyClusterNode manages the identified slot in the cluster.
serving(ValkeyClusterNode.SlotRange) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
SessionCallback<T> - Interface in io.valkey.springframework.data.valkey.core
Callback executing all operations against a surrogate 'session' (basically against the same underlying Valkey connection).
set(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
set(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
set(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
set(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set value for key.
set(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
set(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
set(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
set(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set value for key applying timeouts from expiration if set and inserting/updating values depending on option.
set(double) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Set to the given value.
set(int) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Set to the given value.
set(int, E) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
set(long) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Set to the given value.
set(long, V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Set the value list element at index.
set(BitFieldSubCommands.BitFieldSet) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Create new BitFieldSubCommands adding given BitFieldSubCommands.BitFieldSet to the sub commands.
set(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
Obtain a new BitFieldSubCommands.BitFieldSetBuilder for creating and adding a BitFieldSubCommands.BitFieldSet sub command.
set(String, Object) - Method in class io.valkey.springframework.data.valkey.core.PartialUpdate
Set the value of a simple or complex value reachable via given path.
set(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
set(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set value for key.
set(String, String, Expiration, ValkeyStringCommands.SetOption) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
set(String, String, Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set value for key applying timeouts from expiration if set and inserting/updating values depending on option.
set(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
Creates a new ReactiveStringCommands.SetCommand given a key.
set(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set value for key.
set(ByteBuffer, ByteBuffer, Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set value for key with expiration and options.
set(K, long, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Set the value list element at index.
set(K, long, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Set the value list element at index.
set(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set value for key.
set(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set value for key.
set(K, V, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Overwrite parts of key starting at the specified offset with given value.
set(K, V, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Overwrite parts of key starting at the specified offset with given value.
set(K, V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set the value and expiration timeout for key.
set(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set the value and expiration timeout for key.
set(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set the value and expiration timeout for key.
set(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set each and every item separately by invoking ReactiveStringCommands.SetCommand.
set(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set value for the bound key.
set(V, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Overwrite parts of the bound key starting at the specified offset with given value.
set(V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the value and expiration timeout for the bound key.
set(V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the value and expiration timeout for the bound key.
SET - Enum constant in enum class io.valkey.springframework.data.valkey.connection.DataType
 
SET - Enum constant in enum class io.valkey.springframework.data.valkey.core.PartialUpdate.UpdateCommand
 
SET - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
SET - Enum constant in enum class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean.CollectionType
 
SET_ID - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand.GroupCommandAction
 
SET_IF_ABSENT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
NX
SET_IF_PRESENT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
XX
setAlphabetic(Boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
setApplicationContext(ApplicationContext) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class io.valkey.springframework.data.valkey.listener.KeyExpirationEventMessageListener
 
setAutoStartup(boolean) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Configure if this Lifecycle connection factory should get started automatically by the container at the time that the containing ApplicationContext gets refreshed.
setAutoStartup(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Configure if this Lifecycle connection factory should get started automatically by the container at the time that the containing ApplicationContext gets refreshed.
setAutoStartup(boolean) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Configure if this Lifecycle connection factory should get started automatically by the container.
setBeanClassLoader(ClassLoader) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets the ClassLoader to be used for the default JdkSerializationValkeySerializer in case no other ValkeySerializer is explicitly set as the default one.
setBeanClassLoader(ClassLoader) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
setBeanFactory(BeanFactory) - Method in class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
 
setBeanFactory(BeanFactory) - Method in class io.valkey.springframework.data.valkey.serializer.GenericToStringSerializer
 
setBeanName(String) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
 
setBeanName(String) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
 
setBeanResolver(BeanResolver) - Method in class io.valkey.springframework.data.valkey.core.convert.SpelIndexResolver
Allows setting the BeanResolver
setBit(byte[], long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
setBit(byte[], long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setBit(byte[], long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
setBit(byte[], long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Sets the bit at offset in value stored at key.
setBit(String, long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setBit(String, long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Sets the bit at offset in value stored at key.
setBit(ByteBuffer, long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Sets the bit at offset in value stored at key and return the original value.
setBit(K, long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Sets the bit at offset in value stored at key.
setBit(K, long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Sets the bit at offset in value stored at key.
setBit(Publisher<ReactiveStringCommands.SetBitCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Sets the bit at offset in value stored at key and return the original value.
SETBIT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
setByPattern(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
setClientName(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
setClientName(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setClientName(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
setClientName(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
setClientName(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Assign given name to current connection.
setClientName(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setClientName(String) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the client name using JedisClientConfiguration.
setClientName(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
configure the client name using LettuceClientConfiguration.
setClientName(String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Assign given name to current connection.
setClientName(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Assign given name to current connection.
setClientResources(ClientResources) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure ClientResources using LettuceClientConfiguration.
setClusterNodes(Iterable<ValkeyNode>) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
Set cluster nodes to connect to.
setCommand(RedisCommand<?, ?, ?>) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.LettuceObservationContext
Deprecated.
 
setCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
setCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
setCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
setCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
setCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
setCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
setCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
setCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
setCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
setConfig(ValkeyClusterNode, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
setConfig(ValkeyClusterNode, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Set server configuration for param to value.
setConfig(ValkeyClusterNode, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
setConfig(ValkeyClusterNode, String, String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
setConfig(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
setConfig(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setConfig(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Set server configuration for param to value.
setConfig(String, String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
setConfig(String, String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
setConfig(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Set server configuration for param to value.
setConnectionFactory(ValkeyConnectionFactory) - Method in class io.valkey.springframework.data.valkey.core.ValkeyAccessor
Sets the factory used to acquire connections and perform operations on the connected Valkey instance.
setConnectionFactory(ValkeyConnectionFactory) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
 
setConversionService(ConversionService) - Method in class io.valkey.springframework.data.valkey.serializer.GenericToStringSerializer
Set the ConversionService to be used.
SetConverter<S,T> - Class in io.valkey.springframework.data.valkey.connection.convert
Converts a Set of values of one type to a Set of values of another type preserving item order.
SetConverter(Converter<S, T>) - Constructor for class io.valkey.springframework.data.valkey.connection.convert.SetConverter
 
setConvertPipelineAndTxResults(boolean) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
Specifies if pipelined results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
Specifies if pipelined and transaction results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Specifies if pipelined and transaction results should be converted to the expected data type.
setCustomConversions(CustomConversions) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
Set CustomConversions to be applied.
setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the database index using ValkeyStandaloneConfiguration or ValkeySentinelConfiguration.
setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
setDatabase(int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithDatabaseIndex
Set the database index to use.
setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
setDefaultListenerMethod(String) - Method in class io.valkey.springframework.data.valkey.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(ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets the default serializer to use for this template.
setDelegate(Object) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Set a target object to delegate message listening to.
setDeserializePipelineAndTxResults(boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
Specifies if pipelined and tx results should be deserialized to Strings.
setEagerInitialization(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Enables eager initialization of shared connections.
setEarlyStartup(boolean) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Configure if this InitializingBean's component Lifecycle should get started early by JedisConnectionFactory.afterPropertiesSet() at the time that the bean is initialized.
setEarlyStartup(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Configure if this InitializingBean's component Lifecycle should get started early by LettuceConnectionFactory.afterPropertiesSet() at the time that the bean is initialized.
setEarlyStartup(boolean) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Configure if this InitializingBean's component Lifecycle should get started early by ValkeyGlideConnectionFactory.afterPropertiesSet() at the time that the bean is initialized.
setEnableDefaultSerializer(boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Configure whether the default serializer should be used or not.
setEnableKeyspaceEvents(ValkeyKeyValueAdapter.EnableKeyspaceEvents) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
setEnableTransactionSupport(boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets whether this template participates in ongoing transactions using MULTI...EXEC|DISCARD to keep track of operations.
setEndpoint(Tracing.Endpoint) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.observability.LettuceObservationContext
Deprecated.
 
setErrorHandler(ErrorHandler) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.
setEx(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
setEx(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setEx(byte[], long, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
setEx(byte[], long, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set the value and expiration in seconds for key.
setEx(String, long, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setEx(String, long, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set the value and expiration in seconds for key.
setEX(ByteBuffer, ByteBuffer, Expiration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set key value pair and Expiration.
setEX(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set key value pairs and Expiration.
SETEX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
setExecutor(AsyncTaskExecutor) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Configures the executor used to execute commands asynchronously across the cluster.
setExecutor(AsyncTaskExecutor) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Configures the executor used to execute commands asynchronously across the cluster.
setExecutor(AsyncTaskExecutor) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Set the AsyncTaskExecutor to use for asynchronous command execution.
setExposeConnection(boolean) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets whether the underlying ValkeyConnection should be directly exposed to the ValkeyCallback code.
setGet(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
setGet(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setGet(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
setGet(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set value for key.
setGet(ByteBuffer, ByteBuffer, Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set value for key with expiration and options.
setGet(K, V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set the value and expiration timeout for key.
setGet(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set the value and expiration timeout for key.
setGet(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set the value and expiration timeout for key.
setGet(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set each and every item separately by invoking ReactiveStringCommands.SetCommand.
setGet(V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the value and expiration timeout for the bound key.
setGet(V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the value and expiration timeout for the bound key.
setGetPattern(byte[][]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
setHashKeySerializer(ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets the hash key (or field) serializer to be used by this template.
setHashValueSerializer(ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets the hash value serializer to be used by this template.
setHostName(String) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the hostname using ValkeyStandaloneConfiguration.
setHostName(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the hostname using ValkeyStandaloneConfiguration.
setHostName(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithHostAndPort
Set the Valkey server hostname
setHostName(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
setId(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
setId(String) - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
Set the id to be used as part of the key.
setIfAbsent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set key to hold the string value if key is absent.
setIfAbsent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set key to hold the string value if key is absent.
setIfAbsent(K, V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set key to hold the string value and expiration timeout if key is absent.
setIfAbsent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set key to hold the string value and expiration timeout if key is absent.
setIfAbsent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set key to hold the string value and expiration timeout if key is absent.
setIfAbsent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the bound key to hold the string value if the bound key is absent.
setIfAbsent(V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the bound key to hold the string value and expiration timeout if the bound key is absent.
setIfAbsent(V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set bound key to hold the string value and expiration timeout if the bound key is absent.
setIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set key to hold the string value if key is present.
setIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set key to hold the string value if key is present.
setIfPresent(K, V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set key to hold the string value and expiration timeout if key is present.
setIfPresent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Set key to hold the string value and expiration timeout if key is present.
setIfPresent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Set key to hold the string value and expiration timeout if key is present.
setIfPresent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the bound key to hold the string value if the bound key is present.
setIfPresent(V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the bound key to hold the string value and expiration timeout if the bound key is present.
setIfPresent(V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Set the bound key to hold the string value and expiration timeout if the bound key is present.
setIndexResolver(IndexResolver) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
setKey(String) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
Sets the key of the store.
setKeySerializer(ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets the key serializer to be used by this template.
setKeyspace(String) - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
setKeyspaceNotificationsConfigParameter(String) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Configure the notify-keyspace-events property if not already set.
setKeyspaceNotificationsConfigParameter(String) - Method in class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
Set the configuration string to use for notify-keyspace-events.
setLimit(SortParameters.Range) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
setLocation(Resource) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
setMarshaller(Marshaller) - Method in class io.valkey.springframework.data.valkey.serializer.OxmSerializer
 
setMaster(NamedNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Set the master node.
setMaster(NamedNode) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
setMaster(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Set the name of the master node.
setMaxRedirects(int) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
Set the maximum number of redirects to follow on MOVED or ASK.
setMaxRedirects(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
setMaxSize(int) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
Sets the maximum size of the (capped) list.
setMaxSubscriptionRegistrationWaitingTime(long) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Specify the max time to wait for subscription registrations, in milliseconds The default is 2000ms, that is, 2 second.
setMessageListenerContainer(ValkeyMessageListenerContainer) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Configure a ValkeyMessageListenerContainer to listen for Keyspace expiry events.
setMessageListeners(Map<? extends MessageListener, Collection<? extends Topic>>) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Attaches the given listeners (and their topics) to the container.
setName(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
setNX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
setNX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setNX(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
setNX(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Set value for key, only if key does not exist.
setNX(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setNX(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Set value for key, only if key does not exist.
setNX(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set value for key, only if key does not exist.
setNX(Publisher<ReactiveStringCommands.SetCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Set key value pairs, only if key does not exist.
SETNX - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
setObjectMapper(ObjectMapper) - Method in class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.0, use constructor creation to configure the object mapper.
SetOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Valkey set specific operations.
setOrder(SortParameters.Order) - Method in class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
 
setPassword(char[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
Create and set a ValkeyPassword for given String.
setPassword(ValkeyPassword) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
setPassword(ValkeyPassword) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
Create and set a ValkeyPassword for given String.
setPassword(ValkeyPassword) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
setPassword(ValkeyPassword) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
setPassword(ValkeyPassword) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
setPassword(ValkeyPassword) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
setPassword(String) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
setPassword(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
setPassword(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
Create and set a ValkeyPassword for given String.
setPhase(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Specify the lifecycle phase for pausing and resuming this executor.
setPhase(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Specify the lifecycle phase for pausing and resuming this executor.
setPhase(int) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Specify the lifecycle phase for pausing and resuming this executor.
setPipeliningFlushPolicy(LettuceConnection.PipeliningFlushPolicy) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
Configures the flushing policy when using pipelining.
setPipeliningFlushPolicy(LettuceConnection.PipeliningFlushPolicy) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Configures the flushing policy when using pipelining.
setPoolConfig(JedisPoolConfig) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure JedisPoolConfig using JedisClientConfiguration.
setPort(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the port using ValkeyStandaloneConfiguration.
setPort(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the port using ValkeyStandaloneConfiguration.
setPort(int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithHostAndPort
Set the Valkey server port.
setPort(int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
setQuorum(Long) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
 
setRange(byte[], byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
setRange(byte[], byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setRange(byte[], byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
setRange(byte[], byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Overwrite parts of key starting at the specified offset with given value.
setRange(String, String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
setRange(String, String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Overwrite parts of key starting at the specified offset with given value.
setRange(ByteBuffer, ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Overwrite parts of key starting at the specified offset with given value.
setRange(Publisher<ReactiveStringCommands.SetRangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Overwrite parts of ReactiveValkeyConnection.KeyCommand.key starting at the specified offset with given ReactiveStringCommands.SetRangeCommand.value.
SETRANGE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
setRecoveryBackoff(BackOff) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Specify the interval BackOff recovery attempts.
setRecoveryInterval(long) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Specify the interval between recovery attempts, in milliseconds.
setReferenceResolver(ReferenceResolver) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
setResultType(Class<T>) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
sets(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZDiffCommand
Creates a new ReactiveZSetCommands.ZDiffCommand given a Collection of keys.
sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
Creates a new ReactiveZSetCommands.ZAggregateCommand given a List of keys.
sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
Creates a new ReactiveZSetCommands.ZAggregateStoreCommand given a List of keys.
sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
Creates a new ReactiveZSetCommands.ZInterStoreCommand given a List of keys.
sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
Creates a new ReactiveZSetCommands.ZUnionStoreCommand given a List of keys.
setScriptExecutor(ScriptExecutor<K>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
setScriptSource(ScriptSource) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
setScriptText(String) - Method in class io.valkey.springframework.data.valkey.core.script.DefaultValkeyScript
 
setSentinelConfiguration(ValkeySentinelConfiguration) - Method in class io.valkey.springframework.data.valkey.connection.AbstractValkeyConnection
 
setSentinelPassword(char[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Create and set a ValkeyPassword to be used when authenticating with Valkey Sentinel from the given Character sequence.
setSentinelPassword(ValkeyPassword) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Set a ValkeyPassword to be used when authenticating with Valkey Sentinel.
setSentinelPassword(ValkeyPassword) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
setSentinelPassword(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Create and set a ValkeyPassword to be used when authenticating with Valkey Sentinel from the given String.
setSentinels(Iterable<ValkeyNode>) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
Set Sentinels to connect to.
setSentinelUsername(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
Create and set a username with the given String.
setSentinelUsername(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
setSerializer(ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Set the serializer that will convert incoming raw Valkey messages to listener method arguments.
setShadowCopy(ValkeyKeyValueAdapter.ShadowCopy) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Configure storage of phantom keys (shadow copies) of expiring entities.
setShareNativeConnection(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Enables multiple LettuceConnections to share a single native connection.
setShutdownTimeout(long) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the shutdown timeout using LettuceClientConfiguration.
setSocket(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithDomainSocket
Set the socket.
setSocket(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
setStartTls(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure StartTLS using LettuceClientConfiguration.
setStatus(boolean) - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
Indicates if this result is the status of an operation.
setStringSerializer(ValkeySerializer<String>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets the string value serializer to be used by this template (when the arguments or return types are always strings).
setStringSerializer(ValkeySerializer<String>) - Method in class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
Sets the serializer used for converting the channel/pattern to a String.
setSubscriptionExecutor(Executor) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Sets the task execution used for subscribing to Valkey channels.
setTaskExecutor(Executor) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Sets the task executor used for running the message listeners when messages are received.
setTemplate(ValkeyTemplate<String, ?>) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
Sets the template used by the resulting store.
setTimeout(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the timeout using JedisClientConfiguration.
setTimeout(long) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure the timeout using LettuceClientConfiguration.
setTimeToLive(Long) - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
setTimeToLive(Long) - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
Set the time before expiration in TimeUnit.SECONDS.
setTimeToLive(Long, TimeUnit) - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
Set the time before expiration converting the given arguments to TimeUnit.SECONDS.
setTimeToLivePropertyName(String) - Method in class io.valkey.springframework.data.valkey.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
setTopicSerializer(ValkeySerializer<String>) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Sets the serializer for converting the Topics into low-level channels and patterns.
setType(ValkeyCollectionFactoryBean.CollectionType) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
Sets the store type.
setTypeConverter(TypeConverter) - Method in class io.valkey.springframework.data.valkey.serializer.GenericToStringSerializer
Set the TypeConverter to be used.
setUnmarshaller(Unmarshaller) - Method in class io.valkey.springframework.data.valkey.serializer.OxmSerializer
 
setUsePool(boolean) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure pooling usage with JedisClientConfiguration.
setUsername(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
 
setUsername(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
Create and set a username with the given String.
setUsername(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
 
setUsername(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
 
setUsername(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
 
setUsername(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
 
setUseSsl(boolean) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
Deprecated.
since 2.0, configure the SSL usage with JedisClientConfiguration.
setUseSsl(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure SSL usage using LettuceClientConfiguration.
setValidateConnection(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Enables validation of the shared native Lettuce connection on calls to LettuceConnectionFactory.getConnection().
setValueSerializer(ValkeySerializer<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Sets the value serializer to be used by this template.
setValueTransformer(IndexValueTransformer) - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
setVerifyPeer(boolean) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Deprecated.
since 2.0, configure peer verification using LettuceClientConfiguration.
sha1DigestAsHex(String) - Static method in class io.valkey.springframework.data.valkey.core.script.DigestUtils
Returns the SHA1 of the provided data
shadowCopy() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configuration flag controlling storage of phantom keys (shadow copies) of expiring entities to read them later when publishing keyspace events.
shouldBeAutoGenerated() - Method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
 
shouldUseCachedValue() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider
Deprecated, for removal: This API element is subject to removal in a future version.
shouldUseCachedValue(JedisClusterConnection.JedisClusterTopology) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider
shutdown() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
shutdown() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
shutdown() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
shutdown() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
shutdown() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Shutdown server.
shutdown(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
shutdown(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
shutdown(ValkeyClusterNode) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
shutdown(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.core.ClusterOperations
Shutdown given node.
shutdown(ValkeyServerCommands.ShutdownOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
shutdown(ValkeyServerCommands.ShutdownOption) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
shutdown(ValkeyServerCommands.ShutdownOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
shutdown(ValkeyServerCommands.ShutdownOption) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
shutdown(ValkeyServerCommands.ShutdownOption) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Shutdown server.
SHUTDOWN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
shutdownQuietPeriod(Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure the shutdown quiet period.
shutdownQuietPeriod(Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
shutdownTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure a shutdown timeout.
shutdownTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
signed(int) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
simple() - Static method in interface io.valkey.springframework.data.valkey.cache.CacheKeyPrefix
Creates a default CacheKeyPrefix scheme that prefixes cache keys with the name of the cache followed by double colons.
SimpleIndexDefinition - Class in io.valkey.springframework.data.valkey.core.index
PathBasedValkeyIndexDefinition for including property values in a secondary index.
SimpleIndexDefinition(String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.SimpleIndexDefinition
SimpleIndexDefinition(String, String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.SimpleIndexDefinition
SimpleIndexedPropertyValue - Class in io.valkey.springframework.data.valkey.core.convert
IndexedData implementation indicating storage of data within a Valkey Set.
SimpleIndexedPropertyValue(String, String, Object) - Constructor for class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
singleValue() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRandMembersCommand
Creates a new ReactiveSetCommands.SRandMembersCommand to retrieve one random member.
singleValue() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRandMemberCommand
Creates a new ReactiveZSetCommands.ZRandMemberCommand to retrieve one random member.
sInter(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sInter(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sInter(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
 
sInter(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sInter(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Returns the members intersecting all given sets at keys.
sInter(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sInter(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Returns the members intersecting all given sets at keys.
sInter(Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Returns the members intersecting all given sets at keys.
sInter(Publisher<ReactiveSetCommands.SInterCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Returns the members intersecting all given sets at ReactiveSetCommands.SInterCommand.getKeys().
SINTER - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sInterStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sInterStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sInterStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
 
sInterStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sInterStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Intersect all given sets at keys and store result in destKey.
sInterStore(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sInterStore(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Intersect all given sets at keys and store result in destKey.
sInterStore(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Intersect all given sets at keys and store result in destinationKey.
sInterStore(Publisher<ReactiveSetCommands.SInterStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Intersect all given sets at keys and store result in destinationKey.
SINTERSTORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sismember(ValkeyOperationChain.PathAndValue) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
sismember(String, Object) - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
sIsMember(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sIsMember(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sIsMember(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sIsMember(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Check if set at key contains value.
sIsMember(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sIsMember(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Check if set at key contains value.
sIsMember(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Check if set at key contains value.
sIsMember(Publisher<ReactiveSetCommands.SIsMemberCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
SISMEMBER - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
size() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
 
size() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
Returns the number of StreamInfo.XInfoConsumer available.
size() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
Returns the number of StreamInfo.XInfoGroup available.
size() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
size() - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
 
size() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Get size of hash at the bound key.
size() - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Get the size of list stored at the bound key.
size() - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Get size of set at the bound key.
size() - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Get the length of a stream.
size() - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
Get the length of the value stored at the bound key.
size() - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Returns the number of elements of the sorted set stored with given the bound key.
size() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
 
size() - Method in record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
 
size() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
size() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
size() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
size() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
size() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
size(H) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get size of hash at key.
size(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get size of hash at key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Get the size of list stored at key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Get the size of list stored at key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Get size of set at key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Get the length of a stream.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
Get the length of the value stored at key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Returns the number of elements of the sorted set stored with given key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Get size of set at key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Get the length of a stream.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
Get the length of the value stored at key.
size(K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Returns the number of elements of the sorted set stored with given key.
size(K...) - Method in interface io.valkey.springframework.data.valkey.core.HyperLogLogOperations
Gets the current number of elements within the key.
size(K...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHyperLogLogOperations
Gets the current number of elements within the key.
SIZE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
SKIPLIST - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Encoding for sorted sets of any size.
skipped() - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
SLAVEOF - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
slaves(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
 
SLOT_COUNT - Static variable in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
 
SlotRange(Integer, Integer) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
 
SlotRange(BitSet) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
 
SlotRange(Collection<Integer>) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
 
SLOTS_ASSIGNED - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
SLOTS_FAIL - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
SLOTS_OK - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
SLOTS_PFAIL - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
SLOWLOG - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sMembers(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sMembers(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sMembers(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sMembers(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Get all elements of set at key.
sMembers(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sMembers(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get all elements of set at key.
sMembers(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Get all elements of set at key.
sMembers(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
SMEMBERS - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sMIsMember(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sMIsMember(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sMIsMember(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sMIsMember(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Check if set at key contains one or more values.
sMIsMember(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sMIsMember(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Check if set at key contains one or more values.
sMIsMember(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Check if set at key contains one or more values.
sMIsMember(Publisher<ReactiveSetCommands.SMIsMemberCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
sMove(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sMove(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sMove(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
 
sMove(byte[], byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sMove(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Move value from srcKey to destKey
sMove(String, String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sMove(String, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Move value from srcKey to destKey
sMove(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Move value from sourceKey to destinationKey
sMove(Publisher<ReactiveSetCommands.SMoveCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
SMOVE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sort(byte[], SortParameters) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sort(byte[], SortParameters) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sort(byte[], SortParameters) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
sort(byte[], SortParameters) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Sort the elements for key.
sort(byte[], SortParameters, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sort(byte[], SortParameters, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sort(byte[], SortParameters, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterKeyCommands
 
sort(byte[], SortParameters, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
sort(byte[], SortParameters, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Sort the elements for key and store result in storeKey.
sort(SortQuery<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Sort the elements for query.
sort(SortQuery<K>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
sort(SortQuery<K>, BulkMapper<T, S>, ValkeySerializer<S>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Sort the elements for query applying BulkMapper and ValkeySerializer.
sort(SortQuery<K>, BulkMapper<T, S>, ValkeySerializer<S>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
sort(SortQuery<K>, BulkMapper<T, V>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Sort the elements for query applying BulkMapper.
sort(SortQuery<K>, BulkMapper<T, V>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
sort(SortQuery<K>, ValkeySerializer<T>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Sort the elements for query applying ValkeySerializer.
sort(SortQuery<K>, ValkeySerializer<T>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
sort(SortQuery<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Sort the elements for query and store result in storeKey.
sort(SortQuery<K>, K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
sort(String, SortParameters) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sort(String, SortParameters) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Sort the elements for key.
sort(String, SortParameters, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sort(String, SortParameters, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Sort the elements for key and store result in storeKey.
sort(K) - Static method in class io.valkey.springframework.data.valkey.core.query.SortQueryBuilder
 
sort(Sort.Direction) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the distance sort Sort.Direction.
sort(Sort.Direction) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the distance sort Sort.Direction.
sort(Sort.Direction) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
Apply a sort direction.
sort(Sort.Direction) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
Apply a sort direction.
sort(Sort.Direction) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
Apply a sort direction.
SORT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sortAscending() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
Sort returned items from the nearest to the furthest, relative to the center.
sortAscending() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
Sort returned items from the nearest to the furthest, relative to the center.
sortAscending() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
Sort returned items from the nearest to the furthest, relative to the center.
SortCriterion<K> - Interface in io.valkey.springframework.data.valkey.core.query
Internal interface part of the Sort DSL.
sortDescending() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
Sort returned items from the furthest to the nearest, relative to the center.
sortDescending() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
Sort returned items from the furthest to the nearest, relative to the center.
sortDescending() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
Sort returned items from the furthest to the nearest, relative to the center.
sortDirection - Variable in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
 
SortParameters - Interface in io.valkey.springframework.data.valkey.connection
Entity containing the parameters for the SORT operation.
SortParameters.Order - Enum Class in io.valkey.springframework.data.valkey.connection
Sorting order.
SortParameters.Range - Class in io.valkey.springframework.data.valkey.connection
Utility class wrapping the 'LIMIT' setting.
SortQuery<K> - Interface in io.valkey.springframework.data.valkey.core.query
High-level abstraction over a Valkey SORT (generified equivalent of SortParameters).
SortQueryBuilder<K> - Class in io.valkey.springframework.data.valkey.core.query
Simple builder class for constructing SortQuery.
sourceKeys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZDiffStoreCommand
Creates a new ReactiveZSetCommands.ZDiffStoreCommand given a Collection of keys.
SpelIndexDefinition - Class in io.valkey.springframework.data.valkey.core.index
SpelIndexDefinition defines index that is evaluated based on a SpelExpression requires the SpelIndexResolver to be evaluated.
SpelIndexDefinition(String, String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.SpelIndexDefinition
Creates new SpelIndexDefinition.
SpelIndexResolver - Class in io.valkey.springframework.data.valkey.core.convert
An IndexResolver that resolves IndexedData using a SpelExpressionParser.
SpelIndexResolver(ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.convert.SpelIndexResolver
Creates a new instance using a default SpelExpressionParser.
SpelIndexResolver(ValkeyMappingContext, SpelExpressionParser) - Constructor for class io.valkey.springframework.data.valkey.core.convert.SpelIndexResolver
Creates a new instance
split(byte[], int) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Split source into partitioned arrays using delimiter c.
sPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sPop(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sPop(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Remove and return a random member from set at key.
sPop(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sPop(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sPop(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sPop(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Remove and return count random members from set at key.
sPop(ReactiveSetCommands.SPopCommand) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Remove and return a random member from set at key.
sPop(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sPop(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return a random member from set at key.
sPop(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sPop(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return count random members from set at key.
sPop(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Remove and return a random member from set at key.
sPop(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Remove and return count random members from set at key.
sPop(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Remove and return a random member from set at ReactiveValkeyConnection.KeyCommand.getKey()
SPOP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sRandMember(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sRandMember(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sRandMember(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sRandMember(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Get random element from set at key.
sRandMember(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sRandMember(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sRandMember(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sRandMember(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Get count random elements from set at key.
sRandMember(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sRandMember(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get random element from set at key.
sRandMember(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sRandMember(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get count random elements from set at key.
sRandMember(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Get random element from set at key.
sRandMember(ByteBuffer, Long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Get count random elements from set at key.
sRandMember(Publisher<ReactiveSetCommands.SRandMembersCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
SRANDMEMBER - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sRem(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sRem(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sRem(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sRem(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Remove given values from set at key and return the number of removed elements.
sRem(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sRem(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove given values from set at key and return the number of removed elements.
sRem(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Remove given value from set at key and return the number of removed elements.
sRem(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Remove given values from set at key and return the number of removed elements.
sRem(Publisher<ReactiveSetCommands.SRemCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
SREM - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sScan(byte[], ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sScan(byte[], ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sScan(byte[], ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sScan(byte[], ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Use a Cursor to iterate over elements in set at key.
sScan(String, ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sScan(String, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Use a Cursor to iterate over elements in set at key.
sScan(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Use a Flux to iterate over members in the set at key.
sScan(ByteBuffer, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Use a Flux to iterate over members in the set at key given ScanOptions.
sScan(Publisher<ReactiveValkeyConnection.KeyScanCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Use a Flux to iterate over members in the set at key.
SSCAN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sslParameters(SSLParameters) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
sslParameters(SSLParameters) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
sslSocketFactory(SSLSocketFactory) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
sslSocketFactory(SSLSocketFactory) - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
STABLE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands.AddSlots
 
STABLE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands.AddSlots
 
start() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
start() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
start() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Initializes the factory, starting it.
start() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
start() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Startup the container and subscribe to topics if listeners were registered prior to starting the container.
STARTING - Enum constant in enum class io.valkey.springframework.data.valkey.stream.Task.State
 
startsWith(byte[], byte[]) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Tests if the haystack starts with the given prefix.
startsWith(byte[], byte[], int) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
Tests if the haystack beginning at the specified offset starts with the given prefix.
startTls() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Enable Start TLS to send the first bytes unencrypted.
startTls() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
STATE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
 
stateChanges() - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
stateOf(K) - Method in class io.valkey.springframework.data.valkey.core.ExpireChanges
 
STATUS - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReturnType
Returned as byte[]
stop() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
stop() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
stop() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Stops the factory.
stop() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
stop() - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Stop the message listener container and cancel any subscriptions if the container is listening.
stop(Runnable) - Method in class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
Stop the message listener container and cancel any subscriptions if the container is listening.
store(String, byte[], byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Store the given key/value pair asynchronously to Valkey and set the expiration time if defined.
storeAs(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
Applies the key at which the result is stored.
storeAs(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZDiffStoreCommand
Applies the key at which the result is stored.
storeAs(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies the key at which the result is stored.
storeAs(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
NOTE: STORE option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
NOTE: STORE option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
Sets the geoset destKey.
storeAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SDiffStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionStoreCommand
Applies the key at which the result is stored.
storeDist() - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs.GeoCommandFlag
 
STOREDIST - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs.Flag
 
storeDistance() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
Sets the ValkeyGeoCommands.GeoRadiusCommandArgs.Flag.STOREDIST flag to also store the distance of the returned items from the specified center.
storeDistAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
NOTE: STOREDIST option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeDistAt(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
NOTE: STOREDIST option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storedWithin(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZIncrByCommand
Applies the key.
storedWithin(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRankCommand
Applies the key.
storeToXML(OutputStream, String) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
storeToXML(OutputStream, String, String) - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
stream() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
Returns a sequential Stream of StreamInfo.XInfoConsumer.
stream() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
Returns a sequential Stream of StreamInfo.XInfoGroup.
stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AcknowledgeCommand
stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.DeleteCommand
stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.RangeCommand
Creates a new ReactiveStreamCommands.RangeCommand given a key.
stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.TrimCommand
STREAM - Enum constant in enum class io.valkey.springframework.data.valkey.connection.DataType
 
streamCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
streamCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
streamCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
streamCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
streamCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
streamCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
streamCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
streamCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
StreamInfo - Class in io.valkey.springframework.data.valkey.connection.stream
 
StreamInfo() - Constructor for class io.valkey.springframework.data.valkey.connection.stream.StreamInfo
 
StreamInfo.XInfoConsumer - Class in io.valkey.springframework.data.valkey.connection.stream
 
StreamInfo.XInfoConsumers - Class in io.valkey.springframework.data.valkey.connection.stream
 
StreamInfo.XInfoGroup - Class in io.valkey.springframework.data.valkey.connection.stream
 
StreamInfo.XInfoGroups - Class in io.valkey.springframework.data.valkey.connection.stream
Value object holding general information about consumer groups associated with a Valkey Stream.
StreamInfo.XInfoObject - Class in io.valkey.springframework.data.valkey.connection.stream
 
StreamInfo.XInfoStream - Class in io.valkey.springframework.data.valkey.connection.stream
Value object holding general information about a Valkey Stream.
streamLength() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoStream
Total number of element in the stream.
StreamListener<K,V extends Record<K,?>> - Interface in io.valkey.springframework.data.valkey.stream
Listener interface to receive delivery of messages.
StreamMessageListenerContainer<K,V extends Record<K,?>> - Interface in io.valkey.springframework.data.valkey.stream
Abstraction used by the framework representing a message listener container.
StreamMessageListenerContainer.ConsumerStreamReadRequest<K> - Class in io.valkey.springframework.data.valkey.stream
Request to read a Valkey Stream with a Consumer.
StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder<K> - Class in io.valkey.springframework.data.valkey.stream
StreamMessageListenerContainer.StreamMessageListenerContainerOptions<K,V extends Record<K,?>> - Class in io.valkey.springframework.data.valkey.stream
StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder<K,V extends Record<K,?>> - Class in io.valkey.springframework.data.valkey.stream
StreamMessageListenerContainer.StreamReadRequest<K> - Class in io.valkey.springframework.data.valkey.stream
Request to read a Valkey Stream.
StreamMessageListenerContainer.StreamReadRequestBuilder<K> - Class in io.valkey.springframework.data.valkey.stream
StreamOffset<K> - Class in io.valkey.springframework.data.valkey.connection.stream
Value object representing a Stream Id with its offset.
StreamOperations<K,HK,HV> - Interface in io.valkey.springframework.data.valkey.core
Valkey stream specific operations.
StreamReadOptions - Class in io.valkey.springframework.data.valkey.connection.stream
Options for reading messages from a Valkey Stream.
StreamReceiver<K,V extends Record<K,?>> - Interface in io.valkey.springframework.data.valkey.stream
A receiver to consume Valkey Streams using reactive infrastructure.
StreamReceiver.StreamReceiverOptions<K,V extends Record<K,?>> - Class in io.valkey.springframework.data.valkey.stream
Options for StreamReceiver.
StreamReceiver.StreamReceiverOptionsBuilder<K,V extends Record<K,?>> - Class in io.valkey.springframework.data.valkey.stream
StreamRecords - Class in io.valkey.springframework.data.valkey.connection.stream
StreamRecords provides utilities to create specific Record instances.
StreamRecords.RecordBuilder<S> - Class in io.valkey.springframework.data.valkey.connection.stream
Builder for Record.
string() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
string() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
Obtain a simple String to byte[] (and back) serializer using UTF-8 as the default Charset.
string(ValkeyElementReader<String>, ValkeyElementWriter<String>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
string(ValkeySerializationContext.SerializationPair<String>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
string(ValkeySerializer<String>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
string(Map<String, String>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords
Create a new ByteBufferRecord for the given raw field/value pairs.
STRING - Enum constant in enum class io.valkey.springframework.data.valkey.connection.DataType
 
stringCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
stringCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
stringCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
stringCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
stringCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
stringCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
stringCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
stringCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
stringCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
stringCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
StringRecord - Interface in io.valkey.springframework.data.valkey.connection.stream
A Record within the stream backed by a collection of String field/value pairs.
stringsWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZLexCountCommand
Creates a new ReactiveZSetCommands.ZLexCountCommand given a Range of String to retrieve elements count.
stringsWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
Creates a new ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to retrieve elements lexicographical ordering.
stringToBoolean(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert a Valkey command result to a Boolean value.
stringToBoolean(String) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
stringToBooleanConverter() - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
stringToDataType() - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
StringToDataTypeConverter - Class in io.valkey.springframework.data.valkey.connection.convert
Converts Strings to DataTypes
StringToDataTypeConverter() - Constructor for class io.valkey.springframework.data.valkey.connection.convert.StringToDataTypeConverter
 
StringToPropertiesConverter - Class in io.valkey.springframework.data.valkey.connection.convert
Converts Strings to Properties
StringToPropertiesConverter() - Constructor for class io.valkey.springframework.data.valkey.connection.convert.StringToPropertiesConverter
 
stringToProps() - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
StringToValkeyClientInfoConverter - Class in io.valkey.springframework.data.valkey.connection.convert
Converter implementation to create one ValkeyClientInfo per line entry in given String array.
StringToValkeyClientInfoConverter() - Constructor for class io.valkey.springframework.data.valkey.connection.convert.StringToValkeyClientInfoConverter
 
stringToValkeyClientListConverter() - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
StringValkeyConnection - Interface in io.valkey.springframework.data.valkey.connection
Convenience extension of ValkeyConnection that accepts and returns Strings instead of byte arrays.
StringValkeyConnection.StringTuple - Interface in io.valkey.springframework.data.valkey.connection
String-friendly ZSet tuple.
StringValkeySerializer - Class in io.valkey.springframework.data.valkey.serializer
Simple String to byte[] (and back) serializer.
StringValkeySerializer() - Constructor for class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
Creates a new StringValkeySerializer using UTF-8.
StringValkeySerializer(Charset) - Constructor for class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
Creates a new StringValkeySerializer using the given Charset to encode and decode strings.
StringValkeyTemplate - Class in io.valkey.springframework.data.valkey.core
String-focused extension of ValkeyTemplate.
StringValkeyTemplate() - Constructor for class io.valkey.springframework.data.valkey.core.StringValkeyTemplate
Constructs a new StringValkeyTemplate instance.
StringValkeyTemplate(ValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.core.StringValkeyTemplate
Constructs a new StringValkeyTemplate instance ready to be used.
strLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
strLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
strLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
 
strLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStringCommands
Get the length of the value stored at key.
strLen(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
strLen(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the length of the value stored at key.
strLen(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get the length of the value stored at key.
strLen(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
Get the length of the value stored at key.
STRLEN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
SUBKEY_END - Static variable in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
 
SUBKEY_START - Static variable in class io.valkey.springframework.data.valkey.connection.ClusterSlotHashUtil
 
subList(int, int) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
subscribe(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Adds the given channels to the current subscription.
subscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
subscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
subscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
subscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
subscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
subscribe(MessageListener, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
subscribe(MessageListener, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyPubSubCommands
Subscribes the connection to the given channels.
subscribe(MessageListener, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
subscribe(MessageListener, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Subscribes the connection to the given channels.
subscribe(ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactivePubSubCommands
Subscribes the connection to the given channels.
subscribe(ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Subscribes to the channels and adds these to the current subscription.
SUBSCRIBE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
Subscription - Interface in io.valkey.springframework.data.valkey.connection
Subscription for Valkey channels.
Subscription - Interface in io.valkey.springframework.data.valkey.stream
The Subscription is the link to the actual running Task.
SubscriptionListener - Interface in io.valkey.springframework.data.valkey.connection
Listener for subscription notifications.
SUM - Enum constant in enum class io.valkey.springframework.data.valkey.connection.zset.Aggregate
 
sUnion(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sUnion(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sUnion(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
 
sUnion(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sUnion(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Union all sets at given keys.
sUnion(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sUnion(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union all sets at given keys.
sUnion(Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Returns the members intersecting all given sets at keys.
sUnion(Publisher<ReactiveSetCommands.SUnionCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Returns the members intersecting all given sets at ReactiveSetCommands.SInterCommand.getKeys().
SUNION - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
sUnionStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
sUnionStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sUnionStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
 
sUnionStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
 
sUnionStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeySetCommands
Union all sets at given keys and store result in destKey.
sUnionStore(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
sUnionStore(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union all sets at given keys and store result in destKey.
sUnionStore(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Union all given sets at keys and store result in destinationKey.
sUnionStore(Publisher<ReactiveSetCommands.SUnionStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
Union all given sets at keys and store result in destinationKey.
SUNIONSTORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
supports(Class<?>) - Static method in class io.valkey.springframework.data.valkey.core.convert.Jsr310Converters
 
supportsAsyncRetrieve() - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Determines whether the asynchronous ValkeyCacheWriter.retrieve(String, byte[]) and ValkeyCacheWriter.retrieve(String, byte[], Duration) cache operations are supported by the implementation.
switchToPubSub() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
LettuceConnection.close() the current connection and open a new pub/sub connection to the Valkey server.
SYNC - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.FlushOption
 
SYNC - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 

T

take() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
takeFirst() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
takeLast() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
targetType(Class<NV>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
Configure a hash target type.
targetType(Class<NV>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
Configure a hash target type.
Task - Interface in io.valkey.springframework.data.valkey.stream
The actual Task to run within the StreamMessageListenerContainer.
Task.State - Enum Class in io.valkey.springframework.data.valkey.stream
The Task.State defining the lifecycle phase the actual Task.
time() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
time() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
time() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Request server timestamp using TIME command in TimeUnit.MILLISECONDS.
time() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Request server timestamp using TIME command in TimeUnit.MILLISECONDS.
time(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
time(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
Request server timestamp using TIME command.
time(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
time(ValkeyClusterNode, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
Deprecated.
time(ValkeyClusterNode, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterServerCommands
 
time(ValkeyClusterNode, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
time(Instant) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XClaimOptions
Sets the idle time to a specific unix time (in milliseconds).
time(TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
time(TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
time(TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveServerCommands
Request server timestamp using TIME command.
time(TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
 
time(TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
 
time(TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
Request server timestamp using TIME command.
TIME - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
timeout(int) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.MoveCommand
Applies the database index.
timeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
Applies the timeout.
timeout(Duration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LMoveCommand
Applies the timeout.
timeout(Instant) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireAtCommand
Applies the expireAt.
Timeouts(TimeUnit, List<Long>) - Constructor for record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
Creates an instance of a Timeouts record class.
TimeoutUtils - Class in io.valkey.springframework.data.valkey.core
Helper class featuring methods for calculating Valkey timeouts
TimeoutUtils() - Constructor for class io.valkey.springframework.data.valkey.core.TimeoutUtils
 
timeToLive() - Element in annotation interface io.valkey.springframework.data.valkey.core.ValkeyHash
Time before expire in seconds.
TimeToLive - Annotation Interface in io.valkey.springframework.data.valkey.core
TimeToLive marks a single numeric property on aggregate root to be used for setting expirations in Valkey.
TimeToLiveAccessor - Interface in io.valkey.springframework.data.valkey.core
TimeToLiveAccessor extracts the objects time to live used for EXPIRE.
timeUnit() - Method in record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
Returns the value of the timeUnit record component.
timeUnit() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
to(boolean) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetBitCommand
Applies the bit.
to(long) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSetBuilder
Set the value.
to(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.TrimCommand
Applies the numeric count.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoAddCommand
Applies the Geo set key.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfAddCommand
Applies the key.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.CopyCommand
Applies the targetKey.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.RenameCommand
Applies the newKey.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BRPopLPushCommand
Applies the destinationKey.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LSetCommand
Applies the value.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
Applies the key.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.RPopLPushCommand
Applies the destinationKey.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SAddCommand
Applies the key.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMoveCommand
Applies the destination key.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
Applies the Geo set key.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Applies the key.
to(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
Applies the key.
to(ByteBuffer, ReactiveListCommands.Direction) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LMoveCommand
Applies the destinationKey.
toArray() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
toArray() - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
 
toArray(T[]) - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArraySet
 
toBit(Boolean) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
toBitFieldArgs(BitFieldSubCommands) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Convert BitFieldSubCommands into BitFieldArgs.
toBoolean(long) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBoolean(ValkeyListCommands.Position) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBoolean(Long) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
toBooleansList(Object[]) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
toBytes(Double) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBytes(Integer) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBytes(Long) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBytes(Object) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
Convert given source to binary representation using the underlying ConversionService.
toBytes(Object) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Convert given source to binary representation using the underlying ConversionService.
toBytes(String) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBytes(String) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert a string to a byte array using the UTF-8 charset.
toBytesList(KeyValue<byte[], byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBytesList(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
toBytesList(Object[]) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert result to List<byte[]>.
toBytesList(Collection<byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toBytesMap(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
toBytesMapEntry(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
toBytesSet(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
toBytesSet(Object[]) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert result to Set<byte[]>.
toBytesSet(List<byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toClusterNode(String) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converts the result of a single line of CLUSTER NODES into a ValkeyClusterNode.
toDataType(byte[]) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert Valkey TYPE command result to DataType enum.
toDataType(String) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
toDoubleSeconds(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.TimeoutUtils
Converts the given timeout to seconds with a fraction of seconds.
toGeoArgs(ValkeyGeoCommands.GeoCommandArgs) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Convert ValkeyGeoCommands.GeoCommandArgs into GeoArgs.
toGeoArgs(ValkeyGeoCommands.GeoRadiusCommandArgs) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
toGeoArgsUnit(Metric) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Convert Metric into GeoArgs.Unit.
toGlideArgument(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert a Spring Data Valkey command argument to the corresponding Valkey-Glide format.
toHash(Object) - Method in class io.valkey.springframework.data.valkey.hash.Jackson2HashMapper
 
toHash(Object) - Method in class io.valkey.springframework.data.valkey.hash.ObjectHashMapper
 
toHash(T) - Method in class io.valkey.springframework.data.valkey.hash.BeanUtilsHashMapper
 
toHash(T) - Method in class io.valkey.springframework.data.valkey.hash.DecoratingStringHashMapper
 
toHash(T) - Method in interface io.valkey.springframework.data.valkey.hash.HashMapper
Convert an object to a map that can be used with Valkey hashes.
toHead(K) - Static method in class io.valkey.springframework.data.valkey.core.ListOperations.MoveTo
 
toIndex(long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.RangeCommand
Applies an upper bound to the Range.
toInt(boolean) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toLimit(Limit) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Convert a Limit to a Lettuce Limit.
toList() - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
 
toListOfValkeyClientInformation(String) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toListOfValkeyServer(List<Map<String, String>>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toLong(Date) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toLongsList(Object[]) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
toMap(List<byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toMapEntriesList(Object) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
toMapRecord(HashMapper<? super V, HK, HV>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ObjectRecord
Apply the given HashMapper to the backing value to create a new MapRecord.
toMillis(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.TimeoutUtils
Converts the given timeout to milliseconds.
toObjectRecord(HashMapper<? super OV, ? super ByteBuffer, ? super ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
Convert a binary MapRecord into an ObjectRecord.
toObjectRecord(HashMapper<? super OV, ? super K, ? super V>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
Apply the given HashMapper to the backing value to create a new MapRecord.
toObjects(Set<Tuple>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
TooManyClusterRedirectionsException - Exception in io.valkey.springframework.data.valkey
DataRetrievalFailureException thrown when following cluster redirects exceeds the max number of edges.
TooManyClusterRedirectionsException(String) - Constructor for exception io.valkey.springframework.data.valkey.TooManyClusterRedirectionsException
TooManyClusterRedirectionsException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.TooManyClusterRedirectionsException
toOptional() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
Adopt the password to Optional containing the password value.
toOptionString() - Method in class io.valkey.springframework.data.valkey.core.KeyScanOptions
 
toOptionString() - Method in class io.valkey.springframework.data.valkey.core.ScanOptions
 
Topic - Interface in io.valkey.springframework.data.valkey.listener
Topic for a Valkey message.
toProperties(String) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
toProperties(List<String>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converts array outputs with key-value sequences (such as produced by CONFIG GET) from a List to Properties.
toProperties(Map<?, ?>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
 
toRange() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
Create a Range object from this range.
toRange(Range<T>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Convert a ValkeyZSetCommands.Range to a lettuce Range.
toRange(Range<T>, boolean) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Convert a Range to a lettuce Range.
toRevRange(Range<T>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Convert a Range to a lettuce Range and reverse boundaries.
toScriptOutputType(ReturnType) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toSeconds(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.TimeoutUtils
Converts the given timeout to seconds.
toSeconds(Duration) - Static method in class io.valkey.springframework.data.valkey.core.TimeoutUtils
Converts the given timeout to seconds.
toSetArgs(Expiration, ValkeyStringCommands.SetOption) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
Converts a given Expiration and ValkeyStringCommands.SetOption to the according SetArgs.
toSetOfValkeyClusterNodes(String) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converts the result of CLUSTER NODES into ValkeyClusterNodes.
toSetOfValkeyClusterNodes(Collection<String>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Converts lines from the result of CLUSTER NODES into ValkeyClusterNodes.
toSortArgs(SortParameters) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toString() - Method in record class io.valkey.springframework.data.valkey.cache.FixedDurationTtlFunction
Returns a string representation of this record class.
toString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.Offset
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ClusterInfo
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.DefaultMessage
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.ChannelMessage
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveSubscription.PatternMessage
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.CommandResponse
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.Consumer
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessage
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessagesSummary
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.ReadOffset
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoObject
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.util.ByteArrayWrapper
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoLocation
 
toString() - Method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Returns a string representation of this record class.
toString() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
 
toString() - Method in class io.valkey.springframework.data.valkey.connection.zset.DefaultTuple
 
toString() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
 
toString() - Method in class io.valkey.springframework.data.valkey.core.convert.GeoIndexedPropertyValue
 
toString() - Method in class io.valkey.springframework.data.valkey.core.convert.RemoveIndexedData
 
toString() - Method in class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
 
toString() - Method in class io.valkey.springframework.data.valkey.core.convert.ValkeyData
 
toString() - Method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
 
toString() - Method in class io.valkey.springframework.data.valkey.core.DefaultTypedTuple
 
toString() - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
Returns a string representation of this record class.
toString() - Method in class io.valkey.springframework.data.valkey.core.index.IndexDefinition.IndexingContext
 
toString() - Method in record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
Returns a string representation of this record class.
toString() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
 
toString() - Method in class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
 
toString() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
 
toString() - Method in class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
 
toString() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoLocation
 
toString() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoCoordinateReference
 
toString() - Method in class io.valkey.springframework.data.valkey.domain.geo.GeoReference.GeoMemberReference
 
toString() - Method in class io.valkey.springframework.data.valkey.listener.PatternTopic
 
toString() - Method in class io.valkey.springframework.data.valkey.repository.cdi.CdiBean
 
toString() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
toString() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
 
toString() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
 
toString() - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
 
toString() - Method in class io.valkey.springframework.data.valkey.support.collections.AbstractValkeyCollection
 
toString() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
toString(byte[]) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toString(byte[]) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert a byte array to a string using the UTF-8 charset.
toTail(K) - Static method in class io.valkey.springframework.data.valkey.core.ListOperations.MoveTo
 
toTimeMillis(String, String) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Returns the timestamp constructed from the given seconds and microseconds.
toTimeMillis(String, String, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
Returns the timestamp constructed from the given seconds and microseconds.
toTuple(ScoredValue<byte[]>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
touch(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
touch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
touch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
touch(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Alter the last access time of given key(s).
touch(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
touch(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Alter the last access time of given key(s).
touch(Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Alter the last access time of given key(s).
touch(Publisher<Collection<ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Alter the last access time of given key(s).
toValkeyClusterNode(RedisClusterNode) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
toValueEncoding(GlideString) - Static method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
Convert OBJECT ENCODING result to ValueEncoding.
tracesEndpoint() - Method in record class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.OpenTelemetryForGlide
Returns the value of the tracesEndpoint record component.
transactionAware() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Enable ValkeyCaches to synchronize cache put/evict operations with ongoing Spring-managed transactions.
TransactionResultConverter<T> - Class in io.valkey.springframework.data.valkey.connection.convert
Converts the results of transaction exec using a supplied Queue of FutureResults.
TransactionResultConverter(Queue<FutureResult<T>>, Converter<Exception, DataAccessException>) - Constructor for class io.valkey.springframework.data.valkey.connection.convert.TransactionResultConverter
 
transactionResultUnwrapper() - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
 
translate(Exception) - Method in interface io.valkey.springframework.data.valkey.ExceptionTranslationStrategy
Potentially translate the given Exception into DataAccessException.
translate(Exception) - Method in class io.valkey.springframework.data.valkey.FallbackExceptionTranslationStrategy
 
translate(Exception) - Method in class io.valkey.springframework.data.valkey.PassThroughExceptionTranslationStrategy
 
translateExceptionIfPossible(RuntimeException) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
 
translateExceptionIfPossible(RuntimeException) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
 
translateExceptionIfPossible(RuntimeException) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Translates a Valkey-Glide exception to a Spring DAO exception.
trim(int, int) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
trim(int, int) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Trim list at the bound key to elements between start and end.
trim(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Trims the stream to count elements.
trim(long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
Trims the stream to count elements.
trim(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
Trim list at the bound key to elements between start and end.
trim(long, long) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
 
trim(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyList
Trim list at the bound key to elements between start and end.
trim(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Trims the stream to count elements.
trim(K, long) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Trims the stream to count elements.
trim(K, long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
Trims the stream to count elements.
trim(K, long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
Trims the stream to count elements.
trim(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
Trim list at key to elements between start and end.
trim(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
Trim list at key to elements between start and end.
ttl() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
ttl(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
ttl(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
ttl(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
ttl(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Get the time to live for key in seconds.
ttl(byte[], TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
ttl(byte[], TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
ttl(byte[], TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
ttl(byte[], TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Get the time to live for key in and convert it to the given TimeUnit.
ttl(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
ttl(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the time to live for key in seconds.
ttl(String, TimeUnit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
ttl(String, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the time to live for key in and convert it to the given TimeUnit.
ttl(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Get the time to live for key in seconds.
ttl(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Get one-by-one the time to live for keys.
TTL - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
ttlOf(K) - Method in class io.valkey.springframework.data.valkey.core.types.Expirations
 
tuple(Tuple) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Tuple - Interface in io.valkey.springframework.data.valkey.connection.zset
ZSet tuple.
tuples(Collection<? extends Tuple>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
type(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
type(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
type(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
type(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Determine the type stored at key.
type(DataType) - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given type.
type(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
type(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Determine the type stored at key.
type(String) - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given type.
type(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Determine the type stored at key.
type(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Determine the type stored at key.
type(K) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
type(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Determine the type stored at key.
type(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
type(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Determine the type stored at key.
TYPE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
typeHintPropertyName(String) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
Configure a property name to that represents the type hint.

U

UINT_16 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
16 bit unsigned Integer
UINT_32 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
32 bit unsigned Integer
UINT_64 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
64 bit unsigned Integer
UINT_8 - Static variable in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
8 bit unsigned Integer
unbindConnection(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
Unbinds and closes the connection (if any) associated with the given factory from closure-scope.
unbounded() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
Create new ValkeyStreamCommands.XPendingOptions with an unbounded Range (- +).
unbounded() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.Range
Deprecated.
 
unbounded(Long) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
Create new ValkeyStreamCommands.XPendingOptions with an unbounded Range (- +).
unifiedClient - Variable in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
union(ValkeySet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
union(ValkeySet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Union this set and another ValkeySet.
union(ValkeyZSet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
union(ValkeyZSet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Union this set and another ValkeyZSet.
union(Collection<? extends ValkeySet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
union(Collection<? extends ValkeySet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Union this set and other ValkeySets.
union(Collection<? extends ValkeyZSet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
union(Collection<? extends ValkeyZSet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Union this set and other ValkeyZSets.
union(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Union all sets at given keys and keys.
union(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets.
union(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Union all sets at given keys.
union(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Union all sets at given keys.
union(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Union all sets at given key and key.
union(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets.
union(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Union all sets at given keys and otherKeys.
union(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets.
union(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Union all sets at given keys and otherKeys.
union(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets.
union(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Union all sets at given keys and otherKey.
union(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets.
union(K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Union all sets at given keys and otherKey.
union(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets.
union(K, K...) - Method in interface io.valkey.springframework.data.valkey.core.HyperLogLogOperations
Merges all values of given sourceKeys into destination key.
union(K, K...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHyperLogLogOperations
Merges all values of given sourceKeys into destination key.
unionAndStore(ValkeySet<?>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
unionAndStore(ValkeySet<?>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Create a new ValkeySet by union this sorted set and ValkeySet and store result in destination destKey.
unionAndStore(ValkeyZSet<?>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
unionAndStore(ValkeyZSet<?>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Create a new ValkeyZSet by union this sorted set and ValkeyZSet and store result in destination destKey.
unionAndStore(Collection<? extends ValkeySet<?>>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
 
unionAndStore(Collection<? extends ValkeySet<?>>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
Create a new ValkeySet by union this sorted set and the collection ValkeySet and store result in destination destKey.
unionAndStore(Collection<? extends ValkeyZSet<?>>, String) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
unionAndStore(Collection<? extends ValkeyZSet<?>>, String) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Create a new ValkeyZSet by union this sorted set and the collection ValkeyZSet and store result in destination destKey.
unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Union all sets at given the bound key and keys and store result in destKey.
unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Union all sets at given keys and store result in destKey.
unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Union all sets at given keys and store result in destKey.
unionAndStore(Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Union all sets at given key and otherKeys and store result in destKey.
unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Union all sets at given key and otherKeys and store result in destKey.
unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
Union all sets at given the bound key and key and store result in destKey.
unionAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
Union all sets at given key and otherKey and store result in destKey.
unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
Union all sets at given key and otherKey and store result in destKey.
unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionWithScores(ValkeyZSet<?>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
unionWithScores(ValkeyZSet<?>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Union this set and another ValkeyZSet.
unionWithScores(Collection<? extends ValkeyZSet<?>>) - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
 
unionWithScores(Collection<? extends ValkeyZSet<?>>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
Union this set and other ValkeyZSets.
unionWithScores(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets.
unionWithScores(Collection<K>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys.
unionWithScores(Collection<K>, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets.
unionWithScores(K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Union sorted sets.
unionWithScores(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets.
unionWithScores(K, Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets.
unionWithScores(K, Collection<K>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys .
unionWithScores(K, Collection<K>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets at key and otherKeys .
unionWithScores(K, Collection<K>, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets.
unionWithScores(K, Collection<K>, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets.
unionWithScores(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
Union sorted sets.
unionWithScores(K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Union sorted sets.
unit() - Element in annotation interface io.valkey.springframework.data.valkey.core.TimeToLive
TimeUnit unit to use.
unixTimestamp(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
Creates a new Expiration with the given unix timestamp and TimeUnit.
UNKNOWN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
unlimited() - Static method in class io.valkey.springframework.data.valkey.connection.Limit
 
unlink(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
unlink(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
unlink(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
 
unlink(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
Unlink the keys from the keyspace.
unlink(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
unlink(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Unlink the keys from the keyspace.
unlink(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Unlink the key from the keyspace.
unlink(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Unlink the keys from the keyspace.
unlink(Collection<K>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
unlink(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Unlink the key from the keyspace.
unlink(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
unlink(K...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Unlink the key from the keyspace.
unlink(K...) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
unlink(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
Unlink the key from the keyspace.
unlink(Publisher<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
Unlink the keys from the keyspace.
unlink(Publisher<K>) - Method in class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
 
unsigned(int) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldType
unsubscribe() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Cancels the current subscription for all channels.
unsubscribe() - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Cancels the current subscription for all channels given by name.
unsubscribe() - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
unsubscribe(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.Subscription
Cancels the current subscription for all given channels.
unsubscribe(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.util.AbstractSubscription
 
unsubscribe(ByteBuffer...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSubscription
Cancels the current subscription for all given channels.
UNSUBSCRIBE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
unwatch() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
unwatch() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
unwatch() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
unwatch() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
unwatch() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
unwatch() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
unwatch() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
unwatch() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyTxCommands
Flushes all the previously ValkeyTxCommands.watch(byte[]...) keys.
unwatch() - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Flushes all the previously ValkeyOperations.watch(Object) keys.
unwatch() - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
UNWATCH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
update(PartialUpdate<?>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
 
update(Object, T) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
 
update(T) - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
 
updateAndGet(DoubleUnaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Atomically update the current value using the given update function.
updateAndGet(IntUnaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Atomically update the current value using the given update function.
updateAndGet(LongUnaryOperator) - Method in class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Atomically update the current value using the given update function.
upsert() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
Do not set any additional command argument.
UPSERT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
Do not set any additional command argument.
US_ASCII - Static variable in class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
StringValkeySerializer to use 7 bit ASCII, a.k.a.
USE_TIME_TO_IDLE_EXPIRATION - Static variable in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
useOpenTelemetry(ValkeyGlideClientConfiguration.OpenTelemetryForGlide) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Initialize GLIDE OpenTelemetry with OTLP endpoints.
usePooling() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
usePooling() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Enable connection-pooling.
usePrefix() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
 
useSsl() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
useSsl() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Enable SSL connections.
useSsl() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Enable SSL connections.
useSsl() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
useSsl() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder
Enable SSL for the connection.
UTF_8 - Static variable in class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
StringValkeySerializer to use 8 bit UCS Transformation Format.

V

VACANT - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
No encoding present due to non existing key.
validateArgumentCount(int) - Method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
Validates given argument count against expected ones.
validateConnection() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
Validate the shared connections and reinitialize if invalid.
VALKEY_COMMAND_OBSERVATION - Enum constant in enum class io.valkey.springframework.data.valkey.connection.lettuce.observability.ValkeyObservation
Deprecated.
Timer created around a Valkey command execution.
ValkeyAccessor - Class in io.valkey.springframework.data.valkey.core
Base class for ValkeyTemplate implementations defining common properties.
ValkeyAccessor() - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyAccessor
 
ValkeyAssertions - Class in io.valkey.springframework.data.valkey.util
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3, will be removed in a future revision in favor of Spring's Assert utility.
ValkeyAssertions() - Constructor for class io.valkey.springframework.data.valkey.util.ValkeyAssertions
Deprecated.
 
ValkeyAssertions.RuntimeExceptionSupplier - Interface in io.valkey.springframework.data.valkey.util
Deprecated.
 
ValkeyAtomicDouble - Class in io.valkey.springframework.data.valkey.support.atomic
Atomic double backed by Valkey.
ValkeyAtomicDouble(String, ValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Constructs a new ValkeyAtomicDouble instance.
ValkeyAtomicDouble(String, ValkeyConnectionFactory, double) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Constructs a new ValkeyAtomicDouble instance with a initialValue that overwrites the existing value.
ValkeyAtomicDouble(String, ValkeyOperations<String, Double>) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Constructs a new ValkeyAtomicDouble instance.
ValkeyAtomicDouble(String, ValkeyOperations<String, Double>, double) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
Constructs a new ValkeyAtomicDouble instance with a initialValue that overwrites the existing value at valkeyCounter.
ValkeyAtomicInteger - Class in io.valkey.springframework.data.valkey.support.atomic
Atomic integer backed by Valkey.
ValkeyAtomicInteger(String, ValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Constructs a new ValkeyAtomicInteger instance.
ValkeyAtomicInteger(String, ValkeyConnectionFactory, int) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Constructs a new ValkeyAtomicInteger instance with a initialValue that overwrites the existing value.
ValkeyAtomicInteger(String, ValkeyOperations<String, Integer>) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Constructs a new ValkeyAtomicInteger instance.
ValkeyAtomicInteger(String, ValkeyOperations<String, Integer>, int) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
Constructs a new ValkeyAtomicInteger instance instance with a initialValue that overwrites the existing value.
ValkeyAtomicLong - Class in io.valkey.springframework.data.valkey.support.atomic
Atomic long backed by Valkey.
ValkeyAtomicLong(String, ValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Constructs a new ValkeyAtomicLong instance.
ValkeyAtomicLong(String, ValkeyConnectionFactory, long) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Constructs a new ValkeyAtomicLong instance with a initialValue that overwrites the existing value at valkeyCounter.
ValkeyAtomicLong(String, ValkeyOperations<String, Long>) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Constructs a new ValkeyAtomicLong instance.
ValkeyAtomicLong(String, ValkeyOperations<String, Long>, long) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
Constructs a new ValkeyAtomicLong instance with a initialValue that overwrites the existing value.
ValkeyCache - Class in io.valkey.springframework.data.valkey.cache
Cache implementation using Valkey as the underlying store for cache data.
ValkeyCache(String, ValkeyCacheWriter, ValkeyCacheConfiguration) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCache
Create a new ValkeyCache with the given name and ValkeyCacheConfiguration, using the ValkeyCacheWriter to execute Valkey commands supporting the cache operations.
ValkeyCacheConfiguration - Class in io.valkey.springframework.data.valkey.cache
Immutable ValkeyCacheConfiguration used to customize ValkeyCache behavior, such as caching null values, computing cache key prefixes and handling binary serialization.
ValkeyCacheManager - Class in io.valkey.springframework.data.valkey.cache
CacheManager implementation for Valkey backed by ValkeyCache.
ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Creates a new ValkeyCacheManager initialized with the given ValkeyCacheWriter and default ValkeyCacheConfiguration.
ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, boolean, String...) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Creates a new ValkeyCacheManager initialized with the given ValkeyCacheWriter and default ValkeyCacheConfiguration along with whether to allow cache creation at runtime.
ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, boolean, Map<String, ValkeyCacheConfiguration>) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Creates a new ValkeyCacheManager initialized with the given ValkeyCacheWriter and a default ValkeyCacheConfiguration, and whether to allow ValkeyCache creation at runtime.
ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, String...) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
Creates a new ValkeyCacheManager initialized with the given ValkeyCacheWriter and a default ValkeyCacheConfiguration along with an optional, initial set of cache names used to create Valkey caches on startup.
ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, Map<String, ValkeyCacheConfiguration>) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, Map<String, ValkeyCacheConfiguration>, boolean) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
ValkeyCacheManager.ValkeyCacheManagerBuilder - Class in io.valkey.springframework.data.valkey.cache
Builder for creating a ValkeyCacheManager.
ValkeyCacheWriter - Interface in io.valkey.springframework.data.valkey.cache
ValkeyCacheWriter provides low-level access to Valkey commands (SET, SETNX, GET, EXPIRE,...) used for caching.
ValkeyCacheWriter.TtlFunction - Interface in io.valkey.springframework.data.valkey.cache
Function to compute the time to live from the cache key and value.
ValkeyCallback<T> - Interface in io.valkey.springframework.data.valkey.core
Callback interface for Valkey 'low level' code.
ValkeyClientInfo - Class in io.valkey.springframework.data.valkey.core.types
ValkeyClientInfo provides general and statistical information about client connections.
ValkeyClientInfo(Properties) - Constructor for class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
ValkeyClientInfo.INFO - Enum Class in io.valkey.springframework.data.valkey.core.types
 
ValkeyClientInfo.ValkeyClientInfoBuilder - Class in io.valkey.springframework.data.valkey.core.types
 
ValkeyClientInfoBuilder() - Constructor for class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.ValkeyClientInfoBuilder
 
ValkeyClusterCallback<T> - Interface in io.valkey.springframework.data.valkey.core
Callback interface for low level operations executed against a clustered Valkey environment.
ValkeyClusterCommands - Interface in io.valkey.springframework.data.valkey.connection
Interface for the cluster commands supported by Valkey.
ValkeyClusterCommands.AddSlots - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyClusterCommandsProvider - Interface in io.valkey.springframework.data.valkey.connection
Provides access to ValkeyClusterCommands and the segregated command interfaces.
ValkeyClusterConfiguration - Class in io.valkey.springframework.data.valkey.connection
Configuration class used to set up a ValkeyConnection via ValkeyConnectionFactory for connecting to Valkey Cluster.
ValkeyClusterConfiguration() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
Creates a new, default ValkeyClusterConfiguration.
ValkeyClusterConfiguration(Collection<String>) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
Creates a new ValkeyClusterConfiguration for given hostPort combinations.
ValkeyClusterConfiguration(PropertySource<?>) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
Deprecated.
since 3.3, use ValkeySentinelConfiguration.of(PropertySource) instead. This constructor will be made private in the next major release.
ValkeyClusterConnection - Interface in io.valkey.springframework.data.valkey.connection
ValkeyClusterConnection allows sending commands to dedicated nodes within the cluster.
ValkeyClusterNode - Class in io.valkey.springframework.data.valkey.connection
Representation of a Valkey server within the cluster.
ValkeyClusterNode() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
 
ValkeyClusterNode(ValkeyClusterNode.SlotRange) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
ValkeyClusterNode(String) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
Creates new ValkeyClusterNode with an id and empty ValkeyClusterNode.SlotRange.
ValkeyClusterNode(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
ValkeyClusterNode(String, int, ValkeyClusterNode.SlotRange) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
ValkeyClusterNode.Flag - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyClusterNode.LinkState - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyClusterNode.SlotRange - Class in io.valkey.springframework.data.valkey.connection
 
ValkeyClusterNode.ValkeyClusterNodeBuilder - Class in io.valkey.springframework.data.valkey.connection
Builder for creating new ValkeyClusterNode.
ValkeyClusterNodeBuilder() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
 
ValkeyClusterServerCommands - Interface in io.valkey.springframework.data.valkey.connection
 
ValkeyCollection<E> - Interface in io.valkey.springframework.data.valkey.support.collections
Valkey extension for the Collection contract.
ValkeyCollectionFactoryBean - Class in io.valkey.springframework.data.valkey.support.collections
Factory bean that facilitates creation of Valkey-based collections.
ValkeyCollectionFactoryBean() - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean
 
ValkeyCollectionFactoryBean.CollectionType - Enum Class in io.valkey.springframework.data.valkey.support.collections
Collection types supported by this factory.
ValkeyCommand - Enum Class in io.valkey.springframework.data.valkey.core
Enumeration of well-known Valkey commands.
ValkeyCommands - Interface in io.valkey.springframework.data.valkey.connection
Interface defining the commands supported by Valkey.
ValkeyCommandsProvider - Interface in io.valkey.springframework.data.valkey.connection
Provides access to ValkeyCommands and the segregated command interfaces.
ValkeyConfiguration - Interface in io.valkey.springframework.data.valkey.connection
Marker interface for configuration classes related to Valkey connection setup.
ValkeyConfiguration.ClusterConfiguration - Interface in io.valkey.springframework.data.valkey.connection
Configuration interface suitable for Valkey cluster environments.
ValkeyConfiguration.DomainSocketConfiguration - Interface in io.valkey.springframework.data.valkey.connection
Configuration interface suitable for single node valkey connections using local unix domain socket.
ValkeyConfiguration.SentinelConfiguration - Interface in io.valkey.springframework.data.valkey.connection
Configuration interface suitable for Valkey Sentinel environments.
ValkeyConfiguration.StaticMasterReplicaConfiguration - Interface in io.valkey.springframework.data.valkey.connection
Configuration interface suitable for Valkey master/replica environments with fixed hosts.
ValkeyConfiguration.WithAuthentication - Interface in io.valkey.springframework.data.valkey.connection
ValkeyConfiguration part suitable for configurations that may use authentication when connecting.
ValkeyConfiguration.WithDatabaseIndex - Interface in io.valkey.springframework.data.valkey.connection
ValkeyConfiguration part suitable for configurations that use a specific database.
ValkeyConfiguration.WithDomainSocket - Interface in io.valkey.springframework.data.valkey.connection
ValkeyConfiguration part suitable for configurations that use native domain sockets for connecting.
ValkeyConfiguration.WithHostAndPort - Interface in io.valkey.springframework.data.valkey.connection
ValkeyConfiguration part suitable for configurations that use host/port combinations for connecting.
ValkeyConfiguration.WithPassword - Interface in io.valkey.springframework.data.valkey.connection
ValkeyConfiguration part suitable for configurations that may use authentication when connecting.
ValkeyConnection - Interface in io.valkey.springframework.data.valkey.connection
A connection to a Valkey server.
ValkeyConnectionCommands - Interface in io.valkey.springframework.data.valkey.connection
Connection-specific commands supported by Valkey.
ValkeyConnectionFactory - Interface in io.valkey.springframework.data.valkey.connection
Thread-safe factory of Valkey connections.
ValkeyConnectionFailureException - Exception in io.valkey.springframework.data.valkey
Fatal exception thrown when the Valkey connection fails completely.
ValkeyConnectionFailureException(String) - Constructor for exception io.valkey.springframework.data.valkey.ValkeyConnectionFailureException
 
ValkeyConnectionFailureException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.ValkeyConnectionFailureException
 
ValkeyConnectionUtils - Class in io.valkey.springframework.data.valkey.core
Helper class that provides static methods for obtaining ValkeyConnection from a ValkeyConnectionFactory.
ValkeyConnectionUtils() - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
 
ValkeyConnectionUtils.ValkeyConnectionProxy - Interface in io.valkey.springframework.data.valkey.core
Subinterface of ValkeyConnection to be implemented by ValkeyConnection proxies.
ValkeyConverter - Interface in io.valkey.springframework.data.valkey.core.convert
Valkey specific EntityConverter.
valkeyCredentialsProviderFactory(ValkeyCredentialsProviderFactory) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure a ValkeyCredentialsProviderFactory to obtain RedisCredentialsProvider instances to support credential rotation.
valkeyCredentialsProviderFactory(ValkeyCredentialsProviderFactory) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
ValkeyCredentialsProviderFactory - Interface in io.valkey.springframework.data.valkey.connection.lettuce
Factory interface to create RedisCredentialsProvider from a ValkeyConfiguration.
ValkeyCredentialsProviderFactory.AbsentValkeyCredentials - Enum Class in io.valkey.springframework.data.valkey.connection.lettuce
Default anonymous RedisCredentials without username/password.
ValkeyCustomConversions - Class in io.valkey.springframework.data.valkey.core.convert
Value object to capture custom conversion.
ValkeyCustomConversions() - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyCustomConversions
Creates an empty ValkeyCustomConversions object.
ValkeyCustomConversions(List<?>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyCustomConversions
Creates a new ValkeyCustomConversions instance registering the given converters.
ValkeyData - Class in io.valkey.springframework.data.valkey.core.convert
Data object holding Bucket representing the domain object to be stored in a Valkey hash.
ValkeyData() - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyData
Creates new ValkeyData with empty Bucket.
ValkeyData(Bucket) - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyData
Creates new ValkeyData with Bucket
ValkeyData(Map<byte[], byte[]>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyData
Creates new ValkeyData with Bucket holding provided values.
ValkeyElementReader<T> - Interface in io.valkey.springframework.data.valkey.serializer
Strategy interface that specifies a deserializer that can deserialize a binary element representation stored in Valkey into an object.
ValkeyElementWriter<T> - Interface in io.valkey.springframework.data.valkey.serializer
Strategy interface that specifies a serializer that can serialize an element to its binary representation to be used as Valkey protocol payload.
ValkeyEntityInformation<T,ID> - Interface in io.valkey.springframework.data.valkey.repository.core
 
ValkeyGeoCommands - Interface in io.valkey.springframework.data.valkey.connection
Geo-specific Valkey commands.
ValkeyGeoCommands.DistanceUnit - Enum Class in io.valkey.springframework.data.valkey.connection
Metrics supported by Valkey.
ValkeyGeoCommands.GeoCommandArgs - Interface in io.valkey.springframework.data.valkey.connection
Arguments to be used with ValkeyGeoCommands.
ValkeyGeoCommands.GeoCommandArgs.GeoCommandFlag - Interface in io.valkey.springframework.data.valkey.connection
A flag to be used.
ValkeyGeoCommands.GeoLocation<T> - Class in io.valkey.springframework.data.valkey.connection
ValkeyGeoCommands.GeoLocation representing a Point associated with a name.
ValkeyGeoCommands.GeoRadiusCommandArgs - Class in io.valkey.springframework.data.valkey.connection
Additional arguments (like count/sort/...) to be used with ValkeyGeoCommands.
ValkeyGeoCommands.GeoRadiusCommandArgs.Flag - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyGeoCommands.GeoSearchCommandArgs - Class in io.valkey.springframework.data.valkey.connection
Additional arguments (like count/sort/...) to be used with ValkeyGeoCommands.
ValkeyGeoCommands.GeoSearchStoreCommandArgs - Class in io.valkey.springframework.data.valkey.connection
Additional arguments (like count/sort/...) to be used with ValkeyGeoCommands.
ValkeyGlideClientConfiguration - Interface in io.valkey.springframework.data.valkey.connection.valkeyglide
Configuration interface for Valkey-Glide client settings.
ValkeyGlideClientConfiguration.OpenTelemetryForGlide - Record Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Record representing OpenTelemetry configuration for Valkey-Glide client.
ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilder - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
ValkeyGlideClusterConnection - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
ValkeyClusterConnection implementation on top of GlideClusterClient.
ValkeyGlideClusterConnection(ClusterGlideClientAdapter) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ValkeyGlideClusterConnection(ClusterGlideClientAdapter, ValkeyGlideConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ValkeyGlideClusterConnection(ClusterGlideClientAdapter, ValkeyGlideConnectionFactory, DelegatingPubSubListener) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ValkeyGlideClusterConnection(ClusterGlideClientAdapter, ValkeyGlideConnectionFactory, Duration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ValkeyGlideClusterConnection(ClusterGlideClientAdapter, ValkeyGlideConnectionFactory, Duration, DelegatingPubSubListener) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
ValkeyGlideClusterKeyCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyKeyCommands for Valkey-Glide in cluster mode.
ValkeyGlideClusterKeyCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterKeyCommands
ValkeyGlideClusterServerCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyClusterServerCommands for Valkey-Glide.
ValkeyGlideClusterServerCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
ValkeyGlideClusterSetCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeySetCommands for Valkey Glide in cluster mode.
ValkeyGlideClusterSetCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
ValkeyGlideClusterStringCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyStringCommands for Valkey-Glide.
ValkeyGlideClusterStringCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterStringCommands
ValkeyGlideConnection - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Connection to a Valkey server using Valkey-Glide client.
ValkeyGlideConnection(UnifiedGlideClient, ValkeyGlideConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
Creates a new ValkeyGlideConnection with a unified client adapter.
ValkeyGlideConnection(UnifiedGlideClient, ValkeyGlideConnectionFactory, DelegatingPubSubListener) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
Creates a new ValkeyGlideConnection with a unified client adapter and delegating pub/sub listener.
ValkeyGlideConnectionFactory - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Connection factory creating Valkey Glide based connections.
ValkeyGlideConnectionFactory() - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Constructs a new ValkeyGlideConnectionFactory instance with default settings.
ValkeyGlideConnectionFactory(ValkeyClusterConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Constructs a new ValkeyGlideConnectionFactory instance with the given ValkeyClusterConfiguration.
ValkeyGlideConnectionFactory(ValkeyClusterConfiguration, ValkeyGlideClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
ValkeyGlideConnectionFactory(ValkeyGlideClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
ValkeyGlideConnectionFactory(ValkeySentinelConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
Constructs a new ValkeyGlideConnectionFactory instance using the given ValkeySentinelConfiguration.
ValkeyGlideConnectionFactory(ValkeySentinelConfiguration, ValkeyGlideClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
ValkeyGlideConnectionFactory(ValkeyStandaloneConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
 
ValkeyGlideConnectionFactory(ValkeyStandaloneConfiguration, ValkeyGlideClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
ValkeyGlideConverters - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Converter utilities for mapping between Spring Data Valkey types and Valkey-Glide types.
ValkeyGlideConverters() - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConverters
 
ValkeyGlideConverters.ResultMapper<I,R> - Interface in io.valkey.springframework.data.valkey.connection.valkeyglide
A functional interface used to convert raw driver results (returned as ValkeyGlideConverters.ResultMapper) into a strongly typed result R.
ValkeyGlideExceptionConverter - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Converts Valkey-Glide exceptions to Spring DAO exceptions.
ValkeyGlideExceptionConverter() - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideExceptionConverter
 
ValkeyGlideFutureUtils - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Utility methods for working with Valkey-Glide CompletableFuture objects.
ValkeyGlideFutureUtils() - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideFutureUtils
 
ValkeyGlideFutureUtils.FutureSupplier<T> - Interface in io.valkey.springframework.data.valkey.connection.valkeyglide
Functional interface for supplying a CompletableFuture.
ValkeyGlideGeoCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyGeoCommands for Valkey-Glide.
ValkeyGlideGeoCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideGeoCommands
Creates a new ValkeyGlideGeoCommands.
ValkeyGlideHashCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyHashCommands for Valkey-Glide.
ValkeyGlideHashCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
ValkeyGlideHyperLogLogCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyHyperLogLogCommands for Valkey-Glide.
ValkeyGlideHyperLogLogCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHyperLogLogCommands
ValkeyGlideKeyCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyKeyCommands for Valkey-Glide.
ValkeyGlideKeyCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideKeyCommands
Creates a new ValkeyGlideKeyCommands.
ValkeyGlideListCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyListCommands for Valkey-Glide.
ValkeyGlideListCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
ValkeyGlideScriptingCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyScriptingCommands for Valkey-Glide.
ValkeyGlideScriptingCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
ValkeyGlideServerCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyServerCommands for Valkey-Glide.
ValkeyGlideServerCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
ValkeyGlideSetCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeySetCommands for Valkey-Glide.
ValkeyGlideSetCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideSetCommands
Creates a new ValkeyGlideSetCommands.
ValkeyGlideStreamCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyStreamCommands for Valkey-Glide.
ValkeyGlideStreamCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
ValkeyGlideStringCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyStringCommands for Valkey-Glide.
ValkeyGlideStringCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
ValkeyGlideUtils - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Utility methods for Valkey-Glide connection implementation.
ValkeyGlideUtils() - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideUtils
 
ValkeyGlideWatchConflictException - Exception in io.valkey.springframework.data.valkey.connection.valkeyglide
Exception thrown when a Valkey transaction is aborted due to a WATCH conflict.
ValkeyGlideWatchConflictException(String) - Constructor for exception io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideWatchConflictException
Constructor for ValkeyGlideWatchConflictException.
ValkeyGlideWatchConflictException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideWatchConflictException
Constructor for ValkeyGlideWatchConflictException.
ValkeyGlideZSetCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Implementation of ValkeyZSetCommands for Valkey-Glide.
ValkeyGlideZSetCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
ValkeyGlideZSetCommandsFactory - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
Factory for ValkeyGlideZSetCommands.
ValkeyGlideZSetCommandsFactory() - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommandsFactory
 
ValkeyHash - Annotation Interface in io.valkey.springframework.data.valkey.core
ValkeyHash marks Objects as aggregate roots to be stored in a Valkey hash.
ValkeyHashCommands - Interface in io.valkey.springframework.data.valkey.connection
Hash-specific commands supported by Valkey.
valkeyHints(Consumer<RuntimeHints>) - Static method in class io.valkey.springframework.data.valkey.aot.ValkeyRuntimeHints
Get a RuntimeHints instance containing the ones for Valkey.
ValkeyHyperLogLogCommands - Interface in io.valkey.springframework.data.valkey.connection
HyperLogLog specific commands supported by Valkey.
ValkeyIndexDefinition - Class in io.valkey.springframework.data.valkey.core.index
Base IndexDefinition implementation.
ValkeyIndexDefinition(String, String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
ValkeyIndexDefinition.CompositeValueTransformer - Class in io.valkey.springframework.data.valkey.core.index
 
ValkeyIndexDefinition.LowercaseIndexValueTransformer - Enum Class in io.valkey.springframework.data.valkey.core.index
 
ValkeyIndexDefinition.NoOpValueTransformer - Enum Class in io.valkey.springframework.data.valkey.core.index
 
ValkeyIndexDefinition.OrCondition<T> - Class in io.valkey.springframework.data.valkey.core.index
 
ValkeyIndexDefinition.PathCondition - Class in io.valkey.springframework.data.valkey.core.index
 
ValkeyInvalidSubscriptionException - Exception in io.valkey.springframework.data.valkey.connection
Exception thrown when subscribing to an expired/dead Subscription.
ValkeyInvalidSubscriptionException(String) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyInvalidSubscriptionException
Constructs a new ValkeyInvalidSubscriptionException instance.
ValkeyInvalidSubscriptionException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyInvalidSubscriptionException
Constructs a new ValkeyInvalidSubscriptionException instance.
ValkeyKeyCommands - Interface in io.valkey.springframework.data.valkey.connection
Key-specific commands supported by Valkey.
ValkeyKeyExpiredEvent<T> - Class in io.valkey.springframework.data.valkey.core
ValkeyKeyExpiredEvent is a Valkey specific ApplicationEvent published when a particular key in Valkey expires.
ValkeyKeyExpiredEvent(byte[]) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
ValkeyKeyExpiredEvent(byte[], Object) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
ValkeyKeyExpiredEvent(String, byte[], Object) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
ValkeyKeyspaceEvent - Class in io.valkey.springframework.data.valkey.core
Valkey specific ApplicationEvent published when a key expires in Valkey.
ValkeyKeyspaceEvent(byte[]) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyspaceEvent
Creates new ValkeyKeyspaceEvent.
ValkeyKeyspaceEvent(String, byte[]) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyspaceEvent
Creates new ValkeyKeyspaceEvent.
ValkeyKeyValueAdapter - Class in io.valkey.springframework.data.valkey.core
Valkey specific KeyValueAdapter implementation.
ValkeyKeyValueAdapter() - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Default constructor.
ValkeyKeyValueAdapter(ValkeyOperations<?, ?>) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
ValkeyKeyValueAdapter(ValkeyOperations<?, ?>, ValkeyConverter) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
Creates new ValkeyKeyValueAdapter with specific ValkeyConverter.
ValkeyKeyValueAdapter(ValkeyOperations<?, ?>, ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
ValkeyKeyValueAdapter(ValkeyOperations<?, ?>, ValkeyMappingContext, CustomConversions) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
ValkeyKeyValueAdapter.EnableKeyspaceEvents - Enum Class in io.valkey.springframework.data.valkey.core
 
ValkeyKeyValueAdapter.ShadowCopy - Enum Class in io.valkey.springframework.data.valkey.core
Configuration flag controlling storage of phantom keys (shadow copies) of expiring entities to read them later when publishing ValkeyKeyspaceEvent.
ValkeyKeyValueAdapterBean - Class in io.valkey.springframework.data.valkey.repository.cdi
CdiBean to create ValkeyKeyValueAdapter instances.
ValkeyKeyValueAdapterBean(Bean<ValkeyOperations<?, ?>>, Set<Annotation>, BeanManager) - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueAdapterBean
ValkeyKeyValueCallback() - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate.ValkeyKeyValueCallback
 
ValkeyKeyValueTemplate - Class in io.valkey.springframework.data.valkey.core
Valkey specific implementation of KeyValueTemplate.
ValkeyKeyValueTemplate(ValkeyKeyValueAdapter, ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueTemplate
ValkeyKeyValueTemplate.ValkeyKeyValueCallback<T> - Class in io.valkey.springframework.data.valkey.core
Valkey specific KeyValueCallback.
ValkeyKeyValueTemplateBean - Class in io.valkey.springframework.data.valkey.repository.cdi
CdiBean to create ValkeyKeyValueTemplate instances.
ValkeyKeyValueTemplateBean(Bean<ValkeyKeyValueAdapter>, Set<Annotation>, BeanManager) - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueTemplateBean
ValkeyList<E> - Interface in io.valkey.springframework.data.valkey.support.collections
Valkey extension for the List contract.
ValkeyListCommands - Interface in io.valkey.springframework.data.valkey.connection
List-specific commands supported by Valkey.
ValkeyListCommands.Direction - Enum Class in io.valkey.springframework.data.valkey.connection
List move direction.
ValkeyListCommands.Position - Enum Class in io.valkey.springframework.data.valkey.connection
List insertion position.
ValkeyListenerExecutionFailedException - Exception in io.valkey.springframework.data.valkey.listener.adapter
Exception thrown when the execution of a listener method failed.
ValkeyListenerExecutionFailedException(String) - Constructor for exception io.valkey.springframework.data.valkey.listener.adapter.ValkeyListenerExecutionFailedException
Constructs a new ValkeyListenerExecutionFailedException instance.
ValkeyListenerExecutionFailedException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.listener.adapter.ValkeyListenerExecutionFailedException
Constructs a new ValkeyListenerExecutionFailedException instance.
ValkeyMap<K,V> - Interface in io.valkey.springframework.data.valkey.support.collections
Map view of a Valkey hash.
ValkeyMappingContext - Class in io.valkey.springframework.data.valkey.core.mapping
Valkey specific MappingContext.
ValkeyMappingContext() - Constructor for class io.valkey.springframework.data.valkey.core.mapping.ValkeyMappingContext
ValkeyMappingContext(MappingConfiguration) - Constructor for class io.valkey.springframework.data.valkey.core.mapping.ValkeyMappingContext
ValkeyMessageListenerContainer - Class in io.valkey.springframework.data.valkey.listener
Container providing asynchronous behaviour for Valkey message listeners.
ValkeyMessageListenerContainer() - Constructor for class io.valkey.springframework.data.valkey.listener.ValkeyMessageListenerContainer
 
ValkeyNode - Class in io.valkey.springframework.data.valkey.connection
 
ValkeyNode() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyNode
 
ValkeyNode(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyNode
Creates a new ValkeyNode with the given host, port.
ValkeyNode.NodeType - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyNode.ValkeyNodeBuilder - Class in io.valkey.springframework.data.valkey.connection
Builder for creating new ValkeyNode.
ValkeyNodeBuilder() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyNode.ValkeyNodeBuilder
 
ValkeyObservation - Enum Class in io.valkey.springframework.data.valkey.connection.lettuce.observability
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.4 for removal with the next major revision. Use Lettuce's Micrometer integration through MicrometerTracing.
ValkeyOperationChain - Class in io.valkey.springframework.data.valkey.repository.query
Simple set of operations required to run queries against Valkey.
ValkeyOperationChain() - Constructor for class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain
 
ValkeyOperationChain.NearPath - Class in io.valkey.springframework.data.valkey.repository.query
 
ValkeyOperationChain.PathAndValue - Class in io.valkey.springframework.data.valkey.repository.query
 
ValkeyOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Interface that specified a basic set of Valkey operations, implemented by ValkeyTemplate.
ValkeyPartTreeQuery - Class in io.valkey.springframework.data.valkey.repository.query
Valkey-specific implementation of KeyValuePartTreeQuery supporting projections.
ValkeyPartTreeQuery(QueryMethod, QueryMethodEvaluationContextProvider, KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>) - Constructor for class io.valkey.springframework.data.valkey.repository.query.ValkeyPartTreeQuery
 
ValkeyPassword - Class in io.valkey.springframework.data.valkey.connection
Value object which may or may not contain a Valkey password.
ValkeyPersistentEntity<T> - Interface in io.valkey.springframework.data.valkey.core.mapping
Valkey specific PersistentEntity.
ValkeyPersistentProperty - Class in io.valkey.springframework.data.valkey.core.mapping
Valkey specific PersistentProperty implementation.
ValkeyPersistentProperty(Property, PersistentEntity<?, ValkeyPersistentProperty>, SimpleTypeHolder) - Constructor for class io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentProperty
ValkeyPipelineException - Exception in io.valkey.springframework.data.valkey.connection
Exception thrown when executing/closing a pipeline that contains one or multiple invalid/incorrect statements.
ValkeyPipelineException(Exception) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
Constructs a new ValkeyPipelineException instance using a default message and an empty pipeline result list.
ValkeyPipelineException(Exception, List<Object>) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
Constructs a new ValkeyPipelineException instance using a default message.
ValkeyPipelineException(String, Throwable, List<Object>) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
Constructs a new ValkeyPipelineException instance.
ValkeyPipelineException(String, List<Object>) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
Constructs a new ValkeyPipelineException instance.
ValkeyProperties - Class in io.valkey.springframework.data.valkey.support.collections
Properties extension for a Valkey back-store.
ValkeyProperties(BoundHashOperations<String, String, String>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
Constructs a new ValkeyProperties instance.
ValkeyProperties(String, ValkeyOperations<String, ?>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
Constructs a new ValkeyProperties instance.
ValkeyProperties(Properties, BoundHashOperations<String, String, String>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
Constructs a new ValkeyProperties instance.
ValkeyProperties(Properties, String, ValkeyOperations<String, ?>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
Constructs a new ValkeyProperties instance.
ValkeyPubSubCommands - Interface in io.valkey.springframework.data.valkey.connection
PubSub-specific Valkey commands.
ValkeyQueryCreator - Class in io.valkey.springframework.data.valkey.repository.query
AbstractQueryCreator implementation for Valkey.
ValkeyQueryCreator(PartTree, ParameterAccessor) - Constructor for class io.valkey.springframework.data.valkey.repository.query.ValkeyQueryCreator
 
ValkeyRepositoriesRegistrar - Class in io.valkey.springframework.data.valkey.repository.configuration
Valkey specific ImportBeanDefinitionRegistrar.
ValkeyRepositoriesRegistrar() - Constructor for class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoriesRegistrar
 
ValkeyRepositoryBean<T> - Class in io.valkey.springframework.data.valkey.repository.cdi
CdiRepositoryBean to create Valkey repository instances.
ValkeyRepositoryBean(Bean<KeyValueOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.ValkeyRepositoryBean
Creates a new CdiRepositoryBean.
ValkeyRepositoryConfigurationExtension - Class in io.valkey.springframework.data.valkey.repository.configuration
RepositoryConfigurationExtension for Valkey.
ValkeyRepositoryConfigurationExtension() - Constructor for class io.valkey.springframework.data.valkey.repository.configuration.ValkeyRepositoryConfigurationExtension
 
ValkeyRepositoryExtension - Class in io.valkey.springframework.data.valkey.repository.cdi
CDI extension to export Valkey repositories.
ValkeyRepositoryExtension() - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.ValkeyRepositoryExtension
 
ValkeyRepositoryFactory - Class in io.valkey.springframework.data.valkey.repository.support
RepositoryFactorySupport specific of handing Valkey KeyValueRepository.
ValkeyRepositoryFactory(KeyValueOperations) - Constructor for class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactory
 
ValkeyRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>) - Constructor for class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactory
 
ValkeyRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - Constructor for class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactory
 
ValkeyRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID> - Class in io.valkey.springframework.data.valkey.repository.support
Adapter for Springs FactoryBean interface to allow easy setup of ValkeyRepositoryFactory via Spring configuration.
ValkeyRepositoryFactoryBean(Class<? extends T>) - Constructor for class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactoryBean
Creates a new ValkeyRepositoryFactoryBean for the given repository interface.
ValkeyRuntimeHints - Class in io.valkey.springframework.data.valkey.aot
RuntimeHintsRegistrar for Valkey operations and repository support.
ValkeyRuntimeHints() - Constructor for class io.valkey.springframework.data.valkey.aot.ValkeyRuntimeHints
 
ValkeyScript<T> - Interface in io.valkey.springframework.data.valkey.core.script
A script to be executed using the Valkey scripting support available as of version 2.6
ValkeyScriptingCommands - Interface in io.valkey.springframework.data.valkey.connection
Scripting commands.
ValkeySentinelCommands - Interface in io.valkey.springframework.data.valkey.connection
Valkey Sentinel-specific commands.
ValkeySentinelConfiguration - Class in io.valkey.springframework.data.valkey.connection
Configuration class used to set up a ValkeyConnection with ValkeyConnectionFactory for connecting to Valkey Sentinel(s).
ValkeySentinelConfiguration() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
Creates a new, default ValkeySentinelConfiguration.
ValkeySentinelConfiguration(String, Set<String>) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
Creates a new ValkeySentinelConfiguration for given hostPort combinations.
ValkeySentinelConfiguration(PropertySource<?>) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
Deprecated.
since 3.3, use ValkeySentinelConfiguration.of(PropertySource) instead. This constructor will be made private in the next major release.
ValkeySentinelConnection - Interface in io.valkey.springframework.data.valkey.connection
 
ValkeySerializationContext<K,V> - Interface in io.valkey.springframework.data.valkey.serializer
Serialization context for reactive use.
ValkeySerializationContext.SerializationPair<T> - Interface in io.valkey.springframework.data.valkey.serializer
Typed serialization tuple.
ValkeySerializationContext.ValkeySerializationContextBuilder<K,V> - Interface in io.valkey.springframework.data.valkey.serializer
ValkeySerializer<T> - Interface in io.valkey.springframework.data.valkey.serializer
Basic interface serialization and deserialization of Objects to byte arrays (binary data).
ValkeyServer - Class in io.valkey.springframework.data.valkey.connection
 
ValkeyServer(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyServer
Creates a new ValkeyServer with the given host, port.
ValkeyServer(String, int, Properties) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyServer
Creates a new ValkeyServer with the given host, port and properties.
ValkeyServer.INFO - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyServerCommands - Interface in io.valkey.springframework.data.valkey.connection
Server-specific commands supported by Valkey.
ValkeyServerCommands.FlushOption - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyServerCommands.MigrateOption - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyServerCommands.ShutdownOption - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeySet<E> - Interface in io.valkey.springframework.data.valkey.support.collections
Valkey extension for the Set contract.
ValkeySetCommands - Interface in io.valkey.springframework.data.valkey.connection
Set-specific commands supported by Valkey.
ValkeySocketConfiguration - Class in io.valkey.springframework.data.valkey.connection
Configuration class used for setting up ValkeyConnection via ValkeyConnectionFactory connecting to single Valkey using a local unix domain socket.
ValkeySocketConfiguration() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
Create a new default ValkeySocketConfiguration.
ValkeySocketConfiguration(String) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeySocketConfiguration
Create a new ValkeySocketConfiguration given socket.
ValkeyStandaloneConfiguration - Class in io.valkey.springframework.data.valkey.connection
Configuration class used to set up a ValkeyConnection with ValkeyConnectionFactory for connecting to a single node Valkey instance.
ValkeyStandaloneConfiguration() - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
Create a new default ValkeyStandaloneConfiguration.
ValkeyStandaloneConfiguration(String) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
Create a new ValkeyStandaloneConfiguration given hostName.
ValkeyStandaloneConfiguration(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
Create a new ValkeyStandaloneConfiguration given hostName and port.
ValkeyStaticMasterReplicaConfiguration - Class in io.valkey.springframework.data.valkey.connection
Configuration class used for setting up ValkeyConnection via ValkeyConnectionFactory using the provided Master / Replica configuration to nodes know to not change address.
ValkeyStaticMasterReplicaConfiguration(String) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
ValkeyStaticMasterReplicaConfiguration(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
Create a new ValkeyConfiguration.StaticMasterReplicaConfiguration given hostName and port.
ValkeyStore - Interface in io.valkey.springframework.data.valkey.support.collections
Basic interface for Valkey-based collections.
ValkeyStreamCommands - Interface in io.valkey.springframework.data.valkey.connection
Stream-specific Valkey commands.
ValkeyStreamCommands.XAddOptions - Class in io.valkey.springframework.data.valkey.connection
Additional options applicable for XADD command.
ValkeyStreamCommands.XClaimOptions - Class in io.valkey.springframework.data.valkey.connection
 
ValkeyStreamCommands.XClaimOptions.XClaimOptionsBuilder - Class in io.valkey.springframework.data.valkey.connection
 
ValkeyStreamCommands.XPendingOptions - Class in io.valkey.springframework.data.valkey.connection
Value Object holding parameters for obtaining pending messages.
ValkeyStringCommands - Interface in io.valkey.springframework.data.valkey.connection
String/Value-specific commands supported by Valkey.
ValkeyStringCommands.BitOperation - Enum Class in io.valkey.springframework.data.valkey.connection
 
ValkeyStringCommands.SetOption - Enum Class in io.valkey.springframework.data.valkey.connection
SET command arguments for NX, XX.
ValkeySubscribedConnectionException - Exception in io.valkey.springframework.data.valkey.connection
Exception thrown when issuing commands on a connection that is subscribed and waiting for events.
ValkeySubscribedConnectionException(String) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeySubscribedConnectionException
Constructs a new ValkeySubscribedConnectionException instance.
ValkeySubscribedConnectionException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeySubscribedConnectionException
Constructs a new ValkeySubscribedConnectionException instance.
ValkeySystemException - Exception in io.valkey.springframework.data.valkey
Exception thrown when we can't classify a Valkey exception into one of Spring generic data access exceptions.
ValkeySystemException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.ValkeySystemException
 
ValkeyTemplate<K,V> - Class in io.valkey.springframework.data.valkey.core
Helper class that simplifies Valkey data access code.
ValkeyTemplate() - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyTemplate
Constructs a new ValkeyTemplate instance.
valkeyTemplateRef() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
Configures the bean name of the ValkeyOperations to be used.
ValkeyTxCommands - Interface in io.valkey.springframework.data.valkey.connection
Transaction/Batch specific commands supported by Valkey.
ValkeyTypeMapper - Interface in io.valkey.springframework.data.valkey.core.convert
Valkey-specific TypeMapper exposing that Bucket.BucketPropertyPaths might contain a type key.
ValkeyZSet<E> - Interface in io.valkey.springframework.data.valkey.support.collections
Valkey ZSet (or sorted set (by weight)).
ValkeyZSetCommands - Interface in io.valkey.springframework.data.valkey.connection
ZSet(SortedSet)-specific commands supported by Valkey.
ValkeyZSetCommands.Limit - Class in io.valkey.springframework.data.valkey.connection
Deprecated.
since 3.0, use Limit instead.
ValkeyZSetCommands.Range - Class in io.valkey.springframework.data.valkey.connection
Deprecated.
since 3.0, use Range or ValkeyZSetCommands.Range.toRange() instead.
ValkeyZSetCommands.Range.Boundary - Class in io.valkey.springframework.data.valkey.connection
Deprecated.
 
ValkeyZSetCommands.ZAddArgs - Class in io.valkey.springframework.data.valkey.connection
ZADD specific arguments.
ValkeyZSetCommands.ZAddArgs.Flag - Enum Class in io.valkey.springframework.data.valkey.connection
 
value() - Method in record class io.valkey.springframework.data.valkey.core.ExpireChanges.ExpiryChangeState
Returns the value of the value record component.
value() - Method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
 
value() - Element in annotation interface io.valkey.springframework.data.valkey.core.ValkeyHash
The prefix to distinguish between domain types.
value() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
value(ValkeyElementReader<V>, ValkeyElementWriter<V>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
value(ValkeySerializationContext.SerializationPair<V>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
value(ValkeySerializer<V>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
Creates a new ReactiveHashCommands.HSetCommand given a key.
value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfAddCommand
value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
value(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
Applies the value.
value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SAddCommand
Creates a new ReactiveSetCommands.SAddCommand given a value.
value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SIsMemberCommand
Creates a new ReactiveSetCommands.SIsMemberCommand given a value.
value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMoveCommand
Creates a new ReactiveSetCommands.SMoveCommand given a value.
value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRemCommand
Creates a new ReactiveSetCommands.SRemCommand given a value.
value(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
Applies the value.
VALUE - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ReturnType
Returned as byte[]
valueAt(long) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldGetBuilder
Set the zero based bit offset.
valueAt(long) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrByBuilder
Set the zero based bit offset.
valueAt(long) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSetBuilder
Set the zero based bit offset.
valueAt(BitFieldSubCommands.Offset) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldGetBuilder
Set the bit offset.
valueAt(BitFieldSubCommands.Offset) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrByBuilder
Set the bit offset.
valueAt(BitFieldSubCommands.Offset) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSetBuilder
Set the bit offset.
valueCount(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRandMembersCommand
Creates a new ReactiveSetCommands.SRandMembersCommand given the number of values to retrieve.
valueCount(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRandMemberCommand
Creates a new ReactiveZSetCommands.ZRandMemberCommand given the number of values to retrieve.
ValueEncoding - Interface in io.valkey.springframework.data.valkey.connection
ValueEncoding is used for the Valkey internal data representation used in order to store the value associated with a key.
ValueEncoding.ValkeyValueEncoding - Enum Class in io.valkey.springframework.data.valkey.connection
Default ValueEncoding implementation of encodings used in Valkey.
valueIn(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfCountCommand
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy.Overflow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.convert.MapToPropertiesConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ExpirationOptions.Condition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.lettuce.observability.ValkeyObservation
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory.AbsentValkeyCredentials
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands.AddSlots
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand.GroupCommandAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.PopDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand.RangeMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ReturnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.SortParameters.Order
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands.AddSlots
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.LinkState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Position
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyNode.NodeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.FlushOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.MigrateOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.ShutdownOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.BitOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.connection.zset.Aggregate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.LowercaseIndexValueTransformer
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.NoOpValueTransformer
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.core.PartialUpdate.UpdateCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.EnableKeyspaceEvents
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.ShadowCopy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.stream.Task.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean.CollectionType
Returns the enum constant of this class with the specified name.
ValueOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Valkey operations for simple (or in Valkey terminology 'string') values.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy.Overflow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ClusterInfo.Info
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.convert.MapToPropertiesConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ExpirationOptions.Condition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.lettuce.observability.ValkeyObservation
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory.AbsentValkeyCredentials
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveClusterCommands.AddSlots
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.GroupCommand.GroupCommandAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.PopDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand.RangeMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ReturnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.SortParameters.Order
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands.AddSlots
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.LinkState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.DistanceUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Position
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyNode.NodeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServer.INFO
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.FlushOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.MigrateOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyServerCommands.ShutdownOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.BitOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.SetOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.connection.zset.Aggregate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
Get entry set (values) of hash at the bound key.
values() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
 
values() - Static method in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.LowercaseIndexValueTransformer
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition.NoOpValueTransformer
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.core.PartialUpdate.UpdateCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo.INFO
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.EnableKeyspaceEvents
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.ShadowCopy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.valkey.springframework.data.valkey.domain.geo.Metrics
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class io.valkey.springframework.data.valkey.repository.query.ValkeyOperationChain.PathAndValue
 
values() - Static method in enum class io.valkey.springframework.data.valkey.stream.Task.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
 
values() - Static method in enum class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean.CollectionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
 
values(H) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
Get entry set (values) of hash at key.
values(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
Get entry set (values) of hash at key.
values(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemCommand
values(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfAddCommand
values(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SAddCommand
Creates a new ReactiveSetCommands.SAddCommand given a Collection of values.
values(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRemCommand
Creates a new ReactiveSetCommands.SRemCommand given a Collection of values.
values(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemCommand
values(List<ByteBuffer>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
Applies a List of values.
values(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMIsMemberCommand
Creates a new ReactiveSetCommands.SMIsMemberCommand given one or more values.
valuesIn(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfCountCommand
valuesIn(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfMergeCommand
Creates a new ReactiveHyperLogLogCommands.PfMergeCommand given a Collection of sourceKeys.
valuesWithin(Range<Long>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
Creates a new ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the lowest to the highest score.
valuesWithin(Range<Long>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
Creates a new ReactiveZSetCommands.ZRemRangeByRankCommand given a Range.
valueTransformer() - Method in interface io.valkey.springframework.data.valkey.core.index.IndexDefinition
 
valueTransformer() - Method in class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
 
valueWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
Creates a new ReactiveZSetCommands.ZRangeStoreCommand given a Range to obtain elements ordered from the lowest to the highest lexicographical value.
verifyConnectionOpen() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
Verifies that the connection is open.
verifyPeer(SslVerifyMode) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Configure peer verification.

W

watch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
watch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
watch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
watch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
watch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
watch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterConnection
 
watch(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
watch(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyTxCommands
Watch given keys for modifications during transaction started with ValkeyTxCommands.multi().
watch(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Watch given keys for modifications during transaction started with ValkeyOperations.multi().
watch(Collection<K>) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
watch(K) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
Watch given key for modifications during transaction started with ValkeyOperations.multi().
watch(K) - Method in class io.valkey.springframework.data.valkey.core.ValkeyTemplate
 
WATCH - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
Weights - Class in io.valkey.springframework.data.valkey.connection.zset
Value object encapsulating a multiplication factor for each input sorted set.
with(ValkeyGeoCommands.GeoSearchCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchCommand
Sets the command args.
with(ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
Sets the command args.
withArgs(ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withArgs(ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
withCacheConfiguration(String, ValkeyCacheConfiguration) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Registers the given cache name and ValkeyCacheConfiguration used to create and configure a ValkeyCache on startup.
withConversionService(ConversionService) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
Define the ConversionService used for cache key to String conversion.
withCoord() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Enables coordinate retrieval.
withCoord() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Enables coordinate retrieval.
WITHCOORD - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs.Flag
 
withCord() - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs.GeoCommandFlag
 
withDist() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Enables distance retrieval.
withDist() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Enables distance retrieval.
withDist() - Static method in interface io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoCommandArgs.GeoCommandFlag
 
WITHDIST - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs.Flag
 
withExpiration(Expiration) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.GetExCommand
Applies Expiration.
withFlag(ValkeyGeoCommands.GeoRadiusCommandArgs.Flag) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies command flags.
withFlag(ValkeyGeoCommands.GeoRadiusCommandArgs.Flag) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies command flags.
withFlags(Set<ValkeyClusterNode.Flag>) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
Set flags for node.
withId(RecordId) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
 
withId(RecordId) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
 
withId(RecordId) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
 
withId(RecordId) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ObjectRecord
 
withId(RecordId) - Method in interface io.valkey.springframework.data.valkey.connection.stream.Record
Create a new instance of Record with the given RecordId.
withId(RecordId) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
Configure a RecordId.
withId(RecordId) - Method in interface io.valkey.springframework.data.valkey.connection.stream.StringRecord
 
withId(String) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords.RecordBuilder
Configure a record Id given a String.
withId(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
 
withId(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode.ValkeyNodeBuilder
Set id of server.
within(GeoShape) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchCommand
within(GeoShape) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
within(Range<Long>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitCountCommand
Applies the Range.
within(Range<Long>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.BitPosCommand
 
within(Range<Long>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.RangeCommand
Applies a Range.
within(Range<String>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.RangeCommand
Applies a Range.
within(Circle) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Creates a new ReactiveGeoCommands.GeoRadiusCommand given a Circle.
within(Distance) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Creates a new ReactiveGeoCommands.GeoRadiusByMemberCommand given a Distance.
within(Distance) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
Creates a new ReactiveGeoCommands.GeoRadiusCommand given a Distance.
withinFeet(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinFeet(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
withInitialCacheConfigurations(Map<String, ValkeyCacheConfiguration>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
Append a Map of cache name/ValkeyCacheConfiguration pairs to be pre initialized.
withinKilometers(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
withinKiometers(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMeters(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMeters(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
withinMiles(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMiles(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
withinRange(Range<?>) - Method in class io.valkey.springframework.data.valkey.connection.stream.PendingMessages
Adds the range to the current PendingMessages.
withName(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.ValkeyClusterNodeBuilder
 
withName(String) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyNode.ValkeyNodeBuilder
Define node name.
withOptions(ExpirationOptions) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
 
withOptions(ExpirationOptions) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireAtCommand
 
withOptions(ExpirationOptions) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
 
withOptions(StreamReadOptions) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
Applies the given StreamReadOptions.
withOptions(ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.KeyScanCommand
Applies ScanOptions.
withScores() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Return the score along with each returned element.
withScores() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
Return the score along with each returned element.
withSetOption(ValkeyStringCommands.SetOption) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
withStatisticsCollector(CacheStatisticsCollector) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
Obtain a ValkeyCacheWriter using the given CacheStatisticsCollector to collect metrics.
withStreamKey(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
Create a new ByteRecord with the associated stream key.
withStreamKey(String) - Method in interface io.valkey.springframework.data.valkey.connection.stream.StringRecord
Create a new StringRecord with the associated stream key.
withStreamKey(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
Create a new ByteBufferRecord with the associated stream key.
withStreamKey(SK) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
 
withStreamKey(SK) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ObjectRecord
 
withStreamKey(SK) - Method in interface io.valkey.springframework.data.valkey.connection.stream.Record
Create a new instance of Record with the given key to store the record at.
withValue(ByteBuffer) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetRangeCommand
Applies the value.
WRAP - Enum constant in enum class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy.Overflow
 
write(ObjectMapper, Object) - Method in interface io.valkey.springframework.data.valkey.serializer.JacksonObjectWriter
Write the object graph with the given root source as byte array.
write(Object, ValkeyData) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
write(T) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeyElementWriter
Serialize a element to its ByteBuffer representation.
write(T) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
Serialize the given element to its ByteBuffer representation.
writePartialUpdate(PartialUpdate<?>, ValkeyData) - Method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
 
writer(JacksonObjectWriter) - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder

X

xAck(byte[], String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xAck(byte[], String, RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xAck(byte[], String, RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xAck(byte[], String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Acknowledge one or more records, identified via their id, as processed.
xAck(byte[], String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Acknowledge one or more records, identified via their id, as processed.
xAck(String, String, RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xAck(String, String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
 
xAck(String, String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Acknowledge one or more record as processed.
xAck(ByteBuffer, String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Acknowledge one or more records as processed.
xAck(ByteBuffer, String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Acknowledge one or more records as processed.
xAck(Publisher<ReactiveStreamCommands.AcknowledgeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Acknowledge one or more records as processed.
xAdd(byte[], Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Append a new record with the given field/value pairs as content to the stream stored at key.
xAdd(ByteBufferRecord) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Add stream record with given body to key.
xAdd(ByteBufferRecord, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Add stream record with the specified options.
xAdd(MapRecord<byte[], byte[], byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xAdd(MapRecord<byte[], byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Append the given record to the stream stored at Record#getStream.
xAdd(MapRecord<byte[], byte[], byte[]>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xAdd(MapRecord<byte[], byte[], byte[]>, ValkeyStreamCommands.XAddOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xAdd(MapRecord<byte[], byte[], byte[]>, ValkeyStreamCommands.XAddOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xAdd(MapRecord<byte[], byte[], byte[]>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Append the given record to the stream stored at Record#getStream.
xAdd(StringRecord) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Append the given StringRecord to the stream stored at Record.getStream().
xAdd(StringRecord, ValkeyStreamCommands.XAddOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xAdd(StringRecord, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Append the given StringRecord to the stream stored at Record.getStream().
xAdd(String, Map<String, String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Append a record to the stream key.
xAdd(ByteBuffer, Map<ByteBuffer, ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Add stream record with given body to key.
xAdd(Publisher<ReactiveStreamCommands.AddStreamRecord>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Add stream record with given body to key.
xClaim(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xClaim(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xClaim(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xClaim(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Change the ownership of a pending message to the given new consumer.
xClaim(byte[], String, String, Duration, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Change the ownership of a pending message to the given new consumer.
xClaim(String, String, String, ValkeyStreamCommands.XClaimOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xClaim(String, String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Change the ownership of a pending message to the given new consumer.
xClaim(String, String, String, Duration, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Change the ownership of a pending message to the given new consumer.
xClaim(ByteBuffer, String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Change the ownership of a pending message to the given new consumer.
xClaim(ByteBuffer, String, String, Duration, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Change the ownership of a pending message to the given new consumer.
xClaim(Publisher<ReactiveStreamCommands.XClaimCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Change the ownership of a pending message to the given new consumer.
xClaimJustId(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xClaimJustId(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xClaimJustId(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xClaimJustId(byte[], String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Change the ownership of a pending message to the given new consumer without increasing the delivered count.
xClaimJustId(String, String, String, ValkeyStreamCommands.XClaimOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xClaimJustId(String, String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Change the ownership of a pending message to the given new consumer without increasing the delivered count.
xClaimJustId(ByteBuffer, String, String, ValkeyStreamCommands.XClaimOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Change the ownership of a pending message to the given new consumer without increasing the delivered count.
xClaimJustId(Publisher<ReactiveStreamCommands.XClaimCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Change the ownership of a pending message to the given new consumer without increasing the delivered count.
xDel(byte[], RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xDel(byte[], RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xDel(byte[], RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xDel(byte[], RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Removes the records with the given id's from the stream.
xDel(byte[], String...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Removes the records with the given id's from the stream.
xDel(String, RecordId...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xDel(String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
 
xDel(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Removes the specified entries from the stream.
xDel(ByteBuffer, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Removes the specified entries from the stream.
xDel(ByteBuffer, String...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Removes the specified entries from the stream.
xDel(Publisher<ReactiveStreamCommands.DeleteCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Removes the specified entries from the stream.
xGroup(ReactiveStreamCommands.GroupCommand) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Execute the given ReactiveStreamCommands.GroupCommand to create, destroy,... groups.
xGroup(Publisher<ReactiveStreamCommands.GroupCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Execute the given ReactiveStreamCommands.GroupCommand to create, destroy,... groups.
xGroupCreate(byte[], String, ReadOffset) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xGroupCreate(byte[], String, ReadOffset) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupCreate(byte[], String, ReadOffset) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xGroupCreate(byte[], String, ReadOffset) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Create a consumer group.
xGroupCreate(byte[], String, ReadOffset, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xGroupCreate(byte[], String, ReadOffset, boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupCreate(byte[], String, ReadOffset, boolean) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xGroupCreate(byte[], String, ReadOffset, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Create a consumer group.
xGroupCreate(String, ReadOffset, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupCreate(String, ReadOffset, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Create a consumer group.
xGroupCreate(String, ReadOffset, String, boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupCreate(String, ReadOffset, String, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Create a consumer group.
xGroupCreate(ByteBuffer, String, ReadOffset) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Create a consumer group.
xGroupCreate(ByteBuffer, String, ReadOffset, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Create a consumer group.
xGroupDelConsumer(byte[], Consumer) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xGroupDelConsumer(byte[], Consumer) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupDelConsumer(byte[], Consumer) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xGroupDelConsumer(byte[], Consumer) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Delete a consumer from a consumer group.
xGroupDelConsumer(byte[], String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Delete a consumer from a consumer group.
xGroupDelConsumer(String, Consumer) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupDelConsumer(String, Consumer) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Delete a consumer from a consumer group.
xGroupDelConsumer(ByteBuffer, Consumer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Delete a consumer from a consumer group.
xGroupDelConsumer(ByteBuffer, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Delete a consumer from a consumer group.
xGroupDestroy(byte[], String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xGroupDestroy(byte[], String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupDestroy(byte[], String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xGroupDestroy(byte[], String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Destroy a consumer group.
xGroupDestroy(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xGroupDestroy(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Destroy a consumer group.
xGroupDestroy(ByteBuffer, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Destroy a consumer group.
xInfo(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xInfo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xInfo(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xInfo(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain general information about the stream stored at the specified key.
xInfo(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xInfo(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Obtain general information about the stream stored at the specified key.
xInfo(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain general information about the stream stored at the specified key.
xInfo(Publisher<ReactiveStreamCommands.XInfoCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain general information about the stream stored at the specified key.
XInfoConsumer(String, List<Object>) - Constructor for class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumer
 
xInfoConsumers(byte[], String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xInfoConsumers(byte[], String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xInfoConsumers(byte[], String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xInfoConsumers(byte[], String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.
xInfoConsumers(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xInfoConsumers(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.
xInfoConsumers(ByteBuffer, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.
xInfoConsumers(Publisher<ReactiveStreamCommands.XInfoCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.
XInfoConsumers(String, List<Object>) - Constructor for class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
 
xInfoGroups(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xInfoGroups(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xInfoGroups(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xInfoGroups(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain information about consumer groups associated with the stream stored at the specified key.
xInfoGroups(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xInfoGroups(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Obtain information about consumer groups associated with the stream stored at the specified key.
xInfoGroups(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain general information about the stream stored at the specified key.
xInfoGroups(Publisher<ReactiveStreamCommands.XInfoCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain general information about the stream stored at the specified key.
xLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xLen(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Get the length of a stream.
xLen(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xLen(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the length of a stream.
xLen(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Get the size of the stream stored at key.
xLen(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Get the size of the stream stored at ReactiveValkeyConnection.KeyCommand.getKey()
XOR - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyStringCommands.BitOperation
 
xPending(byte[], Consumer) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtained detailed information about all pending messages for a given Consumer.
xPending(byte[], Consumer, Range<?>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain detailed information about pending messages for a given Range and Consumer within a consumer group.
xPending(byte[], String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xPending(byte[], String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xPending(byte[], String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xPending(byte[], String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain the PendingMessagesSummary for a given consumer group.
xPending(byte[], String, ValkeyStreamCommands.XPendingOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xPending(byte[], String, ValkeyStreamCommands.XPendingOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xPending(byte[], String, ValkeyStreamCommands.XPendingOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xPending(byte[], String, ValkeyStreamCommands.XPendingOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain detailed information about pending messages applying given options.
xPending(byte[], String, String) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xPending(byte[], String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtained detailed information about all pending messages for a given consumer.
xPending(byte[], String, String, Range<?>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain detailed information about pending messages for a given Range and consumer within a consumer group.
xPending(byte[], String, Range<?>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Obtain detailed information about pending messages for a given Range within a consumer group.
xPending(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xPending(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Obtain the PendingMessagesSummary for a given consumer group.
xPending(String, String, ValkeyStreamCommands.XPendingOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xPending(String, String, ValkeyStreamCommands.XPendingOptions) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Obtain detailed information about pending messages applying given options.
xPending(String, String, String, Range<String>, Long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xPending(String, String, String, Range<String>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Obtain detailed information about pending messages for a given Range within a consumer group.
xPending(String, String, Range<String>, Long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xPending(String, String, Range<String>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Obtain detailed information about pending messages for a given Range within a consumer group.
xPending(ByteBuffer, Consumer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtained detailed information about all pending messages for a given Consumer.
xPending(ByteBuffer, Consumer, Range<?>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain detailed information about pending messages for a given Range and Consumer within a consumer group.
xPending(ByteBuffer, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain the PendingMessagesSummary for a given consumer group.
xPending(ByteBuffer, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtained detailed information about all pending messages for a given consumer.
xPending(ByteBuffer, String, String, Range<?>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain detailed information about pending messages for a given Range and consumer within a consumer group.
xPending(ByteBuffer, String, Range<?>, Long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain detailed information about pending messages for a given Range within a consumer group.
xPending(Publisher<ReactiveStreamCommands.PendingRecordsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain detailed information about pending messages applying given options.
xPendingSummary(Publisher<ReactiveStreamCommands.PendingRecordsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Obtain the PendingMessagesSummary for a given consumer group.
xRange(byte[], Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xRange(byte[], Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Retrieve all records within a specific Range from the stream stored at key.
xRange(byte[], Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xRange(byte[], Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xRange(byte[], Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xRange(byte[], Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Retrieve a limited number of records within a specific Range from the stream stored at key.
xRange(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from a stream within a specific ValkeyZSetCommands.Range.
xRange(String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xRange(String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from a stream within a specific ValkeyZSetCommands.Range applying a Limit.
xRange(ByteBuffer, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from a stream within a specific Range.
xRange(ByteBuffer, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from a stream within a specific Range applying a Limit.
xRange(Publisher<ReactiveStreamCommands.RangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from a stream within a specific Range applying a Limit.
xRead(StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xRead(StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Read records from one or more StreamOffsets.
xRead(StreamOffset<ByteBuffer>...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from one or more StreamOffsets.
xRead(StreamReadOptions, StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xRead(StreamReadOptions, StreamOffset<byte[]>...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xRead(StreamReadOptions, StreamOffset<byte[]>...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xRead(StreamReadOptions, StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Read records from one or more StreamOffsets.
xRead(StreamReadOptions, StreamOffset<ByteBuffer>...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from one or more StreamOffsets.
xReadAsString(StreamOffset<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets.
xReadAsString(StreamOffset<String>...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets.
xReadAsString(StreamReadOptions, StreamOffset<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets.
xReadAsString(StreamReadOptions, StreamOffset<String>...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xReadAsString(StreamReadOptions, StreamOffset<String>...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets.
xReadGroup(Consumer, StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xReadGroup(Consumer, StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Read records from one or more StreamOffsets using a consumer group.
xReadGroup(Consumer, StreamOffset<ByteBuffer>...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from one or more StreamOffsets using a consumer group.
xReadGroup(Consumer, StreamReadOptions, StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xReadGroup(Consumer, StreamReadOptions, StreamOffset<byte[]>...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xReadGroup(Consumer, StreamReadOptions, StreamOffset<byte[]>...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xReadGroup(Consumer, StreamReadOptions, StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Read records from one or more StreamOffsets using a consumer group.
xReadGroup(Consumer, StreamReadOptions, StreamOffset<ByteBuffer>...) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from one or more StreamOffsets using a consumer group.
xReadGroupAsString(Consumer, StreamOffset<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets using a consumer group.
xReadGroupAsString(Consumer, StreamOffset<String>...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets using a consumer group.
xReadGroupAsString(Consumer, StreamReadOptions, StreamOffset<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets using a consumer group.
xReadGroupAsString(Consumer, StreamReadOptions, StreamOffset<String>...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xReadGroupAsString(Consumer, StreamReadOptions, StreamOffset<String>...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from one or more StreamOffsets using a consumer group.
xRevRange(byte[], Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xRevRange(byte[], Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Read records from a stream within a specific Range in reverse order.
xRevRange(byte[], Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xRevRange(byte[], Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xRevRange(byte[], Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xRevRange(byte[], Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Read records from a stream within a specific Range applying a Limit in reverse order.
xRevRange(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from a stream within a specific ValkeyZSetCommands.Range in reverse order.
xRevRange(String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xRevRange(String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Read records from a stream within a specific ValkeyZSetCommands.Range applying a Limit in reverse order.
xRevRange(ByteBuffer, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from a stream within a specific Range in reverse order.
xRevRange(ByteBuffer, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from a stream within a specific Range applying a Limit in reverse order.
xRevRange(Publisher<ReactiveStreamCommands.RangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Read records from a stream within a specific Range applying a Limit in reverse order.
xTrim(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xTrim(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xTrim(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xTrim(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Trims the stream to count elements.
xTrim(byte[], long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
xTrim(byte[], long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xTrim(byte[], long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
 
xTrim(byte[], long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
Trims the stream to count elements.
xTrim(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xTrim(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Trims the stream to count elements.
xTrim(String, long, boolean) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
xTrim(String, long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Trims the stream to count elements.
xTrim(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Trims the stream to count elements.
xTrim(ByteBuffer, long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Trims the stream to count elements.
xTrim(Publisher<ReactiveStreamCommands.TrimCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
Trims the stream to count elements.
xx() - Method in class io.valkey.springframework.data.valkey.connection.ExpirationOptions.ExpirationOptionsBuilder
Apply to fields that have an existing expiration.
xx() - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAddCommand
Applies xx mode (Only update elements that already exist.
xx() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs
Don't update already existing elements.
XX - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ExpirationOptions.Condition
Set expiration only when the field has an existing expiration.
XX - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands.ZAddArgs.Flag
Only update elements that already exist.

Z

zAdd(byte[], double, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Add value to a sorted set at key, or update its score if it already exists.
zAdd(byte[], double, byte[], ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zAdd(byte[], double, byte[], ValkeyZSetCommands.ZAddArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zAdd(byte[], double, byte[], ValkeyZSetCommands.ZAddArgs) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zAdd(byte[], double, byte[], ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Add value to a sorted set at key, or update its score depending on the given args.
zAdd(byte[], Set<Tuple>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Add tuples to a sorted set at key, or update its score if it already exists.
zAdd(byte[], Set<Tuple>, ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zAdd(byte[], Set<Tuple>, ValkeyZSetCommands.ZAddArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zAdd(byte[], Set<Tuple>, ValkeyZSetCommands.ZAddArgs) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zAdd(byte[], Set<Tuple>, ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Add tuples to a sorted set at key, or update its score depending on the given args.
zAdd(String, double, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zAdd(String, double, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Add value to a sorted set at key, or update its score if it already exists.
zAdd(String, double, String, ValkeyZSetCommands.ZAddArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zAdd(String, double, String, ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Add the value to a sorted set at key, or update its score depending on the given args.
zAdd(String, Set<StringValkeyConnection.StringTuple>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zAdd(String, Set<StringValkeyConnection.StringTuple>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Add tuples to a sorted set at key, or update its score if it already exists.
zAdd(String, Set<StringValkeyConnection.StringTuple>, ValkeyZSetCommands.ZAddArgs) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zAdd(String, Set<StringValkeyConnection.StringTuple>, ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Add tuples to a sorted set at key, or update its score depending on the given args.
zAdd(ByteBuffer, Double, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Add value to a sorted set at key, or update its score if it already exists.
zAdd(ByteBuffer, Collection<? extends Tuple>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Add a tuples to a sorted set at key, or update their score if it already exists.
zAdd(Publisher<ReactiveZSetCommands.ZAddCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Add ReactiveZSetCommands.ZAddCommand.getTuples() to a sorted set at ReactiveValkeyConnection.KeyCommand.getKey(), or update its score if it already exists.
ZADD - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zCard() - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
Get the size of sorted set with the bound key.
zCard(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zCard(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zCard(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zCard(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get the size of sorted set with key.
zCard(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zCard(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the size of sorted set with key.
zCard(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get the size of sorted set with key.
zCard(K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
Get the size of sorted set with key.
zCard(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get the size of sorted set with keyCommand#getKey().
ZCARD - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zCount(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zCount(byte[], double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zCount(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Count number of elements within sorted set with scores between min and max.
zCount(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zCount(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zCount(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zCount(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Count number of elements within sorted set with scores between Range#min and Range#max.
zCount(String, double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zCount(String, double, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Count number of elements within sorted set with scores between min and max.
zCount(ByteBuffer, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Count number of elements within sorted set with scores within Range.
zCount(Publisher<ReactiveZSetCommands.ZCountCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Count number of elements within sorted set with scores within Range.
ZCOUNT - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zDiff(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zDiff(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zDiff(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zDiff(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Diff sorted sets.
zDiff(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zDiff(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Diff sorted sets.
zDiff(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Diff sorted sets.
zDiff(Publisher<? extends ReactiveZSetCommands.ZDiffCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Diff sorted sets.
zDiffStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zDiffStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zDiffStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zDiffStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Diff sorted sets and store result in destination destKey.
zDiffStore(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zDiffStore(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Diff sorted sets and store result in destination destKey.
zDiffStore(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Diff sorted sets and store result in destination destinationKey.
zDiffStore(Publisher<ReactiveZSetCommands.ZDiffStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Diff sorted sets and store result in destination destinationKey.
zDiffWithScores(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zDiffWithScores(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zDiffWithScores(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zDiffWithScores(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Diff sorted sets.
zDiffWithScores(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zDiffWithScores(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Diff sorted sets.
zDiffWithScores(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Diff sorted sets.
zDiffWithScores(Publisher<? extends ReactiveZSetCommands.ZDiffCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Diff sorted sets.
zIncrBy(byte[], double, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zIncrBy(byte[], double, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zIncrBy(byte[], double, byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zIncrBy(byte[], double, byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Increment the score of element with value in sorted set by increment.
zIncrBy(String, double, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zIncrBy(String, double, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Increment the score of element with value in sorted set by increment.
zIncrBy(ByteBuffer, Number, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Increment the score of element with value in sorted set by increment.
zIncrBy(Publisher<ReactiveZSetCommands.ZIncrByCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
ZINCRBY - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zInter(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zInter(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInter(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zInter(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Intersect sorted sets.
zInter(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInter(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Intersect sorted sets.
zInter(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets.
zInter(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.
zInterStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zInterStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zInterStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Intersect sorted sets and store result in destination destKey.
zInterStore(byte[], Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zInterStore(byte[], Aggregate, int[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterStore(byte[], Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Intersect sorted sets and store result in destination destKey.
zInterStore(byte[], Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zInterStore(byte[], Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterStore(byte[], Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zInterStore(byte[], Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Intersect sorted sets and store result in destination destKey.
zInterStore(String, Aggregate, int[], String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterStore(String, Aggregate, int[], String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Intersect sorted sets and store result in destination key.
zInterStore(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterStore(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Intersect sorted sets and store result in destination key.
zInterStore(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets and store result in destination destinationKey.
zInterStore(ByteBuffer, List<ByteBuffer>, Weights) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets and store result in destination destinationKey and apply weights to individual sets.
zInterStore(ByteBuffer, List<ByteBuffer>, Weights, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zInterStore(ByteBuffer, List<ByteBuffer>, List<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets and store result in destination destinationKey and apply weights to individual sets.
zInterStore(ByteBuffer, List<ByteBuffer>, List<Double>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zInterStore(Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
ZINTERSTORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zInterWithScores(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zInterWithScores(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterWithScores(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zInterWithScores(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Intersect sorted sets.
zInterWithScores(Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zInterWithScores(Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Intersect sorted sets.
zInterWithScores(Aggregate, int[], String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Intersect sorted sets.
zInterWithScores(Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zInterWithScores(Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterWithScores(Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zInterWithScores(Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Intersect sorted sets.
zInterWithScores(Aggregate, Weights, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterWithScores(Aggregate, Weights, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Intersect sorted sets.
zInterWithScores(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zInterWithScores(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Intersect sorted sets.
zInterWithScores(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets.
zInterWithScores(List<ByteBuffer>, Weights) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets and apply weights to individual sets.
zInterWithScores(List<ByteBuffer>, Weights, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.
zInterWithScores(List<ByteBuffer>, List<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets and apply weights to individual sets.
zInterWithScores(List<ByteBuffer>, List<Double>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.
zInterWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.
ZIPLIST - Enum constant in enum class io.valkey.springframework.data.valkey.connection.ValueEncoding.ValkeyValueEncoding
Space saving representation for small lists, hashes and sorted sets.
zLexCount(byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zLexCount(byte[], Range<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zLexCount(byte[], Range<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zLexCount(byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Count number of elements within sorted set with value between Range#min and Range#max applying lexicographical ordering.
zLexCount(String, Range<String>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zLexCount(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Count number of elements within sorted set with value between Range#min and Range#max applying lexicographical ordering.
zLexCount(ByteBuffer, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Count number of elements within sorted set with value between Range#min and Range#max applying lexicographical ordering.
zLexCount(Publisher<ReactiveZSetCommands.ZLexCountCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Count number of elements within sorted set with value between Range#min and Range#max applying lexicographical ordering.
zMScore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zMScore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zMScore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zMScore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get the scores of elements with values from sorted set with key key.
zMScore(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zMScore(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the scores of elements with values from sorted set with key key.
zMScore(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get the scores of elements with values from sorted set with key key.
zMScore(Publisher<ReactiveZSetCommands.ZMScoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
zPop(Publisher<ReactiveZSetCommands.ZPopCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return elements from sorted set at keyCommand#getKey().
zPopMax(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zPopMax(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMax(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zPopMax(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove and return the value with its score having the highest score from sorted set at key.
zPopMax(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zPopMax(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMax(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zPopMax(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove and return count values with their score having the highest score from sorted set at key.
zPopMax(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMax(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return the value with its score having the highest score from sorted set at key.
zPopMax(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMax(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return count values with their score having the highest score from sorted set at key.
zPopMax(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return the value with its score having the highest score from sorted set at key.
zPopMax(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return count values with their score having the highest score from sorted set at key.
zPopMin(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zPopMin(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMin(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zPopMin(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove and return the value with its score having the lowest score from sorted set at key.
zPopMin(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zPopMin(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMin(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zPopMin(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove and return count values with their score having the lowest score from sorted set at key.
zPopMin(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMin(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return the value with its score having the lowest score from sorted set at key.
zPopMin(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zPopMin(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove and return count values with their score having the lowest score from sorted set at key.
zPopMin(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return the value with its score having the lowest score from sorted set at key.
zPopMin(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove and return count values with their score having the lowest score from sorted set at key.
zRandMember(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRandMember(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMember(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRandMember(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get random element from sorted set at key.
zRandMember(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRandMember(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMember(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRandMember(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get count random elements from sorted set at key.
zRandMember(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMember(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get random element from sorted set at key.
zRandMember(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMember(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get count random elements from sorted set at key.
zRandMember(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get random element from sorted set at key.
zRandMember(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get count random elements from sorted set at key.
zRandMember(Publisher<ReactiveZSetCommands.ZRandMemberCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get random elements from sorted set at key.
zRandMemberWithScore(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRandMemberWithScore(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMemberWithScore(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRandMemberWithScore(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get random element from sorted set at key.
zRandMemberWithScore(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRandMemberWithScore(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMemberWithScore(byte[], long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRandMemberWithScore(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get count random elements from sorted set at key.
zRandMemberWithScore(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMemberWithScore(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get random element from sorted set at key.
zRandMemberWithScore(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get random element from sorted set at key.
zRandMemberWithScore(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get count random elements from sorted set at key.
zRandMemberWithScore(Publisher<ReactiveZSetCommands.ZRandMemberCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get random elements from sorted set at key.
zRandMemberWithScores(String, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRandMemberWithScores(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get count random elements from sorted set at key.
zRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements between start and end from sorted set.
zRange(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRange(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements between start and end from sorted set.
zRange(ByteBuffer, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRange(Publisher<ReactiveZSetCommands.ZRangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get set of Tuples in range from sorted set.
ZRANGE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRangeByLex(byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByLex(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get all the elements in the sorted set at key in lexicographical ordering.
zRangeByLex(byte[], Range<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByLex(byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get all the elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeByLex(byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByLex(byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeByLex(byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get all the elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByLex(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get all the elements in the sorted set at key in lexicographical ordering.
zRangeByLex(String, Range<String>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByLex(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get all the elements in ValkeyZSetCommands.Range from the sorted set at key in lexicographical ordering.
zRangeByLex(String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByLex(String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get all the elements in ValkeyZSetCommands.Range from the sorted set at key in lexicographical ordering.
zRangeByLex(ByteBuffer, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(ByteBuffer, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(Publisher<ReactiveZSetCommands.ZRangeByLexCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByScore(byte[], double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements where score is between min and max from sorted set.
zRangeByScore(byte[], double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(byte[], double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(byte[], String, String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeByScore(byte[], String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(byte[], String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
zRangeByScore(byte[], String, String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeByScore(byte[], String, String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(byte[], String, String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeByScore(byte[], String, String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements where score is between Range#min and Range#max from sorted set.
zRangeByScore(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeByScore(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeByScore(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements in range from Limit#count to Limit#offset where score is between Range#min and Range#max from sorted set.
zRangeByScore(String, double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(String, double, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements where score is between min and max from sorted set.
zRangeByScore(String, double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(String, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(String, String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(String, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements where score is between min and max from sorted set.
zRangeByScore(String, String, String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScore(String, String, String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(ByteBuffer, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRangeByScore(ByteBuffer, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRangeByScore(Publisher<ReactiveZSetCommands.ZRangeByScoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get Tuples in range from sorted set.
ZRANGEBYSCORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScoreWithScores(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuples where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScoreWithScores(byte[], double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuples in range from start to end where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScoreWithScores(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuples where score is between Range#min and Range#max from sorted set.
zRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuples in range from Limit#offset to Limit#offset + Limit#count where score is between Range#min and Range#max from sorted set.
zRangeByScoreWithScores(String, double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScoreWithScores(String, double, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get set of Tuples where score is between min and max from sorted set.
zRangeByScoreWithScores(String, double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeByScoreWithScores(String, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get set of Tuples in range from start to end where score is between min and max from sorted set.
zRangeByScoreWithScores(ByteBuffer, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get Tuples in range from sorted set.
zRangeByScoreWithScores(ByteBuffer, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get Tuples in range from sorted set.
zRangeStore(Publisher<ReactiveZSetCommands.ZRangeStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get set of Tuples in range from sorted set.
zRangeStoreByLex(byte[], byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE , but stores the result in the dstKey destination key.
zRangeStoreByLex(byte[], byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeStoreByLex(byte[], byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreByLex(byte[], byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeStoreByLex(byte[], byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE , but stores the result in the dstKey destination key.
zRangeStoreByLex(String, String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE , but stores the result in the dstKey destination key.
zRangeStoreByLex(String, String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreByLex(String, String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE , but stores the result in the dstKey destination key.
zRangeStoreByLex(ByteBuffer, ByteBuffer, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Add elements from srcKey by lexicographical range to destKey.
zRangeStoreByScore(byte[], byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE, but stores the result in the dstKey destination key.
zRangeStoreByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeStoreByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeStoreByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE, but stores the result in the dstKey destination key.
zRangeStoreByScore(String, String, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE, but stores the result in the dstKey destination key.
zRangeStoreByScore(String, String, Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreByScore(String, String, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE, but stores the result in the dstKey destination key.
zRangeStoreByScore(ByteBuffer, ByteBuffer, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Add elements from srcKey by score range to destKey.
zRangeStoreRevByLex(byte[], byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE … REV , but stores the result in the dstKey destination key.
zRangeStoreRevByLex(byte[], byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeStoreRevByLex(byte[], byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreRevByLex(byte[], byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeStoreRevByLex(byte[], byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE … REV , but stores the result in the dstKey destination key.
zRangeStoreRevByLex(String, String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE … REV , but stores the result in the dstKey destination key.
zRangeStoreRevByLex(String, String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreRevByLex(String, String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE … REV , but stores the result in the dstKey destination key.
zRangeStoreRevByLex(ByteBuffer, ByteBuffer, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Add elements from srcKey by reverse lexicographical range to destKey.
zRangeStoreRevByScore(byte[], byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE … REV, but stores the result in the dstKey destination key.
zRangeStoreRevByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeStoreRevByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreRevByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeStoreRevByScore(byte[], byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
This command is like ZRANGE … REV, but stores the result in the dstKey destination key.
zRangeStoreRevByScore(String, String, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE … REV, but stores the result in the dstKey destination key.
zRangeStoreRevByScore(String, String, Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeStoreRevByScore(String, String, Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
This command is like ZRANGE … REV, but stores the result in the dstKey destination key.
zRangeStoreRevByScore(ByteBuffer, ByteBuffer, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Add elements from srcKey by reverse score range to destKey.
zRangeWithScores(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRangeWithScores(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeWithScores(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRangeWithScores(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuples between start and end from sorted set.
zRangeWithScores(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRangeWithScores(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get set of Tuples between start and end from sorted set.
zRangeWithScores(ByteBuffer, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get set of Tuples in range from sorted set.
zRank(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRank(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRank(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRank(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Determine the index of element with value in a sorted set.
zRank(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRank(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Determine the index of element with value in a sorted set.
zRank(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set.
zRank(Publisher<ReactiveZSetCommands.ZRankCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set when scored by ReactiveZSetCommands.ZRankCommand.getDirection().
ZRANK - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRem(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRem(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRem(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRem(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove values from sorted set.
zRem(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRem(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove values from sorted set.
zRem(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove value from sorted set.
zRem(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove values from sorted set.
zRem(Publisher<ReactiveZSetCommands.ZRemCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
ZREM - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRemRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRemRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRemRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRemRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove elements in range between start and end from sorted set with key.
zRemRange(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRemRange(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove elements in range between start and end from sorted set with key.
zRemRangeByLex(byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRemRangeByLex(byte[], Range<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRemRangeByLex(byte[], Range<byte[]>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRemRangeByLex(byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove all elements between the lexicographical Range.
zRemRangeByLex(String, Range<String>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRemRangeByLex(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove all elements between the lexicographical ValkeyZSetCommands.Range.
zRemRangeByLex(ByteBuffer, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with key.
zRemRangeByLex(Publisher<ReactiveZSetCommands.ZRemRangeByLexCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with ReactiveValkeyConnection.KeyCommand.getKey().
zRemRangeByRank(ByteBuffer, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with key.
zRemRangeByRank(Publisher<ReactiveZSetCommands.ZRemRangeByRankCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with ReactiveValkeyConnection.KeyCommand.getKey().
ZREMRANGEBYRANK - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRemRangeByScore(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRemRangeByScore(byte[], double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRemRangeByScore(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove elements with scores between min and max from sorted set with key.
zRemRangeByScore(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRemRangeByScore(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRemRangeByScore(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRemRangeByScore(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Remove elements with scores between Range#min and Range#max from sorted set with key.
zRemRangeByScore(String, double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRemRangeByScore(String, double, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Remove elements with scores between min and max from sorted set with key.
zRemRangeByScore(ByteBuffer, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with key.
zRemRangeByScore(Publisher<ReactiveZSetCommands.ZRemRangeByScoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with ReactiveValkeyConnection.KeyCommand.getKey().
ZREMRANGEBYSCORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRevRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRevRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRange(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRevRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements in range from start to end from sorted set ordered from high to low.
zRevRange(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRange(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements in range from start to end from sorted set ordered from high to low.
zRevRange(ByteBuffer, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
ZREVRANGE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRevRangeByLex(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get all the elements in the sorted set at key in reversed lexicographical ordering.
zRevRangeByLex(byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get all the elements in Range from the sorted set at key in reversed lexicographical ordering.
zRevRangeByLex(byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRevRangeByLex(byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByLex(byte[], Range<byte[]>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRevRangeByLex(byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get all the elements in Range from the sorted set at key in reversed lexicographical ordering.
zRevRangeByLex(String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get all the elements in the sorted set at key in reversed lexicographical ordering.
zRevRangeByLex(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get all the elements in ValkeyZSetCommands.Range from the sorted set at key in reversed lexicographical ordering.
zRevRangeByLex(String, Range<String>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByLex(String, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get all the elements in ValkeyZSetCommands.Range from the sorted set at key in reversed lexicographical ordering.
zRevRangeByLex(ByteBuffer, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRevRangeByLex(ByteBuffer, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRevRangeByScore(byte[], double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScore(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRangeByScore(byte[], double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScore(byte[], double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScore(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScore(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements where score is between Range#min and Range#max from sorted set ordered from high to low.
zRevRangeByScore(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRevRangeByScore(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScore(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRevRangeByScore(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get elements in range from Limit#offset to Limit#offset + Limit#count where score is between Range#min and Range#max from sorted set ordered high -> low.
zRevRangeByScore(String, double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScore(String, double, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRangeByScore(String, double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScore(String, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScore(ByteBuffer, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
zRevRangeByScore(ByteBuffer, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
ZREVRANGEBYSCORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zRevRangeByScoreWithScores(byte[], double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScoreWithScores(byte[], double, double) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuple where score is between min and max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScoreWithScores(byte[], double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(byte[], Range<? extends Number>) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScoreWithScores(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuple where score is between Range#min and Range#max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRevRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRevRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuple in range from Limit#offset to Limit#count where score is between Range#min and Range#max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(String, double, double) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScoreWithScores(String, double, double) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get set of Tuple where score is between min and max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(String, double, double, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeByScoreWithScores(String, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get set of Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(ByteBuffer, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get set of Tuples in range from sorted set in reverse score ordering.
zRevRangeByScoreWithScores(ByteBuffer, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get Tuples in range from sorted set in reverse score ordering.
zRevRangeWithScores(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRevRangeWithScores(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeWithScores(byte[], long, long) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRevRangeWithScores(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get set of Tuples in range from start to end from sorted set ordered from high to low.
zRevRangeWithScores(String, long, long) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRangeWithScores(String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get set of Tuples in range from start to end from sorted set ordered from high to low.
zRevRangeWithScores(ByteBuffer, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get set of Tuples in range from sorted set in reverse score ordering.
zRevRank(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zRevRank(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRank(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zRevRank(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Determine the index of element with value in a sorted set when scored high to low.
zRevRank(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zRevRank(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Determine the index of element with value in a sorted set when scored high to low.
zRevRank(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set when scored high to low.
ZREVRANK - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zScan(byte[], ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zScan(byte[], ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zScan(byte[], ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zScan(byte[], ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Use a Cursor to iterate over elements in sorted set at key.
zScan(String, ScanOptions) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zScan(String, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Use a Cursor to iterate over elements in sorted set at key.
zScan(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Use a Flux to iterate over members in the sorted set at key.
zScan(ByteBuffer, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Use a Flux to iterate over members in the sorted set at key given ScanOptions.
zScan(Publisher<ReactiveValkeyConnection.KeyScanCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Use a Flux to iterate over members in the sorted set at key.
ZSCAN - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zScore(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zScore(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zScore(byte[], byte[]) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zScore(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Get the score of element with value from sorted set with key key.
zScore(String, String) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zScore(String, String) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Get the score of element with value from sorted set with key key.
zScore(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Get the score of element with value from sorted set with key key.
zScore(Publisher<ReactiveZSetCommands.ZScoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
ZSCORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
ZSET - Enum constant in enum class io.valkey.springframework.data.valkey.connection.DataType
 
ZSET - Enum constant in enum class io.valkey.springframework.data.valkey.support.collections.ValkeyCollectionFactoryBean.CollectionType
 
zSetCommands() - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zSetCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
 
zSetCommands() - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
 
zSetCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
 
zSetCommands() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnection
 
zSetCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyClusterConnection
 
zSetCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection
zSetCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
zSetCommands() - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
 
ZSetOperations<K,V> - Interface in io.valkey.springframework.data.valkey.core
Valkey ZSet/sorted set specific operations.
ZSetOperations.TypedTuple<V> - Interface in io.valkey.springframework.data.valkey.core
Typed ZSet tuple.
zUnion(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zUnion(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnion(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zUnion(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Union sorted sets.
zUnion(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnion(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union sorted sets.
zUnion(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets.
zUnion(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and apply weights to individual sets.
zUnionStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zUnionStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionStore(byte[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zUnionStore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Union sorted sets.
zUnionStore(byte[], Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zUnionStore(byte[], Aggregate, int[], byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionStore(byte[], Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Union sorted sets and store result in destination destKey.
zUnionStore(byte[], Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zUnionStore(byte[], Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionStore(byte[], Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zUnionStore(byte[], Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Union sorted sets and store result in destination destKey.
zUnionStore(String, Aggregate, int[], String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionStore(String, Aggregate, int[], String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union sorted sets and store result in destination key.
zUnionStore(String, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionStore(String, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union sorted sets and store result in destination key.
zUnionStore(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets and store result in destination destinationKey.
zUnionStore(ByteBuffer, List<ByteBuffer>, Weights) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(ByteBuffer, List<ByteBuffer>, Weights, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(ByteBuffer, List<ByteBuffer>, List<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(ByteBuffer, List<ByteBuffer>, List<Double>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
ZUNIONSTORE - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyCommand
 
zUnionWithScores(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zUnionWithScores(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionWithScores(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zUnionWithScores(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Union sorted sets.
zUnionWithScores(Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zUnionWithScores(Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Union sorted sets.
zUnionWithScores(Aggregate, int[], String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union sorted sets.
zUnionWithScores(Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
Deprecated.
zUnionWithScores(Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionWithScores(Aggregate, Weights, byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
 
zUnionWithScores(Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
Union sorted sets.
zUnionWithScores(Aggregate, Weights, String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionWithScores(Aggregate, Weights, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union sorted sets.
zUnionWithScores(String...) - Method in class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
 
zUnionWithScores(String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
Union sorted sets.
zUnionWithScores(List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets.
zUnionWithScores(List<ByteBuffer>, Weights) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets and apply weights to individual sets.
zUnionWithScores(List<ByteBuffer>, Weights, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and apply weights to individual sets.
zUnionWithScores(List<ByteBuffer>, List<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets and apply weights to individual sets.
zUnionWithScores(List<ByteBuffer>, List<Double>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and apply weights to individual sets.
zUnionWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and apply weights to individual sets.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form