Index
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
AbstractSubscriptioninstance. - 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
AbstractValkeyCollectioninstance. - 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
Mapholding 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
Mapholding 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
Mapholding 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
Mapholding 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
ValkeyGeoCommands.GeoLocationto key. - add(Iterable<ValkeyGeoCommands.GeoLocation<M>>) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Add
ValkeyGeoCommands.GeoLocations to key - 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
keywith the specified options. - add(Map<M, Point>) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Add
Mapof member /Pointpairs to key. - add(Set<ZSetOperations.TypedTuple<V>>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Add
tuplesto a sorted set at the bound key, or update itsscoreif it already exists. - add(K, ValkeyGeoCommands.GeoLocation<M>) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Add
ValkeyGeoCommands.GeoLocationto key. - add(K, ValkeyGeoCommands.GeoLocation<M>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Add
ValkeyGeoCommands.GeoLocationto key. - add(K, Iterable<ValkeyGeoCommands.GeoLocation<M>>) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Add
ValkeyGeoCommands.GeoLocations to key - add(K, Iterable<ValkeyGeoCommands.GeoLocation<M>>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Add
ValkeyGeoCommands.GeoLocations to key - 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
keywith 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
keywith the specified options. - add(K, Map<M, Point>) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Add
Mapof member /Pointpairs to key. - add(K, Map<M, Point>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Add
Mapof member /Pointpairs to key. - add(K, Set<ZSetOperations.TypedTuple<V>>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Add
tuplesto a sorted set atkey, or update itsscoreif it already exists. - add(K, Publisher<? extends Collection<ValkeyGeoCommands.GeoLocation<M>>>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Add
ValkeyGeoCommands.GeoLocations to key - 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
Pointwith given member name to key. - add(K, Point, M) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Add
Pointwith 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
valuesto set atkey. - add(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Add given
valuesto set atkey. - add(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Add
valueto a sorted set atkey, or update itsscoreif it already exists. - add(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Add
valueto a sorted set atkey, or update itsscoreif it already exists. - add(Point, M) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Add
Pointwith given member name to key. - add(V...) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Add given
valuesto set at the bound key. - add(V, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Add
valueto a sorted set at the bound key, or update itsscoreif 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
tuplesto a sorted set atkey, 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
Converterto extract theStringrepresentation of a cache key if no suitableObject.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 scoreif 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
tuplesto 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
tuplesto a sorted set atkeyif it does not already exists. - addIfAbsent(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Add
valueto a sorted set atkeyif it does not already exists. - addIfAbsent(V, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Add
valueto 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
-
Add
KeyspaceConfiguration.KeyspaceSettingsfor type. - 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
nodeto the list of nodes givenhostName. - 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.SlotRangeto 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
Aggregatefunction. - aggregateUsing(Aggregate) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
-
Applies a specific
Aggregatefunction. - aggregateUsing(Aggregate) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
-
Applies a specific
Aggregatefunction. - aggregateUsing(Aggregate) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
-
Applies a specific
Aggregatefunction. - all() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LRemCommand
-
Creates a new
ReactiveListCommands.LRemCommandto 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
valuetokey. - append(String) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
-
Append a
valueto 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
valuetokey. - 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
valuetokey. - append(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Append a
valuetokey. - 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
- 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
- applyHashFieldExpiration(byte[], Expiration, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
-
Apply a given
Expirationto the given fields. - applyHashFieldExpiration(byte[], Expiration, ExpirationOptions, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
- 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
Listof weights. - applyWeights(List<Double>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
-
Applies the
Listof weights. - applyWeights(List<Double>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
-
Applies the
Collectionof weights. - applyWeights(List<Double>) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
-
Applies the
Listof 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
NOACKflag 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
RecordIdsignalling the server to auto generate an entry-id on insert (XADD). - await(Duration) - Method in interface io.valkey.springframework.data.valkey.stream.Subscription
- awaitStart(Duration) - Method in interface io.valkey.springframework.data.valkey.stream.Task
-
Synchronous, blocking call that awaits until this
Taskbecomes 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
-
ValkeyPersistentEntityimplementation. - BasicValkeyPersistentEntity(TypeInformation<T>, KeySpaceResolver, TimeToLiveAccessor) - Constructor for class io.valkey.springframework.data.valkey.core.mapping.BasicValkeyPersistentEntity
-
Creates new
BasicValkeyPersistentEntity. - batchSize(int) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
-
Configure a batch size for the
COUNToption during reading. - batchSize(int) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
-
Configure a batch size for the
COUNToption during reading. - BatchStrategies - Class in io.valkey.springframework.data.valkey.cache
- BatchStrategy - Interface in io.valkey.springframework.data.valkey.cache
-
A
BatchStrategyto be used withValkeyCacheWriter. - 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
BeanUtilsHashMapperfor the giventype. - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
ValkeyConnectionfrom the givenValkeyConnectionFactoryand 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
ValkeyConnectionfrom the givenValkeyConnectionFactoryand 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.GetBitCommandgiven a key. - bit(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetBitCommand
-
Creates a new
ReactiveStringCommands.SetBitCommandgiven a key. - bitCount(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keybetweenstartandend. - 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
keybetweenstartandend. - 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.BitCountCommandgiven 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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.BitFieldCommandgiven 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
BITFIELDcommand representation holding severalBitFieldSubCommands.BitFieldSubCommands to execute. - BitFieldSubCommands.AbstractBitFieldSubCommand - Class in io.valkey.springframework.data.valkey.connection
- BitFieldSubCommands.BitFieldGet - Class in io.valkey.springframework.data.valkey.connection
-
The
GETsub command used withBitFieldSubCommands. - BitFieldSubCommands.BitFieldGetBuilder - Class in io.valkey.springframework.data.valkey.connection
- BitFieldSubCommands.BitFieldIncrBy - Class in io.valkey.springframework.data.valkey.connection
-
The
INCRBYsub command used withBitFieldSubCommands. - 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
SETsub command used withBitFieldSubCommands. - 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
-
Offset used inside a
BitFieldSubCommands.BitFieldSubCommand. - bitOp(ValkeyStringCommands.BitOperation, byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
bitin a string. - bitPos(byte[], boolean, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
bitin 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
bitin 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
bitin 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
bitin 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
bitin 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
bitin 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - block(Duration) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
-
Use a blocking read and supply the
timeoutafter 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
-
Creates a new
ReactiveStreamCommands.AddStreamRecordgivenbody. - 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 -
GeoOperationsbound 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
BoundingBoxfrom the given width, height andMetric. - BoundingBox(Distance, Distance) - Constructor for class io.valkey.springframework.data.valkey.domain.geo.BoundingBox
-
Creates a new
BoundingBoxfrom 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 atReactiveListCommands.BPopCommand.getKeys().
Blocks connection until element available orReactiveListCommands.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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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 todstKeyand 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 todstKeyand return its value (seeDefaultedValkeyConnection.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 toReactiveListCommands.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
ValkeyCacheManagerwith 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
JedisClientConfigurationwith the configuration applied from this builder. - build() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
-
Build the
JedisClientConfigurationwith the configuration applied from this builder. - build() - Method in interface io.valkey.springframework.data.valkey.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
-
Build the
JedisClientConfigurationwith the configuration applied from this builder. - build() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
-
Build the
LettuceClientConfigurationwith the configuration applied from this builder. - build() - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
-
Build the
LettuceClientConfigurationwith 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 the
ValkeyGlideClientConfiguration. - 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
ScanOptionsobjects. - build() - Method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer.GenericJackson2JsonValkeySerializerBuilder
-
Creates a new instance of
GenericJackson2JsonValkeySerializerwith configuration options applied. - build() - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Builds a
ValkeySerializationContext. - build() - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.ConsumerStreamReadRequestBuilder
-
Build a new instance of
StreamMessageListenerContainer.ConsumerStreamReadRequest. - 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 a new instance of
StreamMessageListenerContainer.StreamReadRequest. - build() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
-
Build new
StreamReceiver.StreamReceiverOptions. - 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.JedisClientConfigurationBuilderto buildJedisClientConfigurationto be used with the jedis client. - builder() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration
-
Creates a new
LettuceClientConfiguration.LettuceClientConfigurationBuilderto buildLettuceClientConfigurationto be used with the Lettuce client. - builder() - Static method in interface io.valkey.springframework.data.valkey.connection.lettuce.LettucePoolingClientConfiguration
-
Creates a new
LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilderto buildLettucePoolingClientConfigurationto be used with the Lettuce client. - builder() - Static method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
-
Creates a new
ValkeyGlideClientConfiguration.ValkeyGlideClientConfigurationBuilderto buildValkeyGlideClientConfiguration. - 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
ValkeyCacheManagerinitialized with the givenValkeyCacheWriter. - 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
ValkeyCacheManagerinitialized with the givenValkeyConnectionFactory. - 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
widthandheight. - 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
radiusaround 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
ValkeySerializationContextusing abyte[]serialization. - byteArray() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
-
Creates a pass through
ValkeySerializationContext.SerializationPairto pass-thrubyteobjects. - byteArray() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
-
Obtain a
ValkeySerializerthat passes thrubyte[]. - 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
ValkeySerializationContextusing aByteBufferserialization. - byteBuffer() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
-
Creates a pass through
ValkeySerializationContext.SerializationPairto pass-thruByteBufferobjects. - ByteBufferRecord - Interface in io.valkey.springframework.data.valkey.connection.stream
-
A
Recordwithin 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
Recordwithin the stream backed by a collection of binary field/value pairs. - bytesSetToGeoResultsConverter() - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
- ByteUtils - Class in io.valkey.springframework.data.valkey.util
-
Some handy methods for dealing with
bytearrays. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
ValkeyCacheConfigurationapplied to dynamically createdValkeyCaches. - CacheKeyPrefix - Interface in io.valkey.springframework.data.valkey.cache
-
CacheKeyPrefixis 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
ValkeyCacheoperations such as hits & misses. - CacheStatisticsProvider - Interface in io.valkey.springframework.data.valkey.cache
-
Interface to be implemented by objects that expose
CacheStatisticsidentified bycacheName. - 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
- 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
Predicateto be notified onread, deserialization, and listener errors. - cancelOnError(Predicate<Throwable>) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
- 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
typecan be serialized by this serializer. - CdiBean<T> - Class in io.valkey.springframework.data.valkey.repository.cdi
-
Base class for
Beanwrappers. - 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
ChannelTopicfor 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
-
Create a new
ReactiveSubscription.ChannelMessage. - ChannelTopic - Class in io.valkey.springframework.data.valkey.listener
-
Channel Topicimplementation mapping to a Valkey channel. - ChannelTopic(String) - Constructor for class io.valkey.springframework.data.valkey.listener.ChannelTopic
-
Constructs a new
ChannelTopicinstance. - CHARSET - Static variable in class io.valkey.springframework.data.valkey.core.convert.Bucket
- 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
clientNameto be set withCLIENT SETNAME. - clientName(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
-
Configure a
clientNameto be set withCLIENT 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
-
Assign
ValkeyClusterNode.SlotRange.getSlotsArray()to givenValkeyClusterNode. - clusterAddSlots(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
-
Assign
ValkeyClusterNode.SlotRange.getSlotsArray()to givenValkeyClusterNode. - 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
-
Creates new
ClusterCommandExecutionFailureException. - ClusterCommandExecutionFailureException(List<? extends Throwable>) - Constructor for exception io.valkey.springframework.data.valkey.connection.ClusterCommandExecutionFailureException
-
Creates new
ClusterCommandExecutionFailureException. - ClusterCommandExecutor - Class in io.valkey.springframework.data.valkey.connection
-
ClusterCommandExecutortakes care of running commands across the known cluster nodes. - ClusterCommandExecutor(ClusterTopologyProvider, ClusterNodeResourceProvider, ExceptionTranslationStrategy) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
-
Create a new
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.MultiNodeResultholds allClusterCommandExecutor.NodeResultof a command executed on multipleValkeyClusterNode. - ClusterCommandExecutor.NodeResult<T> - Class in io.valkey.springframework.data.valkey.connection
-
ClusterCommandExecutor.NodeResultencapsulates the actualvaluereturned by aClusterCommandExecutor.ClusterCommandCallbackon a givenValkeyClusterNode. - 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
-
Get
ValkeyGeoCommands. - 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
-
Removes
ValkeyClusterNode.SlotRange.getSlotsArray()from givenValkeyClusterNode. - clusterDeleteSlotsInRange(ValkeyClusterNode, ValkeyClusterNode.SlotRange) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
-
Removes
ValkeyClusterNode.SlotRange.getSlotsArray()from givenValkeyClusterNode. - 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
ValkeyClusterNodeserving 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
ValkeyClusterNodeserving 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
ValkeyClusterNodeserving given slot. - clusterGetNodeForSlot(int) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyClusterCommands
-
Find the
ValkeyClusterNodeserving 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
-
ClusterInfogives access to cluster information such ascluster_stateandcluster_slots_assignedprovided by theCLUSTER INFOcommand. - ClusterInfo(Properties) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterInfo
-
Creates new
ClusterInfofor givenProperties. - 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
-
ClusterNodeResourceProviderprovides 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
-
ClusterRedirectExceptionindicates 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
-
Creates new
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
-
DataAccessResourceFailureExceptionindicating 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
-
Creates new
ClusterStateFailureException. - ClusterStateFailureException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.ClusterStateFailureException
-
Creates new
ClusterStateFailureException. - ClusterTopology - Class in io.valkey.springframework.data.valkey.connection
-
ClusterTopologyholds snapshot like information aboutValkeyClusterNodes. - 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
-
ClusterTopologyProvidermanages 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
-
Get
ValkeyCommands. - 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
IndexResolverimplementation that iterates over a given collection of delegateIndexResolverinstances. - CompositeIndexResolver(Collection<IndexResolver>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.CompositeIndexResolver
-
Create new
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
prefixfor the actual cache key stored in Valkey. - computePrefixWith(CacheKeyPrefix) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
-
Use the given
CacheKeyPrefixto 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
bytearrays into one. - concatAll(byte[]...) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
-
Concatenate the given
bytearrays 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
ObjectMappercreated by thisGenericJackson2JsonValkeySerializerand used to de/serializeobjectsas JSON. - configureKeyConverters(Consumer<ConverterRegistry>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
-
Configure the underlying
ConversionServiceused 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
Consumerto consume stream messages within a consumer group. - consumer(Consumer) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
-
Configure a
Consumerto 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.SlotRangecontains the givenslot, 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
convertedbefore 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 -
ConvertingCursorwraps a given cursor and applies givenConverterto 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
keyto aStringused 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
sourceKeytotargetKey. - 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
sourceKeytotargetKey. - copy(ByteBuffer, ByteBuffer, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Copy given
keyto a targetkey. - copy(K, K, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Copy given
sourceKeytotargetKey. - 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
sourceKeytotargetKey. - 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
minandmax. - 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.ScanOptionsBuilderconfigured with the givencount. - 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
minandmax. - count(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Count number of elements within sorted set with scores between
minandmax. - 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
keysthat 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
keysthat 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
JacksonObjectReaderdelegating toObjectMapper.readValue(InputStream, JavaType). - create() - Static method in interface io.valkey.springframework.data.valkey.serializer.JacksonObjectWriter
-
Create a default
JacksonObjectWriterdelegating toObjectMapper.writeValueAsBytes(Object). - create(BitFieldSubCommands.BitFieldSubCommand...) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
-
Creates a new
BitFieldSubCommandswith Multiple BitFieldSubCommand. - create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldGet
-
Creates a new
BitFieldSubCommands.BitFieldGet. - create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset, long) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
-
Creates a new
BitFieldSubCommands.BitFieldIncrBy. - create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset, long) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldSet
-
Creates a new
BitFieldSubCommands.BitFieldSet. - create(BitFieldSubCommands.BitFieldType, BitFieldSubCommands.Offset, long, BitFieldSubCommands.BitFieldIncrBy.Overflow) - Static method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands.BitFieldIncrBy
-
Creates a new
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 a new
StreamReceivergivenReactiveValkeyConnectionFactoryandStreamReceiver.StreamReceiverOptions. - create(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
-
Factory method used to construct a new
ValkeyCacheManagerinitialized with the givenValkeyConnectionFactoryand usingdefaultsfor 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
DefaultValkeyListinstance. - 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
ValkeyListinstance. - create(String, ValkeyOperations<String, E>) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeySet
-
Constructs a new
ValkeySetinstance. - create(String, ValkeyOperations<String, E>) - Static method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
-
Constructs a new
ValkeyZSetinstance 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
ValkeyZSetinstance. - 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
ValkeyListfrom a Valkey list reference by the givenkey. - create(K, ReadOffset) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
- 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
- create(S, V) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.ObjectRecord
- 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
- createCredentialsProvider(ValkeyConfiguration) - Method in interface io.valkey.springframework.data.valkey.connection.lettuce.ValkeyCredentialsProviderFactory
-
Create a
RedisCredentialsProviderfor data node authentication givenValkeyConfiguration. - 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
- 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
RedisCredentialsProviderfor Sentinel node authentication givenValkeySentinelConfiguration. - 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
ClusterTopologyProvidergivenJedisCluster. - createValkeyCache(String, ValkeyCacheConfiguration) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
- createValkeyConfiguration(RedisURI) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Creates a
ValkeyConfigurationbased on aRedisURIaccording to the following: IfRedisURIcontains sentinels, aValkeySentinelConfigurationis returned IfRedisURIhas a configured socket aValkeySocketConfigurationis returned Otherwise aValkeyStandaloneConfigurationis returned - createValkeyConfiguration(String) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Creates a
ValkeyConfigurationbased on aURIaccording to the following: IfredisUricontains sentinels, aValkeySentinelConfigurationis returned IfredisUrihas a configured socket aValkeySocketConfigurationis returned Otherwise aValkeyStandaloneConfigurationis 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
SCANcommand. - 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
JedisClientConfigBuilderCustomizerto configureJedisClientConfig. - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keyby 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
keyby 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
-
Creates a new
ReactiveNumberCommands.DecrByCommandgiven akey. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keybyvalue. - 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
keybyvalue. - 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
keyby one. - decrement(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Decrement an integer value stored as string value under
keyby one. - decrement(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Decrements the number stored at
keybydelta. - decrement(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Decrement an integer value stored as string value under
keybydelta. - 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
ValkeyCacheConfigurationusing the following: key expiration eternal cache null values yes prefix cache keys yes default prefix [the actual cache name] key serializerStringValkeySerializervalue serializerJdkSerializationValkeySerializerconversion serviceDefaultFormattingConversionServicewithdefaultcache key converters - defaultCacheConfig(ClassLoader) - Static method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
-
Create default
ValkeyCacheConfigurationgivenClassLoaderusing the following: key expiration eternal cache null values yes prefix cache keys yes default prefix [the actual cache name] key serializerStringValkeySerializervalue serializerJdkSerializationValkeySerializerconversion serviceDefaultFormattingConversionServicewithdefaultcache 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
LettuceClientConfigurationwith: SSL no Peer Verification yes Start TLS no Client OptionsClientOptionswith enabledTimeoutOptionsClient 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
LettucePoolingClientConfigurationwith SSL no Peer Verification yes Start TLS no Client OptionsClientOptionswith enabledTimeoutOptionsClient Resources none Client name none Read From none Connect Timeout 60 Seconds Shutdown Timeout 100 Milliseconds Shutdown Quiet Period 100 Milliseconds pool config defaultGenericObjectPoolConfig - defaultConfiguration() - Static method in interface io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClientConfiguration
-
Creates a default
ValkeyGlideClientConfigurationwith 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
-
Creates a new
DefaultReactiveScriptExecutorgivenReactiveValkeyConnectionFactoryandValkeySerializationContext. - 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
DefaultSortParametersinstance. - DefaultSortParameters(byte[], SortParameters.Range, byte[][], SortParameters.Order, Boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
-
Constructs a new
DefaultSortParametersinstance. - DefaultSortParameters(SortParameters.Range, SortParameters.Order, Boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultSortParameters
-
Constructs a new
DefaultSortParametersinstance. - DefaultStringTuple - Class in io.valkey.springframework.data.valkey.connection
-
Default implementation for
StringValkeyConnection.StringTupleinterface. - DefaultStringTuple(byte[], String, Double) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
-
Constructs a new
DefaultStringTupleinstance. - DefaultStringTuple(Tuple, String) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
-
Constructs a new
DefaultStringTupleinstance. - DefaultStringTuple(String, double) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringTuple
-
Constructs a new
DefaultStringTupleinstance. - 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
DefaultStringValkeyConnectioninstance. - DefaultStringValkeyConnection(ValkeyConnection, ValkeySerializer<String>) - Constructor for class io.valkey.springframework.data.valkey.connection.DefaultStringValkeyConnection
-
Constructs a new
DefaultStringValkeyConnectioninstance. - DefaultTuple - Class in io.valkey.springframework.data.valkey.connection.zset
-
Default implementation for
Tupleinterface. - 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
DefaultTypedTupleinstance. - 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
DefaultValkeyListinstance. - DefaultValkeyList(BoundListOperations<String, E>, int) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
-
Constructs a new
DefaultValkeyListinstance constrained to the givenmax size. - DefaultValkeyList(String, ValkeyOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
-
Constructs a new, uncapped
DefaultValkeyListinstance. - DefaultValkeyList(String, ValkeyOperations<String, E>, int) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyList
-
Constructs a new
DefaultValkeyListinstance constrained to the givenmax 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
DefaultValkeyMapinstance. - DefaultValkeyMap(String, ValkeyOperations<String, ?>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyMap
-
Constructs a new
DefaultValkeyMapinstance. - 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
DefaultValkeySetinstance. - DefaultValkeySet(String, ValkeyOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeySet
-
Constructs a new
DefaultValkeySetinstance. - DefaultValkeyTypeMapper - Class in io.valkey.springframework.data.valkey.core.convert
-
Default implementation of
ValkeyTypeMapperallowing configuration of the key to lookup and store type information viaBucket.BucketPropertyPathin buckets. - DefaultValkeyTypeMapper() - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
-
Create a new
DefaultValkeyTypeMapperusingDefaultValkeyTypeMapper.DEFAULT_TYPE_KEYto exchange type hints. - DefaultValkeyTypeMapper(String) - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
-
Create a new
DefaultValkeyTypeMappergiventypeKeyto exchange type hints. - DefaultValkeyTypeMapper(String, List<? extends TypeInformationMapper>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
-
Create a new
DefaultValkeyTypeMappergiventypeKeyto exchange type hints andListofTypeInformationMapper. - DefaultValkeyTypeMapper(String, MappingContext<? extends PersistentEntity<?, ?>, ?>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.DefaultValkeyTypeMapper
- 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
DefaultValkeyZSetinstance 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
DefaultValkeyZSetinstance. - DefaultValkeyZSet(String, ValkeyOperations<String, E>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.DefaultValkeyZSet
-
Constructs a new
DefaultValkeyZSetinstance 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
DefaultValkeyZSetinstance. - del(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
Recordfrom the stream. - delete(Record<K, ?>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Removes a given
Recordfrom the stream. - delete(Object...) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
-
Delete given hash
keysat 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
- deserialize(ValkeySerializer<? extends K>, ValkeySerializer<? extends HK>, ValkeySerializer<? extends HV>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
-
Deserialize
keywith 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
keywith 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(ValkeySerializer<T>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
- 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
ByteBufferRecordusing the configured serialization context into aMapRecord. - deserializeRecord(ByteRecord) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Deserialize a
ByteRecordusing the configured serializers into aMapRecord. - 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
-
Convertercapable of deserializingGeoResults. - 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
- 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
ValkeyZSetby diffing this sorted set andValkeyZSetand store result in destinationdestKey. - 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
- 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
ValkeyZSetby diffing this sorted set and the collectionValkeyZSetand store result in destinationdestKey. - 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
keyandotherKeys. - 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
keyandotherKeys. - 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
keyandotherKey. - 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
keyandotherKey. - 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
keysand store result indestKey. - differenceAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Diff sorted
setsand store result in destinationdestKey. - differenceAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Diff all sets for given
keysand store result indestKey. - differenceAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Diff all sets for given
keysand store result indestKey. - differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Diff all sets for given
keyandotherKeysand store result indestKey. - differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Diff sorted
setsand store result in destinationdestKey. - differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Diff all sets for given
keyandotherKeysand store result indestKey. - differenceAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Diff sorted
setsand store result in destinationdestKey. - differenceAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Diff all sets for given the bound key and
keysand store result indestKey. - differenceAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Diff sorted
setsand store result in destinationdestKey. - differenceAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Diff all sets for given
keyandotherKeyand store result indestKey. - differenceAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Diff sorted
setsand store result in destinationdestKey. - differenceAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Diff all sets for given
keyandotherKeyand store result indestKey. - 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
ValkeyCachecreation 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
Distancebetween member1 and member2. - distance(K, M, M) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the
Distancebetween member1 and member2. - distance(K, M, M, Metric) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the
Distancebetween member1 and member2 in the givenMetric. - distance(K, M, M, Metric) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the
Distancebetween member1 and member2 in the givenMetric. - distance(M, M) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the
Distancebetween member1 and member2. - distance(M, M, Metric) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the
Distancebetween member1 and member2 in the givenMetric. - distanceConverterForMetric(Metric) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Convertercapable of converting Double intoDistanceusing givenMetric. - distinctRandomMembers(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Get
countdistinct random elements from set at the bound key. - distinctRandomMembers(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Get
countdistinct random elements from set at the bound key. - distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Get
countdistinct random elements from set atkey. - distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get
countdistinct random elements from set atkey. - distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Get
countdistinct random elements from set atkey. - distinctRandomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get
countdistinct random elements from set atkey. - distinctRandomMembersWithScore(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Get
countdistinct 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
countdistinct random elements with their score from set atkey. - distinctRandomMembersWithScore(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get
countdistinct random elements with their score from set atkey. - 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
- doCreateLettuceClusterConnection(StatefulRedisClusterConnection<byte[], byte[]>, LettuceConnectionProvider, ClusterTopologyProvider, ClusterCommandExecutor, Duration) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Customization hook for
LettuceClusterConnectioncreation. - doCreateLettuceConnection(StatefulRedisConnection<byte[], byte[]>, LettuceConnectionProvider, long, int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Customization hook for
LettuceConnectioncreation. - 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
ValkeyConnectionfrom the givenValkeyConnectionFactory. - 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
ClusterOperationswith an active Valkey connection. - doInValkey(ValkeyConnection) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyCallback
-
Method called by
ValkeyTemplatewith an activeValkeyConnection. - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
durationrecord 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
messagevia 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
messagevia 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.LIndexCommandgiven an index. - elementAt(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LSetCommand
-
Creates a new
ReactiveListCommands.LSetCommandgiven 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
StreamReadOptionsinstance. - 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
ValkeyCachecreation at runtime for unconfigured, undeclared caches. - enableKeyspaceEvents() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
-
Configure usage of
KeyExpirationEventMessageListener. - 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
Cacheread operations, such asCache.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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
- 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 functionto 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
ErrorHandlerto be notified onread, deserialization, and listener errors. - errorHandler(ErrorHandler) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamMessageListenerContainerOptionsBuilder
-
Configure a
ErrorHandlerto be notified onerrors. - errorHandler(ErrorHandler) - Method in class io.valkey.springframework.data.valkey.stream.StreamMessageListenerContainer.StreamReadRequestBuilder
-
Configure a
ErrorHandlerto be notified onerrors. - eval(byte[], ReturnType, int, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.scriptingCommands(). - 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
-
Deprecated.in favor of
ValkeyCommandsProvider.scriptingCommands(). - 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
-
Deprecated.in favor of
ValkeyCommandsProvider.scriptingCommands(). - 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
- ExceptionTranslationStrategy - Interface in io.valkey.springframework.data.valkey
-
Potentially translates an
Exceptioninto appropriateDataAccessException. - 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
ValkeySerializerto 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 providedValkeySerializers 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 providedValkeySerializers 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 providedValkeySerializers 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 providedValkeySerializers 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
ValkeyCallbackvia underlyingValkeyOperations. - 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
keyprovided 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
keysprovided appending allargson 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.ClusterCommandCallbackon all reachable master nodes. - executeCommandOnArbitraryNode(ClusterCommandExecutor.ClusterCommandCallback<?, T>) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor
-
Run
ClusterCommandExecutor.ClusterCommandCallbackon a random node. - 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.MultiKeyClusterCommandCallbackwith 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
ValkeyConnectionto 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
- exists(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyexists. - exists(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keysexist. - 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
keyexists. - 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
keysexist. - 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
keyfor 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
keyfor 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(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.TimeToLiveretaining 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.in favor of
ValkeyCommandsProvider.keyCommands(). - expire(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set time to live for given
keyin seconds. - expire(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyin seconds. - expire(byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set time to live for given
keyusingsecondsprecision. - 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
Expirationto the bound hash key/hash fields without any additional constraints. - expire(Expiration) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
-
Apply
Expirationto the bound key without any additional constraints. - expire(Expiration, ExpirationOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashFieldExpirationOperations
-
Apply
Expirationto the bound hash key/hash fields givenexpiration options. - expire(Expiration, ExpirationOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundKeyExpirationOperations
-
Apply
Expirationto the bound key givenexpiration options. - expire(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set time to live for given
keyin 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
keyin 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
keyin 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
-
Creates a new
ReactiveHashCommands.HashExpireCommand. - expire(List<ByteBuffer>, Expiration) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
-
Creates a new
ReactiveHashCommands.HashExpireCommand. - expire(List<ByteBuffer>, Duration) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HashExpireCommand
-
Creates a new
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.in favor of
ValkeyCommandsProvider.keyCommands(). - expireAt(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set the expiration for given
keyas a UNIX timestamp. - expireAt(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyas a UNIX timestamp. - expireAt(byte[], Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set the expiration for given
keyas a UNIX timestamp insecondsprecision. - expireAt(H, Instant, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Set the expiration for given
hashKeysas a date timestamp. - expireAt(H, Instant, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Set the expiration for given
hashKeyas a date timestamp. - expireAt(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set the expiration for given
keyas 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
keyas a UNIX timestamp. - expireAt(ByteBuffer, Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Set the expiration for given
keyas 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
-
Creates a new
ReactiveHashCommands.HashExpireCommand. - expireAt(K, Instant) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Set the expiration for given
keyas 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
keyas a date timestamp. - expireAt(K, Date) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
-
Set the expiration for given
keyas 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
keyas 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.ExpiryChangeStateretaining 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
ExpiryChangeStaterecord 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 returnsValkeyCommand.UNKNOWNif 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
-
Creates a new
ReactiveGeoCommands.GeoDistCommandforValkeyGeoCommands.DistanceUnit.FEET. - 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
-
Creates a new
ReactiveHashCommands.HDelCommandgiven afield name. - field(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HExistsCommand
-
Creates a new
ReactiveHashCommands.HExistsCommandgiven afield name. - field(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HGetCommand
-
Creates a new
ReactiveHashCommands.HGetCommandgiven afield name. - fields(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HDelCommand
-
Creates a new
ReactiveHashCommands.HDelCommandgiven aCollectionof field names. - fields(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HGetCommand
-
Creates a new
ReactiveHashCommands.HGetCommandgiven aCollectionof field names. - fieldValues(Map<ByteBuffer, ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
-
Creates a new
ReactiveHashCommands.HSetCommandgiven aMapof 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
-
Alias for
ReactiveListCommands.Direction.LEFT. - first() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
-
Alias for
ValkeyListCommands.Direction.LEFT. - 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.LRemCommandto 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.TtlFunctionimplementation returning the given, predeterminedDurationused 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
FixedDurationTtlFunctionrecord 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
flushIntervalMsrecord 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.XInfoConsumerof thisStreamInfo.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.XInfoGroupof thisStreamInfo.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
Expirationwith the providedTimeUnit. - from(Record<K, ?>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
- 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
-
Creates a new
ReactiveStreamCommands.ReadCommandgiven aStreamOffset. - from(StreamOffset<ByteBuffer>...) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.ReadCommand
-
Creates a new
ReactiveStreamCommands.ReadCommandgiven aStreamOffsets. - from(Bucket) - Static method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
-
Creates a top-level
Bucket.BucketPropertyPathgivenBucket. - from(Bucket, String) - Static method in class io.valkey.springframework.data.valkey.core.convert.Bucket.BucketPropertyPath
- from(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeyElementReader
-
Create new
ValkeyElementReaderusing givenValkeySerializer. - from(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeyElementWriter
-
Create new
ValkeyElementWriterusing givenValkeySerializer. - 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
keythe hash is stored at. - from(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BRPopLPushCommand
-
Creates a new
ReactiveListCommands.BRPopLPushCommandgiven 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.RPopLPushCommandgiven 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
-
Creates a new
ReactiveListCommands.LMoveCommandgiven asourceKey. - from(Duration) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
-
Creates a new
Expirationwith the given, requiredDuration. - 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
ValkeyCacheManagerusing the givenValkeyCacheWriter. - fromCircle(Circle) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
-
Creates a
GeoReferencefrom acircle 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
ValkeyCacheManagerusing the givenValkeyConnectionFactory. - fromCoordinate(double, double) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
-
Creates a
GeoReferencefrom a WGS84 longitude/latitude coordinate. - fromCoordinate(ValkeyGeoCommands.GeoLocation<?>) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
-
Creates a
GeoReferencefrom a WGS84 longitude/latitude coordinate. - fromCoordinate(Point) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
-
Creates a
GeoReferencefrom 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
GeoReferencefrom ageoset member. - fromMember(T) - Static method in interface io.valkey.springframework.data.valkey.domain.geo.GeoReference
-
Creates a
GeoReferencefrom a geoset member. - fromSerializer(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
-
Creates a new
ValkeySerializationContextusing the givenValkeySerializer. - fromSerializer(ValkeySerializer<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
-
Creates a
ValkeySerializationContext.SerializationPairadapter givenValkeySerializer. - fromSetCount(int) - Static method in class io.valkey.springframework.data.valkey.connection.zset.Weights
-
Creates equal
Weightsfor a number of input setscountwith a weight of one. - fromStart(K) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamOffset
- fromString(String) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
-
Parse a
hostAndPortstring intoValkeyNode. - 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
hostAndPortstring intoValkeyNode. - 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
FutureResultfor given object actually holding the result itself. - FutureResult(T, Converter) - Constructor for class io.valkey.springframework.data.valkey.connection.FutureResult
-
Create new
FutureResultfor given object actually holding the result itself and a converter capable of transforming the result viaFutureResult.convert(Object). - FutureResult(T, Converter, Supplier<?>) - Constructor for class io.valkey.springframework.data.valkey.connection.FutureResult
-
Create new
FutureResultfor given object actually holding the result itself and a converter capable of transforming the result viaFutureResult.convert(Object).
G
- GenericJackson2JsonValkeySerializer - Class in io.valkey.springframework.data.valkey.serializer
-
Generic Jackson 2-based
ValkeySerializerthat mapsobjectsto and from JSON using dynamic typing. - GenericJackson2JsonValkeySerializer() - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
-
Creates
GenericJackson2JsonValkeySerializerinitialized with anObjectMapperconfigured for default typing. - GenericJackson2JsonValkeySerializer(ObjectMapper) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
-
Setting a custom-configured
ObjectMapperis 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
ObjectMapperis one way to take further control of the JSON serialization process. - GenericJackson2JsonValkeySerializer(String) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
-
Creates
GenericJackson2JsonValkeySerializerinitialized with anObjectMapperconfigured for default typing using the givenname. - GenericJackson2JsonValkeySerializer(String, JacksonObjectReader, JacksonObjectWriter) - Constructor for class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
-
Creates
GenericJackson2JsonValkeySerializerinitialized with anObjectMapperconfigured for default typing using the givennamealong with the given, requiredJacksonObjectReaderandJacksonObjectWriterused to read/writeObjectsde/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
-
Add
ValkeyGeoCommands.GeoLocationto key. - geoAdd(byte[], Iterable<ValkeyGeoCommands.GeoLocation<byte[]>>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
-
Add
ValkeyGeoCommands.GeoLocations to key - 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
Mapof member /Pointpairs 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
Pointwith 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
-
Add
ValkeyGeoCommands.GeoLocationto key. - 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
-
Add
ValkeyGeoCommands.GeoLocations to key - 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
Mapof member /Pointpairs 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
Pointwith given member name to key. - geoAdd(ByteBuffer, ValkeyGeoCommands.GeoLocation<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Add
ValkeyGeoCommands.GeoLocationto key. - geoAdd(ByteBuffer, Collection<ValkeyGeoCommands.GeoLocation<ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Add
ValkeyGeoCommands.GeoLocationto key. - geoAdd(ByteBuffer, Point, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Add
Pointwith given member to key. - geoAdd(Publisher<ReactiveGeoCommands.GeoAddCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Add
ValkeyGeoCommands.GeoLocations to key. - 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
-
Get
ValkeyGeoCommands. - 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
Distancebetween 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
Distancebetween member1 and member2 in the givenMetric. - 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
Distancebetween 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
Distancebetween member1 and member2 in the givenMetric. - geoDist(ByteBuffer, ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the
Distancebetween from and to. - geoDist(ByteBuffer, ByteBuffer, ByteBuffer, Metric) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the
Distancebetween from and to. - geoDist(Publisher<ReactiveGeoCommands.GeoDistCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the
Distancebetween 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
-
IndexedDataimplementation 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
Pointrepresentation 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
Pointrepresentation of positions for one or more members. - geoPos(ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the
Pointrepresentation of positions for the members. - geoPos(ByteBuffer, Collection<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the
Pointrepresentation of positions for one or more members. - geoPos(Publisher<ReactiveGeoCommands.GeoPosCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the
Pointrepresentation 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
CircleapplyingValkeyGeoCommands.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
CircleapplyingValkeyGeoCommands.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
Circleapplying 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
Circleapplying 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
DistanceandValkeyGeoCommands.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
DistanceandValkeyGeoCommands.GeoRadiusCommandArgs. - geoRadiusByMember(ByteBuffer, ByteBuffer, Distance) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the members within given
Distancefrom 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
Distancefrom member applying given parameters. - geoRadiusByMember(Publisher<ReactiveGeoCommands.GeoRadiusByMemberCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Get the members within given
Distancefrom 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
Convertercapable of converingGeoWithinintoGeoResults. - GeoReference<T> - Interface in io.valkey.springframework.data.valkey.domain.geo
-
Reference point for
GEOSEARCHandGEOSEARCHSTOREcommands. - 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
GeoShapefromGeoReferenceapplying given parameters. - geoSearchStore(byte[], byte[], GeoReference<byte[]>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.geoCommands()}. - 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
shapeand store the result atdestKey. - 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
shapeand store the result atdestKey. - 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
shapeand store the result atdestKey. - geoSearchStore(Publisher<ReactiveGeoCommands.GeoSearchStoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands
-
Store the members within given
GeoShapefromGeoReferenceapplying given parameters in a new geo set. - GeoShape - Interface in io.valkey.springframework.data.valkey.domain.geo
-
Search predicate for
GEOSEARCHandGEOSEARCHSTOREcommands. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
PendingMessageat the given position. - get(int) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoConsumers
-
Returns the
StreamInfo.XInfoConsumerelement at the given index. - get(int) - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
-
Returns the
StreamInfo.XInfoGroupelement 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
beginandend. - get(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Get value for given
hashKeyfrom hash atkey. - get(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Get value for given
hashKeyfrom hash atkey. - get(BitFieldSubCommands.BitFieldGet) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
-
Create new
BitFieldSubCommandsadding givenBitFieldSubCommands.BitFieldGetto the sub commands. - get(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
-
Obtain a new
BitFieldSubCommands.BitFieldGetBuilderfor creating and adding aBitFieldSubCommands.BitFieldGetsub 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
keyfrom 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
keyconsidering 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 expirationfor 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 expirationfor the cache entry, obtaining the value fromvalueLoaderif 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
keybetweenbeginandend. - get(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Get a substring of value of
keybetweenbeginandend. - 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-stateis connected andflagsdoes 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-stateis connected andflagsdoes 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
keyand delete the key. - getAndDelete(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Return the value at
keyand 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
keyand expire the key by applyingtimeout. - getAndExpire(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Return the value at
keyand expire the key by applyingtimeout. - getAndExpire(K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Return the value at
keyand expire the key by applyingtimeout. - 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
keyand persist the key. - getAndPersist(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Return the value at
keyand 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
valueofkeyand return its old value. - getAndSet(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
valueofkeyand return its old value. - getAndSet(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
-
Set
valueof 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
COUNToption during reads. - getBatchSize() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
-
Batch size polling using the
COUNToption 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
offsetof value atkey. - 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
offsetof value atkey. - 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
offsetof value atkey. - getBit(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Get the bit value at
offsetof value atkey. - 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
- getByteBuffer(String, Charset) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
- 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
ByteBufferwithout consuming it. - getCacheConfiguration() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCache
-
Get the
ValkeyCacheConfigurationused to configure thisValkeyCacheon initialization. - getCacheConfigurationFor(String) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
-
Get the
ValkeyCacheConfigurationfor a given cache by its name. - getCacheConfigurations() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
- 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
ValkeyCacheWriterused to adapt Valkey for cache operations. - getCacheWriter() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
-
Returns a reference to the configured
ValkeyCacheWriterused to performValkeyCacheoperations, 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
ClientResourcesto 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
connectionfor 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
Setofcluster 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.in favor of
ValkeyCommandsProvider.serverCommands(). - getConfig(ValkeyClusterNode, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
-
Load configuration parameters for given
patternfrom 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
patternfrom 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
patternfrom 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
Setof cache names for which the builder holdsconfiguration. - 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
connectionfor 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
Monowhich emits a newReactiveValkeyConnection. - getConnection(ValkeyConnectionFactory) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
-
Obtain a
ValkeyConnectionfrom the givenValkeyConnectionFactory. - getConnection(ValkeyConnectionFactory, boolean) - Static method in class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
-
Obtain a
ValkeyConnectionfrom the givenValkeyConnectionFactory. - 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
connectionTypefor a specificRedisURI. - 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
connectionTypefor a specificRedisURI. - 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
Consumerto 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
ConversionServiceused to convertcache keysto aStringwhen 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 timeinto the given, desiredTimeUnit. - getConverter() - Method in class io.valkey.springframework.data.valkey.connection.FutureResult
- getConverter() - Method in class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
-
Get the
ValkeyConverterin 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
Convertersto 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 exceedLong.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 exceedLong.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
ValkeyConfigurationisdatabase awareor evaluate and return the value of the givenSupplier. - getDataNodePassword() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
-
Get the
ValkeyPasswordused 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
ValkeyCacheConfigurationapplied to newValkeyCacheinstances on creation when custom, non-specificValkeyCacheConfigurationwas 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keyand 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
keyand delete the key. - getDel(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
-
Return the value at
keyand delete the key. - getDel(Publisher<ReactiveValkeyConnection.KeyCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
-
Return the value at
keyand 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
Beanfrom 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 connectionsshould 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keyand expire the key by applyingExpiration. - 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
keyand expire the key by applyingExpiration. - getEx(ByteBuffer, Expiration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
-
Return the value at
keyand expire the key by applyingExpiration. - getEx(Publisher<ReactiveStringCommands.GetExCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStringCommands
-
Return the value at
keyand expire the key by applyingExpiration. - 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
Expirationto 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 timefor thisExpiration. - getExpirationTimeInMilliseconds() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
-
Get the
expiration timeconverted intoTimeUnit.MILLISECONDS. - getExpirationTimeInSeconds() - Method in class io.valkey.springframework.data.valkey.core.types.Expiration
-
Get the
expiration timeconverted intoTimeUnit.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
keyin 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
keyin and convert it to the givenTimeUnit. - 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
PersistentPropertythat is annotated withTimeToLive. - 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
ValkeySystemExceptionwrapping the givenException. - 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
HashMapperfor a specific type. - getHashMapper(Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Get the
HashMapperfor a specific type. - getHashMapper(Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Get the
HashMapperfor 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
Listof 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
IndexDefinitionfor a givenkeyspace. - 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
- 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
Stringrepresentation 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
Mapofcache namestoValkeyCacheConfigurationobjects as the initial set ofValkey cachesto 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
JavaTypefor 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[] keymapped 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
ValkeyClusterNodethat 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
-
Get the
KeyspaceConfiguration.KeyspaceSettingsfor given type. - 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
ValkeyOperationChainto query secondary indexes givenExample. - getMappingConfiguration() - Method in class io.valkey.springframework.data.valkey.core.mapping.ValkeyMappingContext
-
Get the
MappingConfigurationused. - 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
AbstractRedisClientused 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
ValkeyClusterNodethe command was executed on. - getNodes() - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
-
Get all
ValkeyClusterNodes. - 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
ObjectMapperused internally by thisGenericJackson2JsonValkeySerializerto de/serializeobjectsas 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
ScanOptionsto 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
ValkeyPasswordif the currentValkeyConfigurationispassword awareor evaluate and return the value of the givenSupplier. - getPath() - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
-
Get the
Bucket.BucketPropertyPathleading to the currentBucket. - 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
BLOCKoption during reads. - getPollTimeout() - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptions
-
Timeout for blocking polling using the
BLOCKoption 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.BucketPropertyPathfor a given property within the currentBucket. - 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
Rangepending 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keybetweenstartandend. - 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
keybetweenstartandend. - 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 anIllegalStateExceptionif theValkeyConnectionFactoryis 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
AbstractRedisClientused 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
connectionfor 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
ValkeySentinelCommandsconnected 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
ValkeyPasswordto 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
valueofkeyand 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
valueofkeyand 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
ObjectHashMapperinstance, 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
-
Get the served
ValkeyClusterNode.SlotRange. - getSlots() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode.SlotRange
-
Gets all slots in this
ValkeyClusterNode.SlotRangemanaged 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
CacheStatisticssnapshot 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
Listof 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
ValkeyConnectionof 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
ClusterTopologywas 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
hashKeysin seconds. - getTimeToLive(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Get the time to live for
hashKeyin seconds. - getTimeToLive(H, TimeUnit, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Get the time to live for
hashKeysand convert it to the givenTimeUnit. - getTimeToLive(H, TimeUnit, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Get the time to live for
hashKeyand convert it to the givenTimeUnit. - 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
- 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
TimeToLiveAccessorassociated 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
TimeUnitfor theexpiration 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.since 3.2. Use
ValkeyCacheConfiguration.getTtlFunction()instead. - getTtlFunction() - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
-
Gets the
ValkeyCacheWriter.TtlFunctionused 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.BitFieldTypeto 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
-
Get
ReactiveHashCommands. - hashCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
-
Get
ValkeyHashCommands. - 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
keyfor 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
keyfor 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
-
Set the hash key
ValkeyElementReaderandValkeyElementWriter. - hashKey(ValkeySerializationContext.SerializationPair<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the hash key
ValkeySerializationContext.SerializationPair. - hashKey(ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the hash key
ValkeySerializationContext.SerializationPairgiven aValkeySerializer. - 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
HashMapperfor a giventype. - 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
-
Set the hash value
ValkeyElementReaderandValkeyElementWriter. - hashValue(ValkeySerializationContext.SerializationPair<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the hash value
ValkeySerializationContext.SerializationPair. - hashValue(ValkeySerializer<?>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the hash value
ValkeySerializationContext.SerializationPairgiven aValkeySerializer. - 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
keyspaceand propertypath. - hasKey(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Determine if given hash
hashKeyexists. - hasKey(H, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Determine if given hash
hashKeyexists. - hasKey(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
-
Determine if given hash
keyexists at the bound key. - hasKey(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Determine if given
keyexists. - 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
keyexists. - 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
secor requiresmsecrepresentation. - 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.KeyspaceSettingsare 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
pathis associated with a non-null value. - hDel(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldexists. - 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
fieldexists. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - hExpire(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
-
Set time to live for given
fieldsin seconds. - hExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldsin 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
fieldin seconds. - hExpire(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set time to live for given
fieldin seconds. - hExpire(ByteBuffer, Duration, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
-
Expire a given field after a given
Durationof time, measured in milliseconds, has passed. - hExpire(ByteBuffer, Duration, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
- 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - hExpireAt(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
-
Set the expiration for given
fieldas a UNIX timestamp. - hExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldas 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
fieldas a UNIX timestamp. - hExpireAt(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set the expiration for given
fieldas a UNIX timestamp. - hExpireAt(ByteBuffer, Instant, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
-
Expire a given field in a given
Instantof 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
Listof field in a givenInstantof 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldfrom hash atkey. - 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
fieldfrom hash atkey. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
valueof a hashfieldby the givendelta. - hIncrBy(byte[], byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
valueof a hashfieldby the givendelta. - 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
valueof a hashfieldby the givendelta. - 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
valueof a hashfieldby the givendelta. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldsfrom hash atkey. - 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
fieldsfrom hash atkey. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
Listof field removing any associated expiration. - hPersist(Publisher<ReactiveHashCommands.HashFieldsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
-
Persist a given
Listof 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - hpExpire(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
-
Set time to live for given
fieldsin milliseconds. - hpExpire(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldsin milliseconds. - hpExpire(byte[], Duration, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
-
Set time to live for given
fieldsin 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
fieldin milliseconds. - hpExpire(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set time to live for given
fieldin milliseconds. - hpExpire(ByteBuffer, Duration, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
-
Expire a given field after a given
Durationof time, measured in milliseconds, has passed. - hpExpire(ByteBuffer, Duration, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
- 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - hpExpireAt(byte[], long, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyHashCommands
-
Set the expiration for given
fieldas a UNIX timestamp in milliseconds. - hpExpireAt(byte[], long, ExpirationOptions.Condition, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldas 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
fieldas a UNIX timestamp in milliseconds. - hpExpireAt(String, long, String...) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set the expiration for given
fieldas 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
Instantof 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
Listof field in a givenInstantof 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldsin 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
fieldsin 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
Listin 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
Listin 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
Cursorto iterate over entries in hash atkey. - 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
Cursorto iterate over entries in hash atkey. - hScan(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
-
Use a
Fluxto iterate over entries in the hash atkey. - hScan(ByteBuffer, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
- hScan(Publisher<ReactiveValkeyConnection.KeyScanCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveHashCommands
-
Use a
Fluxto iterate over entries in the hash atkey. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
valueof a hashfield. - 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
valueof a hashfield. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
valueof a hashfieldonly iffielddoes 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
valueof a hashfieldonly iffielddoes 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.in favor of
ValkeyCommandsProvider.hashCommands(). - 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
fieldin the hash stored atkey. - 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
fieldin the hash stored atkey. - 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldsin seconds. - hTtl(byte[], TimeUnit, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
fieldsin and convert it to the givenTimeUnit. - 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
fieldsin 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
fieldsin and convert it to the givenTimeUnit. - 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
Listin 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
Listin 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.in favor of
ValkeyCommandsProvider.hashCommands()}. - 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
Converterthat 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
Durationsince the object stored at the givenkeyis 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
Durationsince the object stored at the givenkeyis idle. - idletime(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Get the
Durationsince the object stored at the givenkeyis 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.WITHCOORDflag 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.WITHCOORDflag 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.WITHDISTflag 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.WITHDISTflag 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keyby 1. - incr(BitFieldSubCommands.BitFieldIncrBy) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
-
Create new
BitFieldSubCommandsadding givenBitFieldSubCommands.BitFieldIncrByto the sub commands. - incr(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
-
Obtain a new
BitFieldSubCommands.BitFieldIncrByBuilderfor creating and adding aBitFieldSubCommands.BitFieldIncrBysub 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
keyby 1. - incr(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveNumberCommands.HIncrByCommand
-
Creates a new
ReactiveNumberCommands.HIncrByCommandgiven akey. - 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
-
Creates a new
ReactiveNumberCommands.IncrByCommandgiven akey. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keybydelta. - incrBy(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keybydelta. - 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
keybydelta. - 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
keybydelta. - 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
valueof a hashkeyby the givendeltaat the bound key. - increment(HK, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
-
Increment
valueof a hashkeyby the givendeltaat the bound key. - increment(H, HK, double) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Increment
valueof a hashhashKeyby the givendelta. - increment(H, HK, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Increment
valueof a hashhashKeyby the givendelta. - increment(H, HK, long) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Increment
valueof a hashhashKeyby the givendelta. - increment(H, HK, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Increment
valueof a hashhashKeyby the givendelta. - 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
keyby one. - increment(K) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Increment an integer value stored as string value under
keyby one. - increment(K, double) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Increment the string representing a floating point number stored at
keybydelta. - increment(K, double) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Increment a floating point number value stored as string value under
keybydelta. - 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
valueof the hashkeyby the givendelta. - increment(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Increments the number stored at
keybydelta. - increment(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Increment an integer value stored as string value under
keybydelta. - 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
valueof the hashkeyby the givendelta. - 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
valuein sorted set byincrement. - incrementScore(K, V, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Increment the score of element with
valuein sorted set byincrement. - incrementScore(V, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Increment the score of element with
valuein sorted set byincrement. - index(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Get element at
indexfrom list at the bound key. - index(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Get element at
indexfrom list atkey. - index(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Get element at
indexfrom list atkey. - 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
-
IndexConfigurationallows 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
-
IndexDefinitionallow 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
-
IndexDefinitionProvidergive access toIndexDefinitions 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
-
IndexedDatarepresents 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.ZRankCommandgiven amemberto 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
-
IndexResolverextracts secondary index structures to be applied on a given path,PersistentPropertyand value. - IndexValueTransformer - Interface in io.valkey.springframework.data.valkey.core.index
-
Converterimplementation 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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 sharingis 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
Setof cache names to be pre initialized with currentValkeyCacheConfiguration. - 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
keyandotherKeys. - 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
keyandotherKeys. - 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
keyandotherKey. - 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
keyandotherKey. - 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
- 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
ValkeyZSetby intersecting this sorted set andValkeyZSetand store result in destinationdestKey. - 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
- 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
ValkeyZSetby intersecting this sorted set and the collectionValkeyZSetand store result in destinationdestKey. - intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Intersect all given sets at the bound key and
keysand store result indestKey. - intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Intersect sorted sets at the bound key and
otherKeysand store result in destinationdestKey. - intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Intersect all given sets at
keysand store result indestKey. - intersectAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Intersect all given sets at
keysand store result indestKey. - intersectAndStore(Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Intersect sorted sets at the bound key and
otherKeysand store result in destinationdestKey. - intersectAndStore(Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Intersect sorted sets at the bound key and
otherKeysand store result in destinationdestKey. - intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Intersect all given sets at
keyandotherKeysand store result indestKey. - intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Intersect sorted sets at
keyandotherKeysand store result in destinationdestKey. - intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Intersect all given sets at
keyandotherKeysand store result indestKey. - intersectAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Intersect sorted sets at
keyandotherKeysand store result in destinationdestKey. - intersectAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Intersect sorted sets at
keyandotherKeysand store result in destinationdestKey. - intersectAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Intersect sorted sets at
keyandotherKeysand store result in destinationdestKey. - intersectAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Intersect sorted sets at
keyandotherKeysand store result in destinationdestKey. - intersectAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Intersect sorted sets at
keyandotherKeysand store result in destinationdestKey. - intersectAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Intersect all given sets at the bound key and
keyand store result indestKey. - intersectAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Intersect sorted sets at the bound key and
otherKeyand store result in destinationdestKey. - intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Intersect all given sets at
keyandotherKeyand store result indestKey. - intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Intersect sorted sets at
keyandotherKeyand store result in destinationdestKey. - intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Intersect all given sets at
keyandotherKeyand store result indestKey. - intersectAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Intersect sorted sets at
keyandotherKeyand store result in destinationdestKey. - 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
keyandotherKeys. - intersectWithScores(K, Collection<K>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Intersect sorted sets at
keyandotherKeys. - 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.atomicpackage 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.utilcollections 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 cachesare 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
cursorIdis 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
cursorIdrepresent 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
keycontainsvalue. - isMember(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Check if set at
keycontainsvalue. - isMember(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Check if set at
keycontains one or morevalues. - isMember(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Check if set at
keycontains one or morevalues. - 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
-
StringValkeySerializerto 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
trueif there is a password present, otherwisefalse. - 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
-
Comparesthe givenStringrepresenting the Valkey command to theEnum.toString()representation ofValkeyCommandas well as anyValkeyCommand.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
keyis 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
keyis valid, in particular whether the key contains a keyspace and an id part in the form of keyspace:id. - isValid(String) - Static method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
-
Check whether the
keyis 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.since 3.4, use
LettuceClientConfiguration.getVerifyMode()instead. - 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.XInfoConsumerelements. - iterator() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
-
Returns an iterator over the
StreamInfo.XInfoGroupelements. - 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
-
ObjectMapperbasedHashMapperimplementation that allows flattening. - Jackson2HashMapper(boolean) - Constructor for class io.valkey.springframework.data.valkey.hash.Jackson2HashMapper
-
Creates new
Jackson2HashMapperwith a defaultObjectMapper. - Jackson2HashMapper(ObjectMapper, boolean) - Constructor for class io.valkey.springframework.data.valkey.hash.Jackson2HashMapper
-
Creates new
Jackson2HashMapperinitialized with a custom JacksonObjectMapper. - Jackson2JsonValkeySerializer<T> - Class in io.valkey.springframework.data.valkey.serializer
- Jackson2JsonValkeySerializer(JavaType) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
-
Creates a new
Jackson2JsonValkeySerializerfor the given targetJavaType. - Jackson2JsonValkeySerializer(ObjectMapper, JavaType) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
-
Creates a new
Jackson2JsonValkeySerializerfor the given targetJavaType. - Jackson2JsonValkeySerializer(ObjectMapper, JavaType, JacksonObjectReader, JacksonObjectWriter) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
-
Creates a new
Jackson2JsonValkeySerializerfor the given targetJavaType. - Jackson2JsonValkeySerializer(ObjectMapper, Class<T>) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
-
Creates a new
Jackson2JsonValkeySerializerfor the given targetClass. - Jackson2JsonValkeySerializer(Class<T>) - Constructor for class io.valkey.springframework.data.valkey.serializer.Jackson2JsonValkeySerializer
-
Creates a new
Jackson2JsonValkeySerializerfor the given targetClass. - 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
-
Creates a new
ValkeySerializationContextusing aJdkSerializationValkeySerializer. - java() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
-
Obtain a
ValkeySerializerusing java serialization. - java(ClassLoader) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
-
Creates a new
ValkeySerializationContextusing aJdkSerializationValkeySerializerwith givenClassLoaderto resolvestypeof the keys and values stored in Valkey. - java(ClassLoader) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
-
Obtain a
ValkeySerializerusing java serialization with the givenClassLoader. - 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
JdkSerializationValkeySerializerusing the defaultClassLoader. - JdkSerializationValkeySerializer(ClassLoader) - Constructor for class io.valkey.springframework.data.valkey.serializer.JdkSerializationValkeySerializer
-
Creates a new
JdkSerializationValkeySerializerwith the givenClassLoaderused to resolvetypesduring deserialization. - JdkSerializationValkeySerializer(Converter<Object, byte[]>, Converter<byte[], Object>) - Constructor for class io.valkey.springframework.data.valkey.serializer.JdkSerializationValkeySerializer
-
Creates a new
JdkSerializationValkeySerializerusingconvertersto serialize and deserializeobjects. - 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
-
Default
JedisClientConfiguration.JedisClientConfigurationBuilderimplementation to build an immutableJedisClientConfiguration. - JedisClientConfiguration.JedisClientConfigurationBuilder - Interface in io.valkey.springframework.data.valkey.connection.jedis
-
Builder for
JedisClientConfiguration. - 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
-
ValkeyClusterConnectionimplementation on top ofJedisCluster.
Uses the nativeJedisClusterapi where possible and falls back to direct node communication usingJediswhere needed. - JedisClusterConnection(JedisCluster) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
-
Create new
JedisClusterConnectionutilizing native connections viaJedisCluster. - JedisClusterConnection(JedisCluster, ClusterCommandExecutor) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
-
Create new
JedisClusterConnectionutilizing native connections viaJedisClusterrunning commands across the cluster via givenClusterCommandExecutor. - JedisClusterConnection(JedisCluster, ClusterCommandExecutor, ClusterTopologyProvider) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection
-
Create new
JedisClusterConnectionutilizing native connections viaJedisClusterrunning commands across the cluster via givenClusterCommandExecutorand using the givenClusterTopologyProvider. - JedisClusterConnection.JedisClusterCommandCallback<T> - Interface in io.valkey.springframework.data.valkey.connection.jedis
-
JedisspecificClusterCommandExecutor.ClusterCommandCallback. - 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
-
JedisspecificClusterCommandExecutor.MultiKeyClusterCommandCallback. - 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
-
ValkeyConnectionimplementation 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
JedisConnectionbacked by a JedisPool. - JedisConnection(Jedis, Pool<Jedis>, int, String) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
-
Constructs a new
JedisConnectionbacked by a JedisPool. - JedisConnection(Jedis, Pool<Jedis>, JedisClientConfig, JedisClientConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnection
-
Constructs a new
JedisConnectionbacked by a JedisPool. - 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
JedisConnectionFactoryinstance with default settings (default connection pooling). - JedisConnectionFactory(ValkeyClusterConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenValkeyClusterConfigurationapplied to create aJedisCluster. - JedisConnectionFactory(ValkeyClusterConfiguration, JedisClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenValkeyClusterConfigurationandJedisClientConfiguration. - JedisConnectionFactory(ValkeyClusterConfiguration, JedisPoolConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenValkeyClusterConfigurationapplied to create aJedisCluster. - JedisConnectionFactory(ValkeySentinelConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenJedisPoolConfigapplied toJedisSentinelPool. - JedisConnectionFactory(ValkeySentinelConfiguration, JedisClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenValkeySentinelConfigurationandJedisClientConfiguration. - JedisConnectionFactory(ValkeySentinelConfiguration, JedisPoolConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenJedisPoolConfigapplied toJedisSentinelPool. - JedisConnectionFactory(ValkeyStandaloneConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenValkeyStandaloneConfiguration. - JedisConnectionFactory(ValkeyStandaloneConfiguration, JedisClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance using the givenValkeyStandaloneConfigurationandJedisClientConfiguration. - JedisConnectionFactory(JedisPoolConfig) - Constructor for class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Constructs a new
JedisConnectionFactoryinstance 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
ValkeySerializerthat can read and write JSON using Jackson. - Jsr310Converters - Class in io.valkey.springframework.data.valkey.core.convert
-
Helper class to register JSR-310 specific
Converterimplementations. - 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
-
Creates a
ValkeySerializationContext.SerializationPairadapter givenValkeyElementReaderandValkeyElementWriter. - just(ValkeySerializationContext.SerializationPair<T>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
-
Creates a new
ValkeySerializationContextusing the givenValkeySerializationContext.SerializationPair. - just(Duration) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter.TtlFunction
-
Creates a Singleton
ValkeyCacheWriter.TtlFunctionusing the givenDuration.
K
- keepTtl() - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
-
Obtain an
Expirationthat indicates to keep the existing one, e.g. when sending aSETcommand. - key(ValkeyElementReader<K>, ValkeyElementWriter<K>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the key
ValkeyElementReaderandValkeyElementWriter. - key(ValkeySerializationContext.SerializationPair<K>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the key
ValkeySerializationContext.SerializationPair. - key(ValkeySerializer<K>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the key
ValkeySerializationContext.SerializationPairgiven aValkeySerializer. - 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.CopyCommandgiven akey. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireAtCommand
-
Creates a new
ReactiveKeyCommands.ExpireAtCommandgiven akey. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.ExpireCommand
-
Creates a new
ReactiveKeyCommands.ExpireCommandgiven akey. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.MoveCommand
-
Creates a new
ReactiveKeyCommands.MoveCommandgiven akey. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands.RenameCommand
-
Creates a new
ReactiveKeyCommands.RenameCommandgiven akey. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.AppendCommand
-
Creates a new
ReactiveStringCommands.AppendCommandgiven a key. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.GetExCommand
-
Creates a new
ReactiveStringCommands.GetExCommandgiven akey. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.KeyScanCommand
-
Creates a new
ReactiveValkeyConnection.KeyScanCommandgiven akey. - key(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveValkeyConnection.RangeCommand
-
Creates a new
ReactiveValkeyConnection.RangeCommandgiven akey. - 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.since 3.3.0 - Use
KeyBoundCursor(byte[], CursorId, ScanOptions)instead. - 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.KeyCommandgiven akey. - 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
-
Get
ReactiveKeyCommands. - keyCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
-
Get
ValkeyKeyCommands. - 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
-
MessageListenerpublishingValkeyKeyExpiredEvents viaApplicationEventPublisherby listening to Valkey keyspace notifications for key expirations. - KeyExpirationEventMessageListener(ValkeyMessageListenerContainer) - Constructor for class io.valkey.springframework.data.valkey.listener.KeyExpirationEventMessageListener
-
Creates new
MessageListenerfor__keyevent@*__:expiredmessages. - keys() - Static method in class io.valkey.springframework.data.valkey.cache.BatchStrategies
- 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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 useReactiveKeyCommands.scan(ScanOptions)to iterate over the keyspace asReactiveKeyCommands.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.SDiffCommandgiven aCollectionof keys. - keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SDiffStoreCommand
-
Creates a new
ReactiveSetCommands.SDiffStoreCommandgiven aCollectionof keys. - keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterCommand
-
Creates a new
ReactiveSetCommands.SInterCommandgiven aCollectionof keys. - keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SInterStoreCommand
-
Creates a new
ReactiveSetCommands.SInterStoreCommandgiven aCollectionof keys. - keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionCommand
-
Creates a new
ReactiveSetCommands.SUnionCommandgiven aCollectionof keys. - keys(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SUnionStoreCommand
-
Creates a new
ReactiveSetCommands.SUnionStoreCommandgiven aCollectionof 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 useReactiveKeyCommands.scan(ScanOptions)to iterate over the keyspace asReactiveKeyCommands.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
-
KeyspaceConfigurationallows 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
MessageListenerimplementation for listening to Valkey keyspace notifications. - KeyspaceEventMessageListener(ValkeyMessageListenerContainer) - Constructor for class io.valkey.springframework.data.valkey.listener.KeyspaceEventMessageListener
-
Creates new
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
KeyValueOperationsbean to be used with the repositories detected. - killClient(String, int) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
-
Creates a new
ReactiveGeoCommands.GeoDistCommandforValkeyGeoCommands.DistanceUnit.KILOMETERS. - 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
-
Alias for
ReactiveListCommands.Direction.RIGHT. - last() - Static method in enum class io.valkey.springframework.data.valkey.connection.ValkeyListCommands.Direction
-
Alias for
ValkeyListCommands.Direction.RIGHT. - 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.LRemCommandto 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
- left() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.BPopCommand
-
Creates a new
ReactiveListCommands.BPopCommandfor right push (BLPOP). - left() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
-
Creates a new
ReactiveListCommands.PopCommandfor right push (LPOP). - left() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
-
Creates a new
ReactiveListCommands.PushCommandfor 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
countelements 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
valuetokey. - leftPush(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Prepend
valuetokey. - leftPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Insert
valuetokeybeforepivot. - leftPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Insert
valuetokeybeforepivot. - leftPush(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Prepend
valueto the bound key. - leftPush(V, V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Prepend
valuesto the bound key beforevalue. - leftPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Prepend
valuestokey. - leftPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Prepend
valuestokey. - leftPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Prepend
valuestokey. - leftPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Prepend
valuestokey. - leftPushAll(V...) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Prepend
valuesto the bound key. - leftPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Prepend
valuestokeyonly if the list exists. - leftPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Prepend
valuestokeyonly if the list exists. - leftPushIfPresent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Prepend
valuesto the bound key only if the list exists. - lengthOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HStrLenCommand
-
Specify the
fieldwithin the hash to get the length of thevalueof.ø - 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
-
ValkeyClusterConnectionimplementation 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
LettuceClusterConnectiongiven a sharedStatefulRedisClusterConnectionandLettuceConnectionProviderrunning commands across the cluster via givenClusterCommandExecutor. - LettuceClusterConnection(RedisClusterClient) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
-
Creates new
LettuceClusterConnectionusingRedisClusterClientwith defaulttimeoutand a freshClusterCommandExecutorthat gets destroyed on close. - LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
-
Creates new
LettuceClusterConnectionwith defaulttimeoutusingRedisClusterClientrunning commands across the cluster via givenClusterCommandExecutor. - LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor, Duration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
-
Creates new
LettuceClusterConnectionwith given commandtimeoutusingRedisClusterClientrunning commands across the cluster via givenClusterCommandExecutor. - LettuceClusterConnection(LettuceConnectionProvider) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
-
Creates new
LettuceClusterConnectionusingLettuceConnectionProviderrunning commands across the cluster via givenClusterCommandExecutor. - LettuceClusterConnection(LettuceConnectionProvider, ClusterCommandExecutor) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
-
Creates new
LettuceClusterConnectionusingLettuceConnectionProviderrunning commands across the cluster via givenClusterCommandExecutor. - LettuceClusterConnection(LettuceConnectionProvider, ClusterCommandExecutor, Duration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceClusterConnection
-
Creates new
LettuceClusterConnectionusingLettuceConnectionProviderrunning commands across the cluster via givenClusterCommandExecutor. - 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
-
ValkeyConnectionimplementation 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 factorycreating Lettuce-based connections. - LettuceConnectionFactory() - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance with default settings. - LettuceConnectionFactory(ValkeyClusterConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance using the givenValkeyClusterConfigurationapplied to create aRedisClusterClient. - LettuceConnectionFactory(ValkeyClusterConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance using the givenValkeyClusterConfigurationandLettuceClientConfiguration. - LettuceConnectionFactory(ValkeyConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance using the givenValkeySocketConfiguration. - LettuceConnectionFactory(ValkeyConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance using the givenValkeyStaticMasterReplicaConfigurationandLettuceClientConfiguration. - LettuceConnectionFactory(ValkeySentinelConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance using the givenValkeySentinelConfiguration. - LettuceConnectionFactory(ValkeySentinelConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance using the givenValkeySentinelConfigurationandLettuceClientConfiguration. - LettuceConnectionFactory(ValkeyStandaloneConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance with default settings. - LettuceConnectionFactory(ValkeyStandaloneConfiguration, LettuceClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance using the givenValkeyStandaloneConfigurationandLettuceClientConfiguration. - LettuceConnectionFactory(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Constructs a new
LettuceConnectionFactoryinstance 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
LettuceConnectionProviderfor 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
LettuceSentinelConnectionusing a suppliedRedisClient. - LettuceSentinelConnection(StatefulRedisSentinelConnection<String, String>) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
-
Creates a
LettuceSentinelConnectionusing a supplied valkey connection. - LettuceSentinelConnection(LettuceConnectionProvider) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
-
Creates a
LettuceSentinelConnectionusing aLettuceConnectionProvider. - LettuceSentinelConnection(ValkeyNode) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
-
Creates a
LettuceSentinelConnectionwith a dedicated client for a suppliedValkeyNode. - LettuceSentinelConnection(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
- LettuceSentinelConnection(String, int, ClientResources) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.LettuceSentinelConnection
-
Creates a
LettuceSentinelConnectionwith a client for the suppliedhostandportand reuse existingClientResources. - 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
LettuceSubscriptiongivenMessageListener,StatefulRedisPubSubConnection, andLettuceConnectionProvider. - 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()andRange.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()andRange.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()andRange.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#minandRange#maxapplying lexicographical ordering. - lexWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRemRangeByLexCommand
-
Creates a new
ReactiveZSetCommands.ZRemRangeByLexCommandgiven aRange. - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
indexform list atkey. - 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
indexform list atkey. - 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
-
Get element at
ReactiveListCommands.LIndexCommand.getIndex()form list atReactiveValkeyConnection.KeyCommand.getKey(). - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
-
Insert
valueValkeyListCommands.Position.BEFOREorValkeyListCommands.Position.AFTERexistingpivotforkey. - 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
-
Insert
valueValkeyListCommands.Position.BEFOREorValkeyListCommands.Position.AFTERexistingpivotforkey. - lInsert(ByteBuffer, ValkeyListCommands.Position, ByteBuffer, ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveListCommands
-
Insert value
ValkeyListCommands.Position.BEFOREorValkeyListCommands.Position.AFTERexisting pivot for key. - 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
-
Get
ReactiveListCommands. - listCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
-
Get
ValkeyListCommands. - 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
- 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
channelsand emitmessagesreceived for those. - listenToChannelLater(String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Subscribe to the given Valkey
channelsand emitmessagesreceived for those. - listenToLater(Topic...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
- 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
patternand emitmessagesreceived for those. - listenToPatternLater(String...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Subscribe to the Valkey channels matching the given
patternand emitmessagesreceived 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 frompart for theLMOVEcommand. - ListOperations.MoveTo<K> - Class in io.valkey.springframework.data.valkey.core
-
Value object representing the
where tofrom part for theLMOVEcommand. - 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 aListtoProperties. - lLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.listCommands()}. - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
Objectusing the givenvalueLoader. - location(ValkeyGeoCommands.GeoLocation<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoAddCommand
-
Creates a new
ReactiveGeoCommands.GeoAddCommandgivenValkeyGeoCommands.GeoLocation. - locations(Collection<ValkeyGeoCommands.GeoLocation<ByteBuffer>>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoAddCommand
-
Creates a new
ReactiveGeoCommands.GeoAddCommandgiven an index. - lockingValkeyCacheWriter(ValkeyConnectionFactory) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
-
Create new
ValkeyCacheWriterwith locking behavior. - lockingValkeyCacheWriter(ValkeyConnectionFactory, BatchStrategy) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
-
Create new
ValkeyCacheWriterwith locking behavior. - lockingValkeyCacheWriter(ValkeyConnectionFactory, Duration, ValkeyCacheWriter.TtlFunction, BatchStrategy) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
-
Create new
ValkeyCacheWriterwith 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
- 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
ValkeyClusterNodematching given nodeId. - lookup(String, int) - Method in class io.valkey.springframework.data.valkey.connection.ClusterTopology
-
Get the
ValkeyClusterNodematching given host and port. - lPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.listCommands()}. - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
countelements 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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.LPosCommandfor given element. - lPush(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
valuestokey. - 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
valuestokey. - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
valuestokeyonly 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
valuestokeyonly 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
startandendfrom list atkey. - 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
startandendfrom list atkey. - 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
-
Get elements in
ReactiveValkeyConnection.RangeCommand.getRange()from list atReactiveValkeyConnection.KeyCommand.getKey() - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
countoccurrences ofvaluefrom the list stored atkey. - 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
countoccurrences ofvaluefrom the list stored atkey. - 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
-
Removes the
ReactiveListCommands.LRemCommand.getCount()occurrences ofReactiveListCommands.LRemCommand.getValue()from the list stored atReactiveValkeyConnection.KeyCommand.getKey(). - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
valuelist element atindex. - 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
valuelist element atindex. - 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
-
Set the
ReactiveListCommands.LSetCommand.getValue()list element atReactiveValkeyConnection.KeyCommand.getKey(). - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
keyto elements betweenstartandend. - 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
keyto elements betweenstartandend. - 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
-
Trim list at
ReactiveValkeyConnection.KeyCommand.getKey()to elements withinReactiveValkeyConnection.RangeCommand.getRange(). - 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
Ireturned by the driver into a strongly typed value of typeR. - map(MapRecord<K, HK, HV>, Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Map records from
MapRecordtoObjectRecord. - map(MapRecord<K, HK, HV>, Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Map record from
MapRecordtoObjectRecord. - map(Function<char[], R>) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
- map(Function<MapRecord<S, K, V>, MapRecord<SK, HK, HV>>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
- map(List<MapRecord<K, HK, HV>>, Class<V>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Map records from
MapRecordtoObjectRecords. - 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
- 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
mapFunctionto each and every entry in the backing collection to create a newMapRecord. - MappingConfiguration - Class in io.valkey.springframework.data.valkey.core.convert
-
MappingConfigurationis 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
-
Creates new
MappingConfiguration. - MappingValkeyConverter - Class in io.valkey.springframework.data.valkey.core.convert
-
ValkeyConverterimplementation creating flat binary map structure out of a given domain type. - MappingValkeyConverter(ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
-
Creates new
MappingValkeyConverter. - MappingValkeyConverter(ValkeyMappingContext, IndexResolver, ReferenceResolver) - Constructor for class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
-
Creates new
MappingValkeyConverterand defaultsValkeyMappingContextwhen null. - MappingValkeyConverter(ValkeyMappingContext, IndexResolver, ReferenceResolver, ValkeyTypeMapper) - Constructor for class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter
-
Creates new
MappingValkeyConverterand defaultsValkeyMappingContextwhen 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 -
ValkeyEntityInformationimplementation using aValkeyPersistentEntityinstance 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
Recordwithin 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
MaptoProperties. - 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 functionto 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
Collectionof monitored masters and their state. - match(byte[]) - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
-
Returns the current
ScanOptions.ScanOptionsBuilderconfigured with the givenpattern. - match(String) - Method in class io.valkey.springframework.data.valkey.core.ScanOptions.ScanOptionsBuilder
-
Returns the current
ScanOptions.ScanOptionsBuilderconfigured with the givenpattern. - 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.BZPopCommandfor max pop (ZPOPMAX). - max() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
-
Creates a new
ReactiveZSetCommands.ZPopCommandfor 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
Stringamong 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.GeoHashCommandgiven a member. - member(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoPosCommand
-
Creates a new
ReactiveGeoCommands.GeoPosCommandgiven 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.SPopCommandforcountmembers. - members(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoHashCommand
-
Creates a new
ReactiveGeoCommands.GeoHashCommandgiven aCollectionof values. - members(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoPosCommand
-
Creates a new
ReactiveGeoCommands.GeoPosCommandgiven aCollectionof 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
bytearrays 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
MessageListenerAdapterwith default settings. - MessageListenerAdapter(Object) - Constructor for class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
-
Create a new
MessageListenerAdapterfor the given delegate. - MessageListenerAdapter(Object, String) - Constructor for class io.valkey.springframework.data.valkey.listener.adapter.MessageListenerAdapter
-
Create a new
MessageListenerAdapterfor the given delegate. - messageListenerContainerRef() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
-
Configure the name of the
ValkeyMessageListenerContainerbean 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
-
Creates a new
ReactiveGeoCommands.GeoDistCommandforValkeyGeoCommands.DistanceUnit.METERS. - 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
metricsEndpointrecord component. - mGet(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
MicrometerTracingAdapterinstance. - MicrometerTracingAdapter(ObservationRegistry, String, boolean) - Constructor for class io.valkey.springframework.data.valkey.connection.lettuce.observability.MicrometerTracingAdapter
-
Deprecated.Create a new
MicrometerTracingAdapterinstance. - MicrometerTracingAdapter.MicrometerTracer - Class in io.valkey.springframework.data.valkey.connection.lettuce.observability
-
Deprecated.
Tracerimplementation based on Micrometer'sObservationRegistry. - migrate(byte[], ValkeyNode, int, ValkeyServerCommands.MigrateOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
-
Creates a new
ReactiveGeoCommands.GeoDistCommandforValkeyGeoCommands.DistanceUnit.MILES. - 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
-
Creates a new
ExpirationinTimeUnit.MILLISECONDS. - millisecondsToTimeUnit(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Converts
millisecondsto the givenTimeUnit. - millisecondsToTimeUnit(TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Creates a new
Converterto convert from milliseconds to the givenTimeUnit. - min() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.BZPopCommand
-
Creates a new
ReactiveZSetCommands.BZPopCommandfor min pop (ZPOPMIN). - min() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZPopCommand
-
Creates a new
ReactiveZSetCommands.ZPopCommandfor 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
MINIDtrimming 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
MINIDtrimming 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
Stringamong 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.TimeToLivefor 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(), andValkeyServer.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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyto database withindex. - 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
fromargument) of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored at the bound key, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
keyto database withindex. - move(ByteBuffer, int) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Move given
keyto database withindex. - move(K, int) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Move given
keyto database withindex. - 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
keyto database withindex. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - 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
fromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey. - move(K, V) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Move
valuefrom the bound key todestKey - move(K, V, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Move
valuefromkeytodestKey - move(K, V, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Move
valuefromkeytodestKey - 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
destinationPositionargument) of the list stored atdestination. - 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
destinationPositionargument) of the list stored atdestination. - 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
destinationPositionargument) of the list stored atdestination. - 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
destinationPositionargument) of the list stored atdestination. - 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
destinationPositionargument) of the list stored atdestination. - 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
destinationPositionargument) of the list stored atdestination. - 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.MSetCommandgiven aMapof key-value tuples. - mSet(Map<byte[], byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
tupleonly 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
tupleonly 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
- 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
hashKeysfrom hash atkey. - multiGet(H, Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Get values for given
hashKeysfrom hash atkey. - multiGet(Collection<HK>) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
-
Get values for given
keysfrom 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
Weightsobject that contains all weights multiplied bymultiplier - multiply(int) - Method in class io.valkey.springframework.data.valkey.connection.zset.Weights
-
Creates a new
Weightsobject that contains all weights multiplied bymultiplier - 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
tupleonly 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
tupleonly 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
keysfrom the keyspace. - mUnlink(Publisher<List<ByteBuffer>>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Unlink the
keysfrom 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
BeanNameGeneratorto 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
Stringmap. - newGeoRadiusArgs() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoRadiusCommandArgs
-
Create new
ValkeyGeoCommands.GeoRadiusCommandArgs. - newGeoSearchArgs() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchCommandArgs
-
Create new
ValkeyGeoCommands.GeoSearchCommandArgs. - newGeoSearchStoreArgs() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyGeoCommands.GeoSearchStoreCommandArgs
-
Create new
ValkeyGeoCommands.GeoSearchStoreCommandArgs. - newPartialUpdate(Object, Class<S>) - Static method in class io.valkey.springframework.data.valkey.core.PartialUpdate
-
Create new
PartialUpdatefor 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.RecordBuilderto fluently createrecords. - newSerializationContext() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
-
Creates a new
ValkeySerializationContext.ValkeySerializationContextBuilder. - newSerializationContext(ValkeySerializationContext.SerializationPair<?>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
-
Creates a new
ValkeySerializationContext.ValkeySerializationContextBuilderusing a given defaultValkeySerializationContext.SerializationPair. - newSerializationContext(ValkeySerializer<?>) - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext
-
Creates a new
ValkeySerializationContext.ValkeySerializationContextBuilderusing a given defaultValkeySerializer. - newServerFrom(Properties) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyServer
-
Creates a new
ValkeyServerfrom the given properties. - newValkeyClusterNode() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
-
Get
ValkeyClusterNode.ValkeyClusterNodeBuilderfor creating newValkeyClusterNode. - newValkeyNode() - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyNode
-
Get
ValkeyNode.ValkeyNodeBuilderfor creating newValkeyNode. - 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
-
Empty
SubscriptionListener. - noack() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamReadOptions
-
Enable auto-acknowledgement by setting the
NOACKflag 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
nodeto the list of nodes givenhostName. - node(String, int) - Method in class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
- 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
-
Create a new
ClusterCommandExecutor.NodeResult. - NodeResult(ValkeyClusterNode, T, byte[]) - Constructor for class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.NodeResult
-
Create a new
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
KeyScanOptionswithout setting a limit or matching a pattern. - NONE - Static variable in class io.valkey.springframework.data.valkey.core.ScanOptions
-
Constant to apply default
ScanOptionswithout setting a limit or matching a pattern. - nonLockingValkeyCacheWriter(ValkeyConnectionFactory) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
-
Create new
ValkeyCacheWriterwithout locking behavior. - nonLockingValkeyCacheWriter(ValkeyConnectionFactory, BatchStrategy) - Static method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
-
Create new
ValkeyCacheWriterwithout 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
serializerforNullValue. - 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
ObjectRecordbacked by the given value. - ObjectHashMapper - Class in io.valkey.springframework.data.valkey.hash
-
HashMapperbased onMappingValkeyConverter. - 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
ObjectHashMapperusing the givenValkeyConverterfor 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
Recordwithin 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
-
Parse a binary
keyintoMappingValkeyConverter.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
ValkeyPasswordfrom achararray. - of(double...) - Static method in class io.valkey.springframework.data.valkey.connection.zset.Weights
- of(int...) - Static method in class io.valkey.springframework.data.valkey.connection.zset.Weights
- of(long) - Static method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
-
Creates a
Cursor.CursorIdfrom the givencursorId. - of(long, long) - Static method in class io.valkey.springframework.data.valkey.connection.stream.RecordId
-
Create a new instance of
RecordIdusing the provided String formatted as <millisecondsTime>-<sequenceNumber>. - of(ByteBufferRecord) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AddStreamRecord
-
Creates a new
ReactiveStreamCommands.AddStreamRecordgivenbody. - of(MapRecord<byte[], byte[], byte[]>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
-
Convert a binary
MapRecordinto aByteRecord. - of(MapRecord<String, String, String>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.StringRecord
- of(MapRecord<ByteBuffer, ByteBuffer, ByteBuffer>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
-
Convert a binary
MapRecordinto aByteRecord. - of(Number, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.types.Expirations.TimeToLive
-
Factory method for creating
Expirations.TimeToLiveinstances, 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
RecordIdusing the provided String formatted as <millisecondsTime>-<sequenceNumber>. - of(String) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
-
Create a
ValkeyPasswordfrom aString. - of(String) - Static method in interface io.valkey.springframework.data.valkey.connection.ValueEncoding
-
Get the
ValueEncodingfor givenencoding. - of(String) - Static method in class io.valkey.springframework.data.valkey.core.convert.MappingValkeyConverter.KeyspaceIdentifier
-
Parse a
keyintoMappingValkeyConverter.KeyspaceIdentifier. - of(String) - Static method in class io.valkey.springframework.data.valkey.core.Cursor.CursorId
-
Creates a
Cursor.CursorIdfrom the givencursorId. - of(String) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
- of(String) - Static method in class io.valkey.springframework.data.valkey.listener.ChannelTopic
-
Create a new
ChannelTopicfor channel subscriptions. - of(String) - Static method in class io.valkey.springframework.data.valkey.listener.PatternTopic
-
Create a new
PatternTopicfor channel subscriptions based on apattern. - of(String, Class<T>) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
- 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
Expirationsfrom raw sources provided in a givenTimeUnit. - of(List<K>, List<Long>) - Static method in class io.valkey.springframework.data.valkey.core.ExpireChanges
-
Factory Method to create
ExpireChangesfrom raw sources. - of(Map<String, String>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.StringRecord
- of(Map<K, V>) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.Record
- of(PropertySource<?>) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyClusterConfiguration
-
Creates a new
ValkeyClusterConfigurationlooking up configuration values from the givenPropertySource. - of(PropertySource<?>) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeySentinelConfiguration
-
Construct a new
ValkeySentinelConfigurationfrom the givenPropertySource. - of(Resource) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
-
Creates new
ValkeyScript(with throw away result) from the givenResource. - of(Resource, Class<T>) - Static method in interface io.valkey.springframework.data.valkey.core.script.ValkeyScript
-
Creates new
ValkeyScriptfromResource. - of(V) - Static method in interface io.valkey.springframework.data.valkey.connection.stream.Record
-
Create a new
ObjectRecordinstance backed by the given value. - of(V, Double) - Static method in interface io.valkey.springframework.data.valkey.core.ZSetOperations.TypedTuple
-
Create a new
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
-
Turn
KeyExpirationEventMessageListenerusage off. - 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
KeyExpirationEventMessageListeneron first insert having expiration time set. - ON_STARTUP - Enum constant in enum class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter.EnableKeyspaceEvents
-
Initializes the
KeyExpirationEventMessageListeneron 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.SPopCommandfor a single member. - onErrorResume(Function<? super Throwable, ? extends Publisher<Void>>) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
-
Configure a resume
Functionto 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
MessageListenerentry 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
Cursorprior 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
OpenTelemetryForGliderecord 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.Overflowto be used for this and any subsequentBitFieldSubCommands.BitFieldIncrBycommands. - overwrite(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetRangeCommand
-
Creates a new
ReactiveStringCommands.SetRangeCommandgiven 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
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[]andByteBuffer. - 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[]andByteBufferbased 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
-
PartialUpdateallows 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
PartialUpdatefor given id and type. - PartialUpdate(Object, T) - Constructor for class io.valkey.springframework.data.valkey.core.PartialUpdate
-
Create new
PartialUpdatefor 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
-
PassThroughExceptionTranslationStrategyreturns null for unknownExceptions. - 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
-
IndexDefinitionthat 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
-
IndexResolverimplementation considering properties annotated withIndexedor paths set up inIndexConfiguration. - PathIndexResolver() - Constructor for class io.valkey.springframework.data.valkey.core.convert.PathIndexResolver
-
Creates new
PathIndexResolverwith emptyIndexConfiguration. - PathIndexResolver(ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.convert.PathIndexResolver
-
Creates new
PathIndexResolverwith givenIndexConfiguration. - pattern(String) - Static method in interface io.valkey.springframework.data.valkey.listener.Topic
-
Create a new
PatternTopicfor channel subscriptions based on apattern. - 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
-
Create a new
ReactiveSubscription.PatternMessage. - PatternTopic - Class in io.valkey.springframework.data.valkey.listener
- PatternTopic(String) - Constructor for class io.valkey.springframework.data.valkey.listener.PatternTopic
-
Constructs a new
PatternTopicinstance. - 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
- pending(K, Consumer, Range<?>, long) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
- pending(K, String) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Obtain the
PendingMessagesSummaryfor a given consumer group. - pending(K, String) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Obtain the
PendingMessagesSummaryfor a given consumer group. - pending(K, String, Range<?>, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Obtain detailed information about pending
messagesfor a givenRangewithin a consumer group. - pending(K, String, Range<?>, long) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Obtain detailed information about pending
messagesfor a givenRangewithin 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
Rangeand 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
-
Creates a new
ReactiveStringCommands.BitOpCommandgiven aValkeyStringCommands.BitOperation. - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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.TtlFunctionto 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.TimeToLivefor a key that exists but does not expire. - pExpire(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - pExpire(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set time to live for given
keyin milliseconds. - pExpire(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyin milliseconds. - pExpire(byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set time to live for given
keyusingmillisecondsprecision. - pExpire(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set time to live for given
keyin 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
keyin milliseconds. - pExpire(ByteBuffer, Duration) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Set time to live for given
keyin 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.in favor of
ValkeyCommandsProvider.keyCommands(). - pExpireAt(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set the expiration for given
keyas a UNIX timestamp in milliseconds. - pExpireAt(byte[], long, ExpirationOptions.Condition) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyas a UNIX timestamp in milliseconds. - pExpireAt(byte[], Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Set the expiration for given
keyas a UNIX timestamp inmillisecondsprecision. - pExpireAt(String, long) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Set the expiration for given
keyas 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
keyas a UNIX timestamp in milliseconds. - pExpireAt(ByteBuffer, Instant) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Set the expiration for given
keyas 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
keyas 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
-
Deprecated.in favor of
ValkeyCommandsProvider.hyperLogLogCommands(). - 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
-
Deprecated.in favor of
ValkeyCommandsProvider.hyperLogLogCommands(). - 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
-
Deprecated.in favor of
ValkeyCommandsProvider.hyperLogLogCommands(). - 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
BLOCKoption during reading. - pollTimeout(Duration) - Method in class io.valkey.springframework.data.valkey.stream.StreamReceiver.StreamReceiverOptionsBuilder
-
Configure a poll timeout for the
BLOCKoption 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
GenericObjectPoolConfigused 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
PoolExceptioninstance. - PoolException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.PoolException
-
Constructs a new
PoolExceptioninstance. - 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
countrandom members from set atkey. - pop(K, long) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Remove and return
countrandom members from set atkey. - 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
countvalues 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
countvalues with their score having the highest score from sorted set atkey. - popMax(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Remove and return
countvalues with their score having the highest score from sorted set atkey. - 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
countvalues 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
countvalues with their score having the lowest score from sorted set atkey. - popMin(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Remove and return
countvalues with their score having the lowest score from sorted set atkey. - 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
Pointrepresentation of positions for one or more members. - position(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the
Pointrepresentation of positions for one or more members. - position(K, M...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the
Pointrepresentation of positions for one or more members. - position(M...) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the
Pointrepresentation 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 namewith the given value. - prefixed(String) - Static method in interface io.valkey.springframework.data.valkey.cache.CacheKeyPrefix
-
Creates a
CacheKeyPrefixscheme that prefixes cache keys with the givenprefix. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
valueand expiration inmillisecondsforkey. - 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
valueand expiration inmillisecondsforkey. - 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
patternsand 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyin milliseconds. - pTtl(byte[], TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyin and convert it to the givenTimeUnit. - 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
keyin 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
keyin and convert it to the givenTimeUnit. - pTtl(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Get the time to live for
keyin 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
messageto the givenchannel. - 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
ApplicationEventPublisheris 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
valueof a hashkeyat the bound key. - put(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Set the
valueof a hashhashKey. - put(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Set the
valueof a hashhashKey. - 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
valueatkeyconsidering top-level/nesting. - put(String, byte[]) - Method in class io.valkey.springframework.data.valkey.core.convert.Bucket
-
Add
Stringrepresentation 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
mat 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
valueof a hashkeyonly ifkeydoes not exist. - putIfAbsent(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Set the
valueof a hashhashKeyonly ifhashKeydoes not exist. - putIfAbsent(H, HK, HV) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Set the
valueof a hashhashKeyonly ifhashKeydoes 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-Exampleoperations. - QueryByExampleValkeyExecutor(EntityInformation<T, ?>, ValkeyKeyValueTemplate) - Constructor for class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
- QueryByExampleValkeyExecutor(EntityInformation<T, ?>, ValkeyKeyValueTemplate, IndexResolver) - Constructor for class io.valkey.springframework.data.valkey.repository.support.QueryByExampleValkeyExecutor
- queryLookupStrategy() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
-
Returns the key of the
QueryLookupStrategyto be used for lookup queries for query methods. - QueryUtils - Class in io.valkey.springframework.data.valkey.core.query
-
Utilities for
SortQueryimplementations. - 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
MetricandValkeyGeoCommands.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
MetricandValkeyGeoCommands.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
CircleapplyingValkeyGeoCommands.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
CircleapplyingValkeyGeoCommands.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
MetricandValkeyGeoCommands.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
CircleapplyingValkeyGeoCommands.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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
countrandom elements from set at the bound key. - randomMembers(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Get
countrandom elements from set at the bound key. - randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Get
countrandom elements from set atkey. - randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get
countrandom elements from set atkey. - randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Get
countrandom elements from set atkey. - randomMembers(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get
countrandom elements from set atkey. - randomMembersWithScore(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Get
countrandom elements with their score from set at the bound key. - randomMembersWithScore(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get
countrandom elements with their score from set atkey. - randomMembersWithScore(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get
countrandom elements with their score from set atkey. - 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
beginandendfrom list at the bound key. - range(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Get elements between
startandendfrom 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
startandendfrom list at the bound key. - range(long, long) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
-
Get elements between
startandendfrom 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
RangeasObjectRecord. - 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
Rangeapplying aLimit. - range(Class<V>, K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
- range(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Get elements between
beginandendfrom list atkey. - range(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Get elements between
beginandendfrom list atkey. - range(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get elements between
startandendfrom sorted set. - range(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get elements between
startandendfrom 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
Rangeapplying aLimit. - range(K, Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Read records from a stream within a specific
Rangeapplying aLimit. - range(Range<?>, Long) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.PendingRecordsCommand
-
Create new
ReactiveStreamCommands.PendingRecordsCommandwith givenRangeand limit. - range(Range<?>, Long) - Static method in class io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands.XPendingOptions
-
Create new
ValkeyStreamCommands.XPendingOptionswith givenRangeand 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
Rangeapplying aLimit. - 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
dstKeywith lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.getUpperBound(). - rangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Store all elements at
dstKeywith lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.getUpperBound(). - rangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Store all elements at
dstKeywith lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.getUpperBound(). - rangeAndStoreByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Store all elements at
dstKeywith lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.getUpperBound(). - rangeAndStoreByScore(String, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
-
Store all elements at
dstKeywith ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.getUpperBound(). - rangeAndStoreByScore(K, K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Store all elements at
dstKeywith ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.getUpperBound(). - rangeAndStoreByScore(K, K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Store all elements at
dstKeywith ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.getUpperBound(). - rangeAndStoreByScore(K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Store all elements at
dstKeywith ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.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.since 3.0. Please use
ZSetOperations.rangeByLex(Object, Range, Limit)instead. - rangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get all elements with lexicographical ordering from ZSET at
keywith a value betweenRange.getLowerBound()andRange.getUpperBound(). - rangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get all elements with lexicographical ordering from ZSET at
keywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with lexicographical ordering from ZSET atkeywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with lexicographical ordering from ZSET atkeywith a value betweenRange.getLowerBound()andRange.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()andRange.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()andRange.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 atLimit.getOffset()with lexicographical ordering having a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with lexicographical ordering having a value betweenRange.getLowerBound()andRange.getUpperBound(). - rangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Get elements where score is between
minandmaxfrom 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
minandmaxfrom sorted set. - rangeByScore(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get elements where score is between
minandmaxfrom sorted set. - rangeByScore(K, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get elements in range from
starttoendwhere score is betweenminandmaxfrom sorted set. - rangeByScore(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get elements where score is between
minandmaxfrom sorted set. - rangeByScore(K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get elements in range from
starttoendwhere score is betweenminandmaxfrom sorted set. - rangeByScoreWithScores(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
- 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
- rangeByScoreWithScores(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
- rangeByScoreWithScores(K, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
- rangeByScoreWithScores(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
- rangeByScoreWithScores(K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
- rangeWithScores(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
- 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
- rangeWithScores(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
- rangeWithScores(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
- 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
valuein 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
valuein a sorted set. - rank(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Determine the index of element with
valuein 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
rawrecord 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
-
Deprecated.since 2.2. Please use either
ValkeySerializationContext.SerializationPair.byteArray()orValkeySerializationContext.SerializationPair.byteBuffer(). - 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
ByteBufferRecordfor 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
ByteRecordfor 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
-
GEOADDcommand parameters. - ReactiveGeoCommands.GeoDistCommand - Class in io.valkey.springframework.data.valkey.connection
-
GEODISTcommand parameters. - ReactiveGeoCommands.GeoHashCommand - Class in io.valkey.springframework.data.valkey.connection
-
GEOHASHcommand parameters. - ReactiveGeoCommands.GeoPosCommand - Class in io.valkey.springframework.data.valkey.connection
-
GEOPOScommand parameters. - ReactiveGeoCommands.GeoRadiusByMemberCommand - Class in io.valkey.springframework.data.valkey.connection
-
GEORADIUSBYMEMBERcommand parameters. - ReactiveGeoCommands.GeoRadiusCommand - Class in io.valkey.springframework.data.valkey.connection
-
GEORADIUScommand parameters. - ReactiveGeoCommands.GeoSearchCommand - Class in io.valkey.springframework.data.valkey.connection
-
GEOSEARCHcommand parameters. - ReactiveGeoCommands.GeoSearchStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
GEOSEARCHSTOREcommand 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.Commandfor hash-bound operations. - ReactiveHashCommands.HDelCommand - Class in io.valkey.springframework.data.valkey.connection
- ReactiveHashCommands.HExistsCommand - Class in io.valkey.springframework.data.valkey.connection
-
HEXISTS
ReactiveValkeyConnection.Command. - ReactiveHashCommands.HGetCommand - Class in io.valkey.springframework.data.valkey.connection
- ReactiveHashCommands.HRandFieldCommand - Class in io.valkey.springframework.data.valkey.connection
-
HRANDFIELD
ReactiveValkeyConnection.Command. - 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
-
PFADDcommand parameters. - ReactiveHyperLogLogCommands.PfCountCommand - Class in io.valkey.springframework.data.valkey.connection
-
PFCOUNTcommand parameters. - ReactiveHyperLogLogCommands.PfMergeCommand - Class in io.valkey.springframework.data.valkey.connection
-
PFMERGEcommand 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
-
MOVEcommand parameters. - ReactiveKeyCommands.ExpireAtCommand - Class in io.valkey.springframework.data.valkey.connection
-
EXPIREAT/PEXPIREATcommand parameters. - ReactiveKeyCommands.ExpireCommand - Class in io.valkey.springframework.data.valkey.connection
-
EXPIRE/PEXPIREcommand parameters. - ReactiveKeyCommands.MoveCommand - Class in io.valkey.springframework.data.valkey.connection
-
MOVEcommand parameters. - ReactiveKeyCommands.RenameCommand - Class in io.valkey.springframework.data.valkey.connection
-
RENAMEcommand 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
-
BLMOVEcommand parameters. - ReactiveListCommands.BPopCommand - Class in io.valkey.springframework.data.valkey.connection
- ReactiveListCommands.BRPopLPushCommand - Class in io.valkey.springframework.data.valkey.connection
-
BRPOPLPUSHcommand parameters. - ReactiveListCommands.Direction - Enum Class in io.valkey.springframework.data.valkey.connection
- ReactiveListCommands.LIndexCommand - Class in io.valkey.springframework.data.valkey.connection
-
LINDEXcommand parameters. - ReactiveListCommands.LInsertCommand - Class in io.valkey.springframework.data.valkey.connection
-
LINSERTcommand parameters. - ReactiveListCommands.LMoveCommand - Class in io.valkey.springframework.data.valkey.connection
-
LMOVEcommand parameters. - ReactiveListCommands.LPosCommand - Class in io.valkey.springframework.data.valkey.connection
-
LPOScommand parameters. - ReactiveListCommands.LRemCommand - Class in io.valkey.springframework.data.valkey.connection
-
LREMcommand parameters. - ReactiveListCommands.LSetCommand - Class in io.valkey.springframework.data.valkey.connection
-
LSETcommand 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
-
RPOPLPUSHcommand 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
-
DECRBYcommand parameters. - ReactiveNumberCommands.HIncrByCommand<T extends Number> - Class in io.valkey.springframework.data.valkey.connection
-
HINCRBYcommand parameters. - ReactiveNumberCommands.IncrByCommand<T extends Number> - Class in io.valkey.springframework.data.valkey.connection
-
INCRBYcommand 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
-
SADDcommand parameters. - ReactiveSetCommands.SDiffCommand - Class in io.valkey.springframework.data.valkey.connection
-
SDIFFcommand parameters. - ReactiveSetCommands.SDiffStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
SDIFFSTOREcommand parameters. - ReactiveSetCommands.SInterCommand - Class in io.valkey.springframework.data.valkey.connection
-
SINTERcommand parameters. - ReactiveSetCommands.SInterStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
SINTERSTOREcommand parameters. - ReactiveSetCommands.SIsMemberCommand - Class in io.valkey.springframework.data.valkey.connection
-
SISMEMBERcommand parameters. - ReactiveSetCommands.SMIsMemberCommand - Class in io.valkey.springframework.data.valkey.connection
-
SMISMEMBERcommand parameters. - ReactiveSetCommands.SMoveCommand - Class in io.valkey.springframework.data.valkey.connection
-
SMOVEcommand parameters. - ReactiveSetCommands.SPopCommand - Class in io.valkey.springframework.data.valkey.connection
-
SPOPcommand parameters. - ReactiveSetCommands.SRandMembersCommand - Class in io.valkey.springframework.data.valkey.connection
-
SRANDMEMBERcommand parameters. - ReactiveSetCommands.SRemCommand - Class in io.valkey.springframework.data.valkey.connection
-
SREMcommand parameters. - ReactiveSetCommands.SUnionCommand - Class in io.valkey.springframework.data.valkey.connection
-
SUNIONcommand parameters. - ReactiveSetCommands.SUnionStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
SUNIONSTOREcommand 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
-
XACKcommand parameters. - ReactiveStreamCommands.AddStreamRecord - Class in io.valkey.springframework.data.valkey.connection
-
XADDcommand parameters. - ReactiveStreamCommands.DeleteCommand - Class in io.valkey.springframework.data.valkey.connection
-
XDELcommand 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/XREVRANGEcommand parameters. - ReactiveStreamCommands.ReadCommand - Class in io.valkey.springframework.data.valkey.connection
-
XRANGE/XREVRANGEcommand parameters. - ReactiveStreamCommands.TrimCommand - Class in io.valkey.springframework.data.valkey.connection
-
XTRIMcommand parameters. - ReactiveStreamCommands.XClaimCommand - Class in io.valkey.springframework.data.valkey.connection
-
XCLAIMcommand 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
-
APPENDcommand parameters. - ReactiveStringCommands.BitCountCommand - Class in io.valkey.springframework.data.valkey.connection
-
BITCOUNTcommand parameters. - ReactiveStringCommands.BitFieldCommand - Class in io.valkey.springframework.data.valkey.connection
-
BITFIELDcommand parameters. - ReactiveStringCommands.BitOpCommand - Class in io.valkey.springframework.data.valkey.connection
-
BITOPcommand parameters. - ReactiveStringCommands.BitPosCommand - Class in io.valkey.springframework.data.valkey.connection
- ReactiveStringCommands.GetBitCommand - Class in io.valkey.springframework.data.valkey.connection
-
GETBITcommand parameters. - ReactiveStringCommands.GetExCommand - Class in io.valkey.springframework.data.valkey.connection
-
ReactiveValkeyConnection.CommandforGETEX. - ReactiveStringCommands.MSetCommand - Class in io.valkey.springframework.data.valkey.connection
-
MSETcommand parameters. - ReactiveStringCommands.SetBitCommand - Class in io.valkey.springframework.data.valkey.connection
-
SETBITcommand parameters. - ReactiveStringCommands.SetCommand - Class in io.valkey.springframework.data.valkey.connection
-
SETcommand parameters. - ReactiveStringCommands.SetRangeCommand - Class in io.valkey.springframework.data.valkey.connection
-
SETRANGEcommand parameters. - ReactiveStringValkeyTemplate - Class in io.valkey.springframework.data.valkey.core
-
String-focusedextension ofReactiveValkeyTemplate. - ReactiveStringValkeyTemplate(ReactiveValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveStringValkeyTemplate
-
Creates new
ReactiveValkeyTemplateusing givenReactiveValkeyConnectionFactoryapplying defaultStringserialization. - ReactiveStringValkeyTemplate(ReactiveValkeyConnectionFactory, ValkeySerializationContext<String, String>) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveStringValkeyTemplate
-
Creates new
ReactiveValkeyTemplateusing givenReactiveValkeyConnectionFactoryandValkeySerializationContext. - ReactiveStringValkeyTemplate(ReactiveValkeyConnectionFactory, ValkeySerializationContext<String, String>, boolean) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveStringValkeyTemplate
-
Creates new
ReactiveValkeyTemplateusing givenReactiveValkeyConnectionFactoryandValkeySerializationContext. - 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.Messagerepresents 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.CommandResponseimplementation forByteBufferresponses for absent keys. - ReactiveValkeyConnection.BooleanResponse<I> - Class in io.valkey.springframework.data.valkey.connection
-
ReactiveValkeyConnection.CommandResponseimplementation forBooleanresponses. - ReactiveValkeyConnection.ByteBufferResponse<I> - Class in io.valkey.springframework.data.valkey.connection
-
ReactiveValkeyConnection.CommandResponseimplementation forByteBufferresponses. - 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.Commandfor key-bound operations. - ReactiveValkeyConnection.KeyScanCommand - Class in io.valkey.springframework.data.valkey.connection
- ReactiveValkeyConnection.MultiValueResponse<I,
O> - Class in io.valkey.springframework.data.valkey.connection -
ReactiveValkeyConnection.CommandResponseimplementation forListresponses. - ReactiveValkeyConnection.NumericResponse<I,
O extends Number> - Class in io.valkey.springframework.data.valkey.connection -
ReactiveValkeyConnection.CommandResponseimplementation fornumericresponses. - 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.ChannelMessagefor messages received via Valkey Pub/Sub listeners. - ReactiveValkeyMessageListenerContainer(ReactiveValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
-
Create a new
ReactiveValkeyMessageListenerContainergivenReactiveValkeyConnectionFactory. - 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
ReactiveValkeyConnectionavoiding 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
-
Creates new
ReactiveValkeyTemplateusing givenReactiveValkeyConnectionFactoryandValkeySerializationContext. - ReactiveValkeyTemplate(ReactiveValkeyConnectionFactory, ValkeySerializationContext<K, V>, boolean) - Constructor for class io.valkey.springframework.data.valkey.core.ReactiveValkeyTemplate
-
Creates new
ReactiveValkeyTemplateusing givenReactiveValkeyConnectionFactoryandValkeySerializationContext. - 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
-
ZADDcommand parameters. - ReactiveZSetCommands.ZAggregateCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZINTER/ZUNIONcommand parameters. - ReactiveZSetCommands.ZAggregateStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZINTERSTORE/ZUNIONSTOREcommand parameters. - ReactiveZSetCommands.ZCountCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZCOUNTcommand parameters. - ReactiveZSetCommands.ZDiffCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZDIFFcommand parameters. - ReactiveZSetCommands.ZDiffStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZDIFFSTOREcommand parameters. - ReactiveZSetCommands.ZIncrByCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZINCRBYcommand parameters. - ReactiveZSetCommands.ZInterStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZINTERSTOREcommand parameters. - ReactiveZSetCommands.ZLexCountCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZLEXCOUNTcommand parameters. - ReactiveZSetCommands.ZMScoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZMSCOREcommand 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
-
ZRANDMEMBERcommand 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
-
ZRANGESTOREcommand 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
-
ZREMcommand parameters. - ReactiveZSetCommands.ZRemRangeByLexCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZREMRANGEBYLEXcommand parameters. - ReactiveZSetCommands.ZRemRangeByRankCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZREMRANGEBYRANKcommand parameters. - ReactiveZSetCommands.ZRemRangeByScoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZREMRANGEBYSCOREcommand parameters. - ReactiveZSetCommands.ZScoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZSCOREcommand parameters. - ReactiveZSetCommands.ZUnionStoreCommand - Class in io.valkey.springframework.data.valkey.connection
-
ZUNIONSTOREcommand 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
StreamOffsetasObjectRecord. - 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 asObjectRecord. - 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 asObjectRecord. - 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 asObjectRecord. - 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 asObjectRecord. - read(Class<V>, StreamOffset<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Read records from a
StreamOffsetasObjectRecord. - read(Class<V>, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Read records from one or more
StreamOffsets asObjectRecord. - read(Class<V>, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Read records from one or more
StreamOffsets asObjectRecord. - read(Class<V>, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Read records from one or more
StreamOffsets asObjectRecord. - read(Class<V>, StreamReadOptions, StreamOffset<K>...) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Read records from one or more
StreamOffsets asObjectRecord. - read(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeyElementReader
-
Deserialize a
ByteBufferinto the according type. - read(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
-
Deserialize a
ByteBufferinto 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
-
Configure
JacksonObjectReader. - 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
- 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
- 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 ofReactiveSubscription.ChannelMessage. - receive(PatternTopic...) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
-
Subscribe to one or more
PatternTopics and receive a stream ofReactiveSubscription.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 ofReactiveSubscription.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 ofReactiveSubscription.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 ofReactiveSubscription.ChannelMessage. - receiveAutoAck(Consumer, StreamOffset<K>) - Method in interface io.valkey.springframework.data.valkey.stream.StreamReceiver
- 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 ofReactiveSubscription.ChannelMessageonce the returnedMonocompletes. - receiveLater(PatternTopic...) - Method in class io.valkey.springframework.data.valkey.listener.ReactiveValkeyMessageListenerContainer
-
Subscribe to one or more
PatternTopics and receive a stream ofReactiveSubscription.PatternMessageonce the returnedMonocompletes. - 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 ofReactiveSubscription.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-idand the actual entry-value (typically a collection offield/value pairs). - RecordId - Class in io.valkey.springframework.data.valkey.connection.stream
-
The id of a single
Recordwithin 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
-
ReferenceResolverretrieves Objects marked withReferencefrom Valkey. - ReferenceResolverImpl - Class in io.valkey.springframework.data.valkey.core.convert
-
ReferenceResolverusingValkeyKeyValueAdapterto read raw data. - 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
serializerforNullValueserialization. - registerNullValueSerializer(ObjectMapper, String) - Static method in class io.valkey.springframework.data.valkey.serializer.GenericJackson2JsonValkeySerializer
-
Register
GenericJackson2JsonValkeySerializer.NullValueSerializerin the givenObjectMapperwith an optionaltypeHintPropertyName. - 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
startandendfrom sorted set. - remove(long, Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Removes the first
countoccurrences ofvaluefrom the list stored at the bound key. - remove(H, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Delete given hash
hashKeysfrom 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
Subscriptionfrom 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
valuesfrom 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
valuesfrom 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
countoccurrences ofvaluefrom the list stored atkey. - remove(K, long, Object) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Removes the first
countoccurrences ofvaluefrom the list stored atkey. - remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Remove given
valuesfrom set atkeyand return the number of removed elements. - remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Remove
valuesfrom sorted set. - remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Remove given
valuesfrom set atkeyand return the number of removed elements. - remove(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Remove
valuesfrom 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
minandmaxfrom 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
-
RemoveIndexedDatarepresents 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
startandendfrom 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
startandendfrom sorted set withkey. - removeRange(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Remove elements in range between
startandendfrom sorted set withkey. - 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.since 3.0. Please use
BoundZSetOperations.removeRangeByLex(Range). - 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
Rangefrom sorted set with key. - removeRangeByLex(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Remove elements in
Rangefrom sorted set with the bound key. - removeRangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Remove elements with scores between
minandmaxfrom 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
minandmaxfrom sorted set withkey. - removeRangeByScore(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Remove elements with scores between
minandmaxfrom sorted set withkey. - rename(byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
oldKeytonewKey. - 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
oldKeytonewKey. - 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
oldKeytonewKey. - 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
oldKeytonewKey. - 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
oldKeytonewKeyonly ifnewKeydoes 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
oldKeytonewKeyonly ifnewKeydoes 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
oldKeytonewKeyonly ifnewKeydoes 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
oldKeytonewKeyonly ifnewKeydoes 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
FactoryBeanclass 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.
- requireNonNull(T, String, Object...) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
-
Deprecated.Asserts the given
Objectis not null. - requireNonNull(T, Supplier<String>) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
-
Deprecated.Asserts the given
Objectis 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
Objectis not null. - requireState(T, Supplier<String>) - Static method in class io.valkey.springframework.data.valkey.util.ValkeyAssertions
-
Deprecated.Asserts the given
Objectis 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
- restore(byte[], long, byte[], boolean) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
- restore(K, byte[], long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
- restore(K, byte[], long, TimeUnit, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
- 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
Listof all individualClusterCommandExecutor.NodeResult.value. - resultsAsListSortBy(byte[]...) - Method in class io.valkey.springframework.data.valkey.connection.ClusterCommandExecutor.MultiNodeResult
-
Get
Listof all individualClusterCommandExecutor.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
- retrieve(String, byte[], Duration) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
-
Asynchronously retrieves the
valueto which theValkeyCachemaps the givenbyte[] keysetting theTTL expirationfor 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.ZIncrByCommandgiven amemberto 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
starttoendfrom 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
starttoendfrom 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
Rangein reverse order asObjectRecord. - reverseRange(Class<V>, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Read records from a stream within a specific
Rangein reverse order asObjectRecord. - 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
Rangeapplying aLimitin reverse order asObjectRecord. - 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
Rangeapplying aLimitin reverse order asObjectRecord. - reverseRange(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get elements in range from
starttoendfrom 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
starttoendfrom 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
Rangein reverse order. - reverseRange(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Read records from a stream within a specific
Rangein 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
Rangeapplying aLimitin 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
Rangeapplying aLimitin reverse order. - reverseRange(Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
-
Read records from a stream within a specific
Rangein reverse order. - reverseRange(Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
-
Read records from a stream within a specific
Rangeapplying aLimitin reverse order. - reverseRangeAndStoreByLex(String, Range<String>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
-
Store all elements at
dstKeywith reverse lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Store all elements at
dstKeywith reverse lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeAndStoreByLex(K, K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Store all elements at
dstKeywith reverse lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse lexicographical ordering from ZSET atsrcKeywith a value betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeAndStoreByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Store all elements at
dstKeywith reverse lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse lexicographical ordering from ZSET at the bound key with a value betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeAndStoreByScore(String, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.support.collections.ValkeyZSet
-
Store all elements at
dstKeywith reverse ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeAndStoreByScore(K, K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Store all elements at
dstKeywith reverse ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeAndStoreByScore(K, K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Store all elements at
dstKeywith reverse ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse ordering by score from ZSET atsrcKeywith a score betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeAndStoreByScore(K, Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Store all elements at
dstKeywith reverse ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse ordering by score from ZSET at the bound key with a score betweenRange.getLowerBound()andRange.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.since 3.0. Please use
BoundZSetOperations.reverseRangeByLex(Range, Limit)instead. - 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.since 3.0. Please use
ZSetOperations.reverseRangeByLex(Object, Range) - 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.since 3.0. Please use
ZSetOperations.reverseRangeByLex(Object, Range, Limit)instead. - reverseRangeByLex(K, Range<String>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get all elements with reverse lexicographical ordering from ZSET at
keywith a value betweenRange.getLowerBound()andRange.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
keywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse lexicographical ordering from ZSET atkeywith a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse lexicographical ordering from ZSET atkeywith a value betweenRange.getLowerBound()andRange.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()andRange.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()andRange.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 atLimit.getOffset()with reverse lexicographical ordering having a value betweenRange.getLowerBound()andRange.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 atLimit.getOffset()with reverse lexicographical ordering having a value betweenRange.getLowerBound()andRange.getUpperBound(). - reverseRangeByScore(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Get elements where score is between
minandmaxfrom 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
minandmaxfrom 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
minandmaxfrom 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
starttoendwhere score is betweenminandmaxfrom 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
minandmaxfrom 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
starttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low. - reverseRangeByScoreWithScores(double, double) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
- 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
- reverseRangeByScoreWithScores(K, double, double) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
- reverseRangeByScoreWithScores(K, double, double, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get set of
Tuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low. - reverseRangeByScoreWithScores(K, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
- reverseRangeByScoreWithScores(K, Range<Double>, Limit) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get set of
Tuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low. - reverseRangeWithScores(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
- 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
- reverseRangeWithScores(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
- reverseRangeWithScores(K, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
- reverseRank(Object) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Determine the index of element with
valuein 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
valuein 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
valuein 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.ZRangeByScoreCommandgiven aRangeto 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.ZRangeStoreCommandgiven aRangeto 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.ZRangeByLexCommandgiven aRangeofStringto 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.ZRangeCommandgiven aRangeto 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.ZRangeStoreCommandgiven aRangeto obtain elements ordered from the highest to the lowest lexicographical value. - rewriteConfig() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.conffile. - rewriteConfig(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.BPopCommandfor right push (BRPOP). - right() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PopCommand
-
Creates a new
ReactiveListCommands.PopCommandfor right push (RPOP). - right() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.PushCommand
-
Creates a new
ReactiveListCommands.PushCommandfor 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
countelements 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 todestinationKeyand 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 todestinationKeyand 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 todestinationKeyand return its value.
Blocks connection until element available ortimeoutreached. - rightPopAndLeftPush(K, K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Remove the last element from list at
sourceKey, append it todestinationKeyand return its value.
Blocks connection until element available ortimeoutreached. - rightPopAndLeftPush(K, K, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Remove the last element from list at
srcKey, append it todstKeyand return its value.
Results return once an element available ortimeoutreached. - rightPush(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Append
valuetokey. - rightPush(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Append
valuetokey. - rightPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Insert
valuetokeyafterpivot. - rightPush(K, V, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Insert
valuetokeyafterpivot. - rightPush(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Append
valueto the bound key. - rightPush(V, V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Append
valuesto the bound key beforevalue. - rightPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Append
valuestokey. - rightPushAll(K, Collection<V>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Append
valuestokey. - rightPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Append
valuestokey. - rightPushAll(K, V...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Append
valuestokey. - rightPushAll(V...) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Append
valuesto the bound key. - rightPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Append
valuestokeyonly if the list exists. - rightPushIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Append
valuestokeyonly if the list exists. - rightPushIfPresent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Append
valuesto 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
countelements 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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 todstKeyand 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 todstKeyand 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 toReactiveListCommands.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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
valuestokey. - 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
valuestokey. - 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.in favor of
ValkeyCommandsProvider.listCommands()}. - 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
valuestokeyonly 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
valuestokeyonly 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
valuesto set atkey. - 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
valuesto set atkey. - 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
-
Add given
ReactiveSetCommands.SAddCommand.getValues()to set atReactiveValkeyConnection.KeyCommand.getKey(). - 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
samplePercentagerecord 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
Fluxto iterate over keys. - scan() - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Use a
Fluxto 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
BatchStrategyusing aSCANcursors and potentially multipleDELcommands to remove all matching keys. - scan(H) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
-
Use a
Fluxto iterate over entries in the hash atkey. - scan(H, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.HashOperations
-
Use a
Cursorto iterate over entries in hash atkey. - scan(H, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveHashOperations
- 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
Cursorto 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
Fluxto iterate over keys. - scan(KeyScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyKeyCommands
-
Use a
Cursorto iterate over keys. - scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
Fluxto 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
Cursorto iterate over keys. - scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundHashOperations
-
Use a
Cursorto iterate over entries in hash at the bound key. - scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Use a
Cursorto iterate over entries in set atkey. - scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Use a
Cursorto iterate over entries in zset at the bound key. - scan(ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Use a
Fluxto 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
Cursorto 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
Fluxto iterate over entries in the set atkey. - scan(K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Use a
Fluxto iterate over entries in the sorted set atkey. - scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
- scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
- scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Use a
Cursorto iterate over entries set atkey. - scan(K, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Use a
Cursorto iterate over entries zset atkey. - 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
Cursorimplementation continuously loading additional results from Valkey server until reaching its starting pointzero. - ScanCursor() - Constructor for class io.valkey.springframework.data.valkey.core.ScanCursor
-
Crates new
ScanCursorwith an initial cursor andScanOptions.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
-
Crates new
ScanCursorwithScanOptions.NONE - 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
ScanCursorwith an initial cursor. - ScanIteration<T> - Class in io.valkey.springframework.data.valkey.core
-
ScanIterationholds 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.
- 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
-
Get size of set at
ReactiveValkeyConnection.KeyCommand.getKey(). - 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
valuefrom 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
valuesfrom 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
valuefrom sorted set with keykey. - score(K, Object) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get the score of element with
valuefrom sorted set with keykey. - score(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Get the scores of elements with
valuesfrom sorted set with keykey. - score(K, Object...) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Get the scores of elements with
valuesfrom sorted set with keykey. - 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
-
Creates a new
ReactiveZSetCommands.ZIncrByCommandgiven amember. - scoreOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZMScoreCommand
-
Creates a new
ReactiveZSetCommands.ZMScoreCommandgiven amember. - scoreOf(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZScoreCommand
-
Creates a new
ReactiveZSetCommands.ZScoreCommandgiven amember. - scoreOf(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZMScoreCommand
-
Creates a new
ReactiveZSetCommands.ZMScoreCommandgiven amembers. - scoresWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZCountCommand
-
Creates a new
ReactiveZSetCommands.ZCountCommandgiven aRange. - scoresWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByScoreCommand
-
Creates a new
ReactiveZSetCommands.ZRangeByScoreCommandgiven aRangeto 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
-
Creates a new
ReactiveZSetCommands.ZRemRangeByScoreCommandgiven aRange. - scoreWithin(Range<Double>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeStoreCommand
-
Creates a new
ReactiveZSetCommands.ZRangeStoreCommandgiven aRangeto 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
scriptShaexist in script cache. - scriptExists(String...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.scriptingCommands(). - 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
scriptShasexist in script cache. - scriptExists(List<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveScriptingCommands
-
Check if given
scriptShasexist in script cache. - scriptFlush() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.scriptingCommands(). - 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
-
RuntimeExceptionthrown when issues occur withValkeyScripts - ScriptingException(String) - Constructor for exception io.valkey.springframework.data.valkey.core.script.ScriptingException
-
Constructs a new
ScriptingExceptioninstance. - ScriptingException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.core.script.ScriptingException
-
Constructs a new
ScriptingExceptioninstance. - scriptKill() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.scriptingCommands(). - 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
-
Deprecated.in favor of
ValkeyCommandsProvider.scriptingCommands(). - 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 callingValkeyScriptingCommands.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 callingDefaultedValkeyConnection.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 callingReactiveScriptingCommands.evalSha(String, ReturnType, int, ByteBuffer...). - sDiff(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.setCommands()}. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
keysand store result indestKey. - 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
keysand store result indestKey. - 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
GeoReferenceas 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
GeoReferenceas center of the query within the boundaries of a given bounding box applyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenpredicateapplyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradius. - search(GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusapplyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas 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
GeoReferenceas 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
GeoReferenceas center of the query within the boundaries of a given bounding box applyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a given bounding box applyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenpredicateapplyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenpredicateapplyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradius. - search(K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradius. - search(K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusapplyingValkeyGeoCommands.GeoRadiusCommandArgs. - search(K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusapplyingValkeyGeoCommands.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
GeoReferenceas center of the query within the boundaries of a given bounding box and store results atdestKey. - searchAndStore(K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a given bounding box applyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenpredicateapplyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusand store results atdestKey. - searchAndStore(K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusapplyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a given bounding box and store results atdestKey. - searchAndStore(K, K, GeoReference<M>, BoundingBox) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a given bounding box and store results atdestKey. - searchAndStore(K, K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a given bounding box applyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, BoundingBox, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a given bounding box applyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenpredicateapplyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, GeoShape, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenpredicateapplyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, Distance) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusapplyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, K, GeoReference<M>, Distance, ValkeyGeoCommands.GeoSearchStoreCommandArgs) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members using
GeoReferenceas center of the query within the boundaries of a givenradiusapplyingValkeyGeoCommands.GeoRadiusCommandArgsand store results atdestKey. - searchAndStore(K, K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.GeoOperations
-
Get the members within the boundaries of a given
Circleand store results atdestKey. - searchAndStore(K, K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveGeoOperations
-
Get the members within the boundaries of a given
Circleand store results atdestKey. - searchAndStore(K, Circle) - Method in interface io.valkey.springframework.data.valkey.core.BoundGeoOperations
-
Get the members within the boundaries of a given
Circleand store results atdestKey. - seconds(long) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
-
Creates a new
ExpirationinTimeUnit.SECONDS. - secondsToDuration(Long) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Convert the given nullable seconds to a
Durationor null. - secondsToTimeUnit(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Converts
secondsto the givenTimeUnit. - secondsToTimeUnit(TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Creates a new
Converterto convert from seconds to the givenTimeUnit. - 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
SerializationExceptioninstance. - SerializationException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.serializer.SerializationException
-
Constructs a new
SerializationExceptioninstance. - 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(ValkeySerializer<? super S>, ValkeySerializer<? super K>, ValkeySerializer<? super V>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
-
Serialize
keywith 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
valueto cache as an array of bytes. - serializeKeysWith(ValkeySerializationContext.SerializationPair<String>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
-
Define the
ValkeySerializationContext.SerializationPairused 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.SerializationPairused 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
-
Get
ValkeyServerCommands. - serverCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
-
Get
ValkeyServerCommands. - 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
ValkeyClusterNodemanages the identifiedslotin 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
valueforkey. - set(byte[], byte[], Expiration, ValkeyStringCommands.SetOption) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
valueforkeyapplying timeouts fromexpirationif set and inserting/updating values depending onoption. - 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
valuelist element atindex. - set(BitFieldSubCommands.BitFieldSet) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
-
Create new
BitFieldSubCommandsadding givenBitFieldSubCommands.BitFieldSetto the sub commands. - set(BitFieldSubCommands.BitFieldType) - Method in class io.valkey.springframework.data.valkey.connection.BitFieldSubCommands
-
Obtain a new
BitFieldSubCommands.BitFieldSetBuilderfor creating and adding aBitFieldSubCommands.BitFieldSetsub 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
valueforkey. - 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
valueforkeyapplying timeouts fromexpirationif set and inserting/updating values depending onoption. - set(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStringCommands.SetCommand
-
Creates a new
ReactiveStringCommands.SetCommandgiven 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
valuelist element atindex. - set(K, long, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Set the
valuelist element atindex. - set(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Set
valueforkey. - set(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
valueforkey. - set(K, V, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Overwrite parts of
keystarting at the specifiedoffsetwith givenvalue. - set(K, V, long) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Overwrite parts of
keystarting at the specifiedoffsetwith givenvalue. - set(K, V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set the
valueand expirationtimeoutforkey. - set(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Set the
valueand expirationtimeoutforkey. - set(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set the
valueand expirationtimeoutforkey. - 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
valuefor 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
offsetwith givenvalue. - set(V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
-
Set the
valueand expirationtimeoutfor the bound key. - set(V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
-
Set the
valueand expirationtimeoutfor 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
ClassLoaderto be used for the defaultJdkSerializationValkeySerializerin case no otherValkeySerializeris 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
offsetin value stored atkey. - 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
offsetin value stored atkey. - 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
offsetin value stored atkey. - setBit(K, long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Sets the bit at
offsetin value stored atkey. - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
ClientResourcesusingLettuceClientConfiguration. - 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
-
Get
ReactiveSetCommands. - setCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
-
Get
ValkeySetCommands. - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - setConfig(ValkeyClusterNode, String, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
-
Set server configuration for
paramtovalue. - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
paramtovalue. - 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
paramtovalue. - 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
ConversionServiceto 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
CustomConversionsto be applied. - setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisConnectionFactory
-
Deprecated.since 2.0, configure the database index using
ValkeyStandaloneConfigurationorValkeySentinelConfiguration. - setDatabase(int) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Deprecated.since 3.2, configure the database index using
ValkeyStandaloneConfiguration,ValkeySocketConfiguration,ValkeySentinelConfiguration, orValkeyStaticMasterReplicaConfiguration. - 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
-
Configure usage of
KeyExpirationEventMessageListener. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
valueand expiration insecondsforkey. - 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
valueand expiration insecondsforkey. - 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
executorused to execute commands asynchronously across the cluster. - setExecutor(AsyncTaskExecutor) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Configures the
executorused to execute commands asynchronously across the cluster. - setExecutor(AsyncTaskExecutor) - Method in class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
-
Set the
AsyncTaskExecutorto 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
valueforkey. - 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
valueand expirationtimeoutforkey. - setGet(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Set the
valueand expirationtimeoutforkey. - setGet(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set the
valueand expirationtimeoutforkey. - 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
valueand expirationtimeoutfor the bound key. - setGet(V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
-
Set the
valueand expirationtimeoutfor 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
keyto hold the stringvalueifkeyis absent. - setIfAbsent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
keyto hold the stringvalueifkeyis absent. - setIfAbsent(K, V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
keyto hold the stringvalueand expirationtimeoutifkeyis absent. - setIfAbsent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Set
keyto hold the stringvalueand expirationtimeoutifkeyis absent. - setIfAbsent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
keyto hold the stringvalueand expirationtimeoutifkeyis absent. - setIfAbsent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
-
Set the bound key to hold the string
valueif 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
valueand expirationtimeoutif 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
valueand expirationtimeoutif the bound key is absent. - setIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Set
keyto hold the stringvalueifkeyis present. - setIfPresent(K, V) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
keyto hold the stringvalueifkeyis present. - setIfPresent(K, V, long, TimeUnit) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
keyto hold the stringvalueand expirationtimeoutifkeyis present. - setIfPresent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValueOperations
-
Set
keyto hold the stringvalueand expirationtimeoutifkeyis present. - setIfPresent(K, V, Duration) - Method in interface io.valkey.springframework.data.valkey.core.ValueOperations
-
Set
keyto hold the stringvalueand expirationtimeoutifkeyis present. - setIfPresent(V) - Method in interface io.valkey.springframework.data.valkey.core.BoundValueOperations
-
Set the bound key to hold the string
valueif 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
valueand expirationtimeoutif 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
valueand expirationtimeoutif 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
MOVEDorASK. - 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
ValkeyMessageListenerContainerto 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
valueforkey, only ifkeydoes 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
valueforkey, only ifkeydoes 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 creationto 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
ValkeyPasswordfor givenString. - 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
ValkeyPasswordfor givenString. - 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.since 2.0, configure the password using
ValkeyStandaloneConfiguration,ValkeySentinelConfigurationorValkeyClusterConfiguration. - setPassword(String) - Method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConnectionFactory
-
Deprecated.since 2.0, configure the password using
ValkeyStandaloneConfiguration,ValkeySentinelConfigurationorValkeyClusterConfiguration. - setPassword(String) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.WithAuthentication
-
Create and set a
ValkeyPasswordfor givenString. - 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
JedisPoolConfigusingJedisClientConfiguration. - 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.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
keystarting at the specifiedoffsetwith givenvalue. - 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
keystarting at the specifiedoffsetwith givenvalue. - 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.keystarting at the specified offset with givenReactiveStringCommands.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
BackOffrecovery 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.ZDiffCommandgiven aCollectionof keys. - sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateCommand
-
Creates a new
ReactiveZSetCommands.ZAggregateCommandgiven aListof keys. - sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZAggregateStoreCommand
-
Creates a new
ReactiveZSetCommands.ZAggregateStoreCommandgiven aListof keys. - sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZInterStoreCommand
-
Creates a new
ReactiveZSetCommands.ZInterStoreCommandgiven aListof keys. - sets(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZUnionStoreCommand
-
Creates a new
ReactiveZSetCommands.ZUnionStoreCommandgiven aListof 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
ValkeyPasswordto be used when authenticating with Valkey Sentinel from the givenCharactersequence. - setSentinelPassword(ValkeyPassword) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyConfiguration.SentinelConfiguration
-
Set a
ValkeyPasswordto 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
ValkeyPasswordto be used when authenticating with Valkey Sentinel from the givenString. - 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
TypeConverterto 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.since 3.3.4, use
JedisClusterConnection.JedisClusterTopologyProvider.shouldUseCachedValue(JedisClusterTopology)instead. - shouldUseCachedValue(JedisClusterConnection.JedisClusterTopology) - Method in class io.valkey.springframework.data.valkey.connection.jedis.JedisClusterConnection.JedisClusterTopologyProvider
-
Returns whether
JedisClusterConnection.JedisClusterTopologyProvider.getTopology()should return the cachedJedisClusterConnection.JedisClusterTopology. - shutdown() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
-
Create new signed
BitFieldSubCommands.BitFieldType. - simple() - Static method in interface io.valkey.springframework.data.valkey.cache.CacheKeyPrefix
-
Creates a default
CacheKeyPrefixscheme that prefixes cache keys with thenameof the cache followed by double colons. - SimpleIndexDefinition - Class in io.valkey.springframework.data.valkey.core.index
-
PathBasedValkeyIndexDefinitionfor including property values in a secondary index. - SimpleIndexDefinition(String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.SimpleIndexDefinition
-
Creates new
SimpleIndexDefinition. - SimpleIndexDefinition(String, String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.SimpleIndexDefinition
-
Creates new
SimpleIndexDefinition. - SimpleIndexedPropertyValue - Class in io.valkey.springframework.data.valkey.core.convert
-
IndexedDataimplementation indicating storage of data within a Valkey Set. - SimpleIndexedPropertyValue(String, String, Object) - Constructor for class io.valkey.springframework.data.valkey.core.convert.SimpleIndexedPropertyValue
-
Creates new
SimpleIndexedPropertyValue. - singleValue() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRandMembersCommand
-
Creates a new
ReactiveSetCommands.SRandMembersCommandto retrieve one random member. - singleValue() - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRandMemberCommand
-
Creates a new
ReactiveZSetCommands.ZRandMemberCommandto retrieve one random member. - sInter(byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.setCommands()}. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
keysand store result indestKey. - 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
keysand store result indestKey. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
keycontainsvalue. - 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
keycontainsvalue. - 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
-
Check if set at
ReactiveValkeyConnection.KeyCommand.getKey()containsReactiveSetCommands.SIsMemberCommand.getValue(). - 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.XInfoConsumeravailable. - size() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
-
Returns the number of
StreamInfo.XInfoGroupavailable. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
-
Get all elements of set at
ReactiveValkeyConnection.KeyCommand.getKey(). - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
keycontains one or morevalues. - 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
keycontains one or morevalues. - sMIsMember(ByteBuffer, List<ByteBuffer>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
-
Check if set at
keycontains one or morevalues. - sMIsMember(Publisher<ReactiveSetCommands.SMIsMemberCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
-
Check if set at
ReactiveValkeyConnection.KeyCommand.getKey()containsReactiveSetCommands.SMIsMemberCommand.getValues(). - sMove(byte[], byte[], byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
valuefromsrcKeytodestKey - 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
valuefromsrcKeytodestKey - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyand store result instoreKey. - 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(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
queryapplyingBulkMapper. - 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
queryapplyingValkeySerializer. - 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
queryand store result instoreKey. - 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
keyand store result instoreKey. - 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.ZDiffStoreCommandgiven aCollectionof keys. - SpelIndexDefinition - Class in io.valkey.springframework.data.valkey.core.index
-
SpelIndexDefinitiondefines index that is evaluated based on aSpelExpressionrequires theSpelIndexResolverto 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
- 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
sourceinto partitioned arrays using delimiterc. - sPop(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.setCommands()}. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
countrandom members from set atkey. - 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
countrandom members from set atkey. - 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
countrandom members from set atkey. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
countrandom elements from set atkey. - 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
countrandom elements from set atkey. - 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
-
Get
ReactiveSetCommands.SRandMembersCommand.getCount()random elements from set atReactiveValkeyConnection.KeyCommand.getKey(). - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
valuesfrom set atkeyand 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
valuesfrom set atkeyand 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
-
Remove given
ReactiveSetCommands.SRemCommand.getValues()from set atReactiveValkeyConnection.KeyCommand.getKey(). - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
Cursorto iterate over elements in set atkey. - 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
Cursorto iterate over elements in set atkey. - sScan(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
-
Use a
Fluxto iterate over members in the set atkey. - sScan(ByteBuffer, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
- sScan(Publisher<ReactiveValkeyConnection.KeyScanCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveSetCommands
-
Use a
Fluxto iterate over members in the set atkey. - 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
listenerswere 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
haystackstarts with the givenprefix. - startsWith(byte[], byte[], int) - Static method in class io.valkey.springframework.data.valkey.util.ByteUtils
-
Tests if the
haystackbeginning at the specifiedoffsetstarts with the givenprefix. - 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.STOREDISTflag 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
StreamofStreamInfo.XInfoConsumer. - stream() - Method in class io.valkey.springframework.data.valkey.connection.stream.StreamInfo.XInfoGroups
-
Returns a sequential
StreamofStreamInfo.XInfoGroup. - stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.AcknowledgeCommand
-
Creates a new
ReactiveStreamCommands.AcknowledgeCommandgiven akey. - stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.DeleteCommand
-
Creates a new
ReactiveStreamCommands.DeleteCommandgiven akey. - stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.RangeCommand
-
Creates a new
ReactiveStreamCommands.RangeCommandgiven akey. - stream(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands.TrimCommand
-
Creates a new
ReactiveStreamCommands.TrimCommandgiven akey. - 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
-
Get
ValkeyStreamCommands. - 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
-
Builder to build a
StreamMessageListenerContainer.ConsumerStreamReadRequest. - StreamMessageListenerContainer.StreamMessageListenerContainerOptions<K,
V extends Record<K, ?>> - Class in io.valkey.springframework.data.valkey.stream -
Options for
StreamMessageListenerContainer. - 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
-
Builder to build a
StreamMessageListenerContainer.StreamReadRequest. - 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 -
Builder for
StreamReceiver.StreamReceiverOptions. - StreamRecords - Class in io.valkey.springframework.data.valkey.connection.stream
-
StreamRecordsprovides utilities to create specificRecordinstances. - 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
-
Creates a new
ValkeySerializationContextusing aStringValkeySerializer. - string() - Static method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializer
- string(ValkeyElementReader<String>, ValkeyElementWriter<String>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the string
ValkeyElementReaderandValkeyElementWriter. - string(ValkeySerializationContext.SerializationPair<String>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the string
ValkeySerializationContext.SerializationPair. - string(ValkeySerializer<String>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the string
ValkeySerializationContext.SerializationPairgiven aValkeySerializer. - string(Map<String, String>) - Static method in class io.valkey.springframework.data.valkey.connection.stream.StreamRecords
-
Create a new
ByteBufferRecordfor 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
-
Get
ValkeyStringCommands. - 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
- stringsWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZLexCountCommand
-
Creates a new
ReactiveZSetCommands.ZLexCountCommandgiven aRangeofStringto retrieve elements count. - stringsWithin(Range<String>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeByLexCommand
-
Creates a new
ReactiveZSetCommands.ZRangeByLexCommandgiven aRangeofStringto 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
- 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
ValkeyConnectionthat accepts and returnsStrings 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
Stringtobyte[](and back) serializer. - StringValkeySerializer() - Constructor for class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
-
Creates a new
StringValkeySerializerusingUTF-8. - StringValkeySerializer(Charset) - Constructor for class io.valkey.springframework.data.valkey.serializer.StringValkeySerializer
-
Creates a new
StringValkeySerializerusing the givenCharsetto 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
StringValkeyTemplateinstance. - StringValkeyTemplate(ValkeyConnectionFactory) - Constructor for class io.valkey.springframework.data.valkey.core.StringValkeyTemplate
-
Constructs a new
StringValkeyTemplateinstance ready to be used. - strLen(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.stringCommands()}. - 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
channelsand 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
Subscriptionis the link to the actual runningTask. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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.in favor of
ValkeyCommandsProvider.setCommands()}. - 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
keysand store result indestKey. - 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
keysand store result indestKey. - 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[])andValkeyCacheWriter.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
Taskto run within theStreamMessageListenerContainer. - Task.State - Enum Class in io.valkey.springframework.data.valkey.stream
-
The
Task.Statedefining the lifecycle phase the actualTask. - time() - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
TIMEcommand inTimeUnit.MILLISECONDS. - time() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyServerCommands
-
Request server timestamp using
TIMEcommand inTimeUnit.MILLISECONDS. - time(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyClusterConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.serverCommands(). - time(ValkeyClusterNode) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveClusterServerCommands
-
Request server timestamp using
TIMEcommand. - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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.in favor of
ValkeyCommandsProvider.serverCommands(). - 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
TIMEcommand. - 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
TIMEcommand. - 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
Timeoutsrecord 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
-
TimeToLivemarks a single numeric property on aggregate root to be used for setting expirations in Valkey. - TimeToLiveAccessor - Interface in io.valkey.springframework.data.valkey.core
-
TimeToLiveAccessorextracts the objects time to live used forEXPIRE. - timeUnit() - Method in record class io.valkey.springframework.data.valkey.core.types.Expirations.Timeouts
-
Returns the value of the
timeUnitrecord 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
BitFieldSubCommandsintoBitFieldArgs. - 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 NODESinto aValkeyClusterNode. - 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.GeoCommandArgsintoGeoArgs. - toGeoArgs(ValkeyGeoCommands.GeoRadiusCommandArgs) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
-
Convert
ValkeyGeoCommands.GeoRadiusCommandArgsintoGeoArgs. - toGeoArgsUnit(Metric) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
-
Convert
MetricintoGeoArgs.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
objectto 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
Limitto a LettuceLimit. - 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
HashMapperto the backing value to create a newMapRecord. - 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
MapRecordinto anObjectRecord. - toObjectRecord(HashMapper<? super OV, ? super K, ? super V>) - Method in interface io.valkey.springframework.data.valkey.connection.stream.MapRecord
-
Apply the given
HashMapperto the backing value to create a newMapRecord. - toObjects(Set<Tuple>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
- TooManyClusterRedirectionsException - Exception in io.valkey.springframework.data.valkey
-
DataRetrievalFailureExceptionthrown when following cluster redirects exceeds the max number of edges. - TooManyClusterRedirectionsException(String) - Constructor for exception io.valkey.springframework.data.valkey.TooManyClusterRedirectionsException
-
Creates new
TooManyClusterRedirectionsException. - TooManyClusterRedirectionsException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.TooManyClusterRedirectionsException
-
Creates new
TooManyClusterRedirectionsException. - toOptional() - Method in class io.valkey.springframework.data.valkey.connection.ValkeyPassword
-
Adopt the password to
Optionalcontaining 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 aListtoProperties. - 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
Rangeobject from this range. - toRange(Range<T>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
-
Convert a
ValkeyZSetCommands.Rangeto a lettuceRange. - toRange(Range<T>, boolean) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
-
Convert a
Rangeto a lettuceRange. - toRevRange(Range<T>) - Static method in class io.valkey.springframework.data.valkey.connection.lettuce.LettuceConverters
-
Convert a
Rangeto a lettuceRangeand 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
- toSetOfValkeyClusterNodes(String) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Converts the result of
CLUSTER NODESintoValkeyClusterNodes. - toSetOfValkeyClusterNodes(Collection<String>) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Converts lines from the result of
CLUSTER NODESintoValkeyClusterNodes. - 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
secondsandmicroseconds. - toTimeMillis(String, String, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.connection.convert.Converters
-
Returns the timestamp constructed from the given
secondsandmicroseconds. - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
tracesEndpointrecord 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
ExceptionintoDataAccessException. - 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
startandend. - trim(long) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
-
Trims the stream to
countelements. - trim(long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.BoundStreamOperations
-
Trims the stream to
countelements. - trim(long, long) - Method in interface io.valkey.springframework.data.valkey.core.BoundListOperations
-
Trim list at the bound key to elements between
startandend. - 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
startandend. - trim(K, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Trims the stream to
countelements. - trim(K, long) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Trims the stream to
countelements. - trim(K, long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveStreamOperations
-
Trims the stream to
countelements. - trim(K, long, boolean) - Method in interface io.valkey.springframework.data.valkey.core.StreamOperations
-
Trims the stream to
countelements. - trim(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ListOperations
-
Trim list at
keyto elements betweenstartandend. - trim(K, long, long) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveListOperations
-
Trim list at
keyto elements betweenstartandend. - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyin seconds. - ttl(byte[], TimeUnit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keyin and convert it to the givenTimeUnit. - 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
keyin 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
keyin and convert it to the givenTimeUnit. - ttl(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Get the time to live for
keyin 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
-
Creates a new
ReactiveZSetCommands.ZAddCommandgiven aTuple. - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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.ScanOptionsBuilderconfigured with the giventype. - 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.ScanOptionsBuilderconfigured with the giventype. - 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.XPendingOptionswith an unboundedRange(- +). - 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.XPendingOptionswith an unboundedRange(- +). - 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
keysandkeys. - 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
keyandkey. - 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
keysandotherKeys. - 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
keysandotherKeys. - 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
keysandotherKey. - 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
keysandotherKey. - 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
- 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
ValkeyZSetby union this sorted set andValkeyZSetand store result in destinationdestKey. - 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
- 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
ValkeyZSetby union this sorted set and the collectionValkeyZSetand store result in destinationdestKey. - unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Union all sets at given the bound key and
keysand store result indestKey. - unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Union sorted sets at the bound key and
otherKeysand store result in destinationdestKey. - unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Union all sets at given
keysand store result indestKey. - unionAndStore(Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Union all sets at given
keysand store result indestKey. - unionAndStore(Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Union sorted sets at the bound key and
otherKeysand store result in destinationdestKey. - unionAndStore(Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Union sorted sets at the bound key and
otherKeysand store result in destinationdestKey. - unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Union all sets at given
keyandotherKeysand store result indestKey. - unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Union all sets at given
keyandotherKeysand store result indestKey. - unionAndStore(K, Collection<K>, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - unionAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - unionAndStore(K, Collection<K>, K, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - unionAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - unionAndStore(K, Collection<K>, K, Aggregate, Weights) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - unionAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundSetOperations
-
Union all sets at given the bound key and
keyand store result indestKey. - unionAndStore(K, K) - Method in interface io.valkey.springframework.data.valkey.core.BoundZSetOperations
-
Union sorted sets at the bound key and
otherKeysand store result in destinationdestKey. - unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveSetOperations
-
Union all sets at given
keyandotherKeyand store result indestKey. - unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.SetOperations
-
Union all sets at given
keyandotherKeyand store result indestKey. - unionAndStore(K, K, K) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Union sorted sets at
keyandotherKeysand store result in destinationdestKey. - 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
keyandotherKeys. - unionWithScores(K, Collection<K>, Aggregate) - Method in interface io.valkey.springframework.data.valkey.core.ZSetOperations
-
Union sorted sets at
keyandotherKeys. - 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
-
TimeUnitunit to use. - unixTimestamp(long, TimeUnit) - Static method in class io.valkey.springframework.data.valkey.core.types.Expiration
-
Creates a new
Expirationwith the given unix timestamp andTimeUnit. - 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.in favor of
ValkeyCommandsProvider.keyCommands(). - 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
keysfrom 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
keysfrom the keyspace. - unlink(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveKeyCommands
-
Unlink the
keyfrom the keyspace. - unlink(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
-
Unlink the
keysfrom 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
keyfrom 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
keyfrom 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
keyfrom the keyspace. - unlink(Publisher<K>) - Method in interface io.valkey.springframework.data.valkey.core.ReactiveValkeyOperations
-
Unlink the
keysfrom 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
-
Create new unsigned
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
-
StringValkeySerializerto 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
-
StringValkeySerializerto 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 countagainst 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
ValkeyTemplateimplementations 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
Assertutility. - 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
ValkeyAtomicDoubleinstance. - ValkeyAtomicDouble(String, ValkeyConnectionFactory, double) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
-
Constructs a new
ValkeyAtomicDoubleinstance with ainitialValuethat overwrites the existing value. - ValkeyAtomicDouble(String, ValkeyOperations<String, Double>) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
-
Constructs a new
ValkeyAtomicDoubleinstance. - ValkeyAtomicDouble(String, ValkeyOperations<String, Double>, double) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicDouble
-
Constructs a new
ValkeyAtomicDoubleinstance with ainitialValuethat overwrites the existing value atvalkeyCounter. - 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
ValkeyAtomicIntegerinstance. - ValkeyAtomicInteger(String, ValkeyConnectionFactory, int) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
-
Constructs a new
ValkeyAtomicIntegerinstance with ainitialValuethat overwrites the existing value. - ValkeyAtomicInteger(String, ValkeyOperations<String, Integer>) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
-
Constructs a new
ValkeyAtomicIntegerinstance. - ValkeyAtomicInteger(String, ValkeyOperations<String, Integer>, int) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicInteger
-
Constructs a new
ValkeyAtomicIntegerinstance instance with ainitialValuethat 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
ValkeyAtomicLonginstance. - ValkeyAtomicLong(String, ValkeyConnectionFactory, long) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
-
Constructs a new
ValkeyAtomicLonginstance with ainitialValuethat overwrites the existing value atvalkeyCounter. - ValkeyAtomicLong(String, ValkeyOperations<String, Long>) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
-
Constructs a new
ValkeyAtomicLonginstance. - ValkeyAtomicLong(String, ValkeyOperations<String, Long>, long) - Constructor for class io.valkey.springframework.data.valkey.support.atomic.ValkeyAtomicLong
-
Constructs a new
ValkeyAtomicLonginstance with ainitialValuethat overwrites the existing value. - ValkeyCache - Class in io.valkey.springframework.data.valkey.cache
-
Cacheimplementation 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
ValkeyCachewith the givennameandValkeyCacheConfiguration, using theValkeyCacheWriterto execute Valkey commands supporting the cache operations. - ValkeyCacheConfiguration - Class in io.valkey.springframework.data.valkey.cache
-
Immutable
ValkeyCacheConfigurationused to customizeValkeyCachebehavior, such as caching null values, computing cache key prefixes and handling binary serialization. - ValkeyCacheManager - Class in io.valkey.springframework.data.valkey.cache
-
CacheManagerimplementation for Valkey backed byValkeyCache. - ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
-
Creates a new
ValkeyCacheManagerinitialized with the givenValkeyCacheWriterand defaultValkeyCacheConfiguration. - ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, boolean, String...) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
-
Creates a new
ValkeyCacheManagerinitialized with the givenValkeyCacheWriterand defaultValkeyCacheConfigurationalong 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
ValkeyCacheManagerinitialized with the givenValkeyCacheWriterand a defaultValkeyCacheConfiguration, and whether to allowValkeyCachecreation at runtime. - ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, String...) - Constructor for class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager
-
Creates a new
ValkeyCacheManagerinitialized with the givenValkeyCacheWriterand a defaultValkeyCacheConfigurationalong with an optional, initial set ofcache namesused to createValkey cacheson 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
-
Deprecated.since 3.2. Use
ValkeyCacheManager(ValkeyCacheWriter, ValkeyCacheConfiguration, boolean, Map)instead. - ValkeyCacheManager.ValkeyCacheManagerBuilder - Class in io.valkey.springframework.data.valkey.cache
-
Builder for creating a
ValkeyCacheManager. - ValkeyCacheWriter - Interface in io.valkey.springframework.data.valkey.cache
-
ValkeyCacheWriterprovides 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
keyandvalue. - 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
-
ValkeyClientInfoprovides general and statistical information about client connections. - ValkeyClientInfo(Properties) - Constructor for class io.valkey.springframework.data.valkey.core.types.ValkeyClientInfo
-
Create
ValkeyClientInfofromProperties. - 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
ValkeyClusterCommandsand the segregated command interfaces. - ValkeyClusterConfiguration - Class in io.valkey.springframework.data.valkey.connection
-
Configuration class used to set up a
ValkeyConnectionviaValkeyConnectionFactoryfor 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
ValkeyClusterConfigurationfor givenhostPortcombinations. - 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
-
ValkeyClusterConnectionallows 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
-
Creates new
ValkeyClusterNodewith givenValkeyClusterNode.SlotRange. - ValkeyClusterNode(String) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
-
Creates new
ValkeyClusterNodewith an id and emptyValkeyClusterNode.SlotRange. - ValkeyClusterNode(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
-
Creates new
ValkeyClusterNodewith emptyValkeyClusterNode.SlotRange. - ValkeyClusterNode(String, int, ValkeyClusterNode.SlotRange) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyClusterNode
-
Creates new
ValkeyClusterNodewith givenValkeyClusterNode.SlotRange. - 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
Collectioncontract. - 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
-
Enumerationof 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
ValkeyCommandsand 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
-
ValkeyConfigurationpart suitable for configurations that may use authentication when connecting. - ValkeyConfiguration.WithDatabaseIndex - Interface in io.valkey.springframework.data.valkey.connection
-
ValkeyConfigurationpart suitable for configurations that use a specific database. - ValkeyConfiguration.WithDomainSocket - Interface in io.valkey.springframework.data.valkey.connection
-
ValkeyConfigurationpart suitable for configurations that use native domain sockets for connecting. - ValkeyConfiguration.WithHostAndPort - Interface in io.valkey.springframework.data.valkey.connection
-
ValkeyConfigurationpart suitable for configurations that use host/port combinations for connecting. - ValkeyConfiguration.WithPassword - Interface in io.valkey.springframework.data.valkey.connection
-
ValkeyConfigurationpart 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
ValkeyConnectionfrom aValkeyConnectionFactory. - ValkeyConnectionUtils() - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyConnectionUtils
- ValkeyConnectionUtils.ValkeyConnectionProxy - Interface in io.valkey.springframework.data.valkey.core
-
Subinterface of
ValkeyConnectionto be implemented byValkeyConnectionproxies. - 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
ValkeyCredentialsProviderFactoryto obtainRedisCredentialsProviderinstances 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
RedisCredentialsProviderfrom aValkeyConfiguration. - ValkeyCredentialsProviderFactory.AbsentValkeyCredentials - Enum Class in io.valkey.springframework.data.valkey.connection.lettuce
-
Default anonymous
RedisCredentialswithout 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
ValkeyCustomConversionsobject. - ValkeyCustomConversions(List<?>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyCustomConversions
-
Creates a new
ValkeyCustomConversionsinstance registering the given converters. - ValkeyData - Class in io.valkey.springframework.data.valkey.core.convert
-
Data object holding
Bucketrepresenting the domain object to be stored in a Valkey hash. - ValkeyData() - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyData
-
Creates new
ValkeyDatawith emptyBucket. - ValkeyData(Bucket) - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyData
-
Creates new
ValkeyDatawithBucket - ValkeyData(Map<byte[], byte[]>) - Constructor for class io.valkey.springframework.data.valkey.core.convert.ValkeyData
-
Creates new
ValkeyDatawithBucketholding 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.GeoLocationrepresenting aPointassociated 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
-
Builder for
ValkeyGlideClientConfiguration. - ValkeyGlideClusterConnection - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
ValkeyClusterConnectionimplementation on top ofGlideClusterClient. - 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
ValkeyKeyCommandsfor Valkey-Glide in cluster mode. - ValkeyGlideClusterKeyCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterKeyCommands
-
Creates a new
ValkeyGlideClusterKeyCommands. - ValkeyGlideClusterServerCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeyClusterServerCommandsfor Valkey-Glide. - ValkeyGlideClusterServerCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterServerCommands
-
Create a new
ValkeyGlideClusterServerCommands. - ValkeyGlideClusterSetCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeySetCommandsfor Valkey Glide in cluster mode. - ValkeyGlideClusterSetCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterSetCommands
-
Creates a new
ValkeyGlideClusterSetCommands. - ValkeyGlideClusterStringCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeyStringCommandsfor Valkey-Glide. - ValkeyGlideClusterStringCommands(ValkeyGlideClusterConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideClusterStringCommands
-
Creates a new
ValkeyGlideStringCommands. - 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
ValkeyGlideConnectionwith a unified client adapter. - ValkeyGlideConnection(UnifiedGlideClient, ValkeyGlideConnectionFactory, DelegatingPubSubListener) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnection
-
Creates a new
ValkeyGlideConnectionwith 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
ValkeyGlideConnectionFactoryinstance with default settings. - ValkeyGlideConnectionFactory(ValkeyClusterConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
-
Constructs a new
ValkeyGlideConnectionFactoryinstance with the givenValkeyClusterConfiguration. - ValkeyGlideConnectionFactory(ValkeyClusterConfiguration, ValkeyGlideClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
-
Constructs a new
ValkeyGlideConnectionFactoryinstance with the givenValkeyClusterConfigurationandValkeyGlideClientConfiguration. - 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
ValkeyGlideConnectionFactoryinstance using the givenValkeySentinelConfiguration. - ValkeyGlideConnectionFactory(ValkeySentinelConfiguration, ValkeyGlideClientConfiguration) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideConnectionFactory
-
Constructs a new
ValkeyGlideConnectionFactoryinstance using the givenValkeySentinelConfigurationandValkeyGlideClientConfiguration. - 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
-
Constructs a new
ValkeyGlideConnectionFactoryinstance with the givenValkeyStandaloneConfigurationandValkeyGlideClientConfiguration. - 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 resultR. - 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
ValkeyGeoCommandsfor 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
ValkeyHashCommandsfor Valkey-Glide. - ValkeyGlideHashCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHashCommands
-
Creates a new
ValkeyGlideHashCommands. - ValkeyGlideHyperLogLogCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeyHyperLogLogCommandsfor Valkey-Glide. - ValkeyGlideHyperLogLogCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideHyperLogLogCommands
-
Creates a new
ValkeyGlideHyperLogLogCommands. - ValkeyGlideKeyCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeyKeyCommandsfor 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
ValkeyListCommandsfor Valkey-Glide. - ValkeyGlideListCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideListCommands
-
Creates a new
ValkeyGlideListCommands. - ValkeyGlideScriptingCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeyScriptingCommandsfor Valkey-Glide. - ValkeyGlideScriptingCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideScriptingCommands
-
Creates a new
ValkeyGlideScriptingCommands. - ValkeyGlideServerCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeyServerCommandsfor Valkey-Glide. - ValkeyGlideServerCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideServerCommands
-
Creates a new
ValkeyGlideServerCommands. - ValkeyGlideSetCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeySetCommandsfor 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
ValkeyStreamCommandsfor Valkey-Glide. - ValkeyGlideStreamCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStreamCommands
-
Creates a new
ValkeyGlideStreamCommands. - ValkeyGlideStringCommands - Class in io.valkey.springframework.data.valkey.connection.valkeyglide
-
Implementation of
ValkeyStringCommandsfor Valkey-Glide. - ValkeyGlideStringCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideStringCommands
-
Creates a new
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
ValkeyZSetCommandsfor Valkey-Glide. - ValkeyGlideZSetCommands(ValkeyGlideConnection) - Constructor for class io.valkey.springframework.data.valkey.connection.valkeyglide.ValkeyGlideZSetCommands
-
Creates a new
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
-
ValkeyHashmarks 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
RuntimeHintsinstance 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
IndexDefinitionimplementation. - ValkeyIndexDefinition(String, String, String) - Constructor for class io.valkey.springframework.data.valkey.core.index.ValkeyIndexDefinition
-
Creates new
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
ValkeyInvalidSubscriptionExceptioninstance. - ValkeyInvalidSubscriptionException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyInvalidSubscriptionException
-
Constructs a new
ValkeyInvalidSubscriptionExceptioninstance. - 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
-
ValkeyKeyExpiredEventis a Valkey specificApplicationEventpublished when a particular key in Valkey expires. - ValkeyKeyExpiredEvent(byte[]) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
-
Creates new
ValkeyKeyExpiredEvent. - ValkeyKeyExpiredEvent(byte[], Object) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
-
Creates new
ValkeyKeyExpiredEvent - ValkeyKeyExpiredEvent(String, byte[], Object) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyExpiredEvent
-
Creates new
ValkeyKeyExpiredEvent - ValkeyKeyspaceEvent - Class in io.valkey.springframework.data.valkey.core
-
Valkey specific
ApplicationEventpublished 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
KeyValueAdapterimplementation. - 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
-
Creates new
ValkeyKeyValueAdapterwith defaultValkeyMappingContextand defaultValkeyCustomConversions. - ValkeyKeyValueAdapter(ValkeyOperations<?, ?>, ValkeyConverter) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
-
Creates new
ValkeyKeyValueAdapterwith specificValkeyConverter. - ValkeyKeyValueAdapter(ValkeyOperations<?, ?>, ValkeyMappingContext) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
-
Creates new
ValkeyKeyValueAdapterwith defaultValkeyCustomConversions. - ValkeyKeyValueAdapter(ValkeyOperations<?, ?>, ValkeyMappingContext, CustomConversions) - Constructor for class io.valkey.springframework.data.valkey.core.ValkeyKeyValueAdapter
-
Creates new
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
-
CdiBeanto createValkeyKeyValueAdapterinstances. - ValkeyKeyValueAdapterBean(Bean<ValkeyOperations<?, ?>>, Set<Annotation>, BeanManager) - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueAdapterBean
-
Creates a new
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
-
Create new
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
-
CdiBeanto createValkeyKeyValueTemplateinstances. - ValkeyKeyValueTemplateBean(Bean<ValkeyKeyValueAdapter>, Set<Annotation>, BeanManager) - Constructor for class io.valkey.springframework.data.valkey.repository.cdi.ValkeyKeyValueTemplateBean
-
Creates a new
ValkeyKeyValueTemplateBean. - ValkeyList<E> - Interface in io.valkey.springframework.data.valkey.support.collections
-
Valkey extension for the
Listcontract. - 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
ValkeyListenerExecutionFailedExceptioninstance. - ValkeyListenerExecutionFailedException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.listener.adapter.ValkeyListenerExecutionFailedException
-
Constructs a new
ValkeyListenerExecutionFailedExceptioninstance. - 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
-
Creates new
ValkeyMappingContextwith emptyMappingConfiguration. - ValkeyMappingContext(MappingConfiguration) - Constructor for class io.valkey.springframework.data.valkey.core.mapping.ValkeyMappingContext
-
Creates new
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
- 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
KeyValuePartTreeQuerysupporting 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
PersistentPropertyimplementation. - ValkeyPersistentProperty(Property, PersistentEntity<?, ValkeyPersistentProperty>, SimpleTypeHolder) - Constructor for class io.valkey.springframework.data.valkey.core.mapping.ValkeyPersistentProperty
-
Creates new
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
ValkeyPipelineExceptioninstance 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
ValkeyPipelineExceptioninstance using a default message. - ValkeyPipelineException(String, Throwable, List<Object>) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
-
Constructs a new
ValkeyPipelineExceptioninstance. - ValkeyPipelineException(String, List<Object>) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeyPipelineException
-
Constructs a new
ValkeyPipelineExceptioninstance. - ValkeyProperties - Class in io.valkey.springframework.data.valkey.support.collections
-
Propertiesextension for a Valkey back-store. - ValkeyProperties(BoundHashOperations<String, String, String>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
-
Constructs a new
ValkeyPropertiesinstance. - ValkeyProperties(String, ValkeyOperations<String, ?>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
-
Constructs a new
ValkeyPropertiesinstance. - ValkeyProperties(Properties, BoundHashOperations<String, String, String>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
-
Constructs a new
ValkeyPropertiesinstance. - ValkeyProperties(Properties, String, ValkeyOperations<String, ?>) - Constructor for class io.valkey.springframework.data.valkey.support.collections.ValkeyProperties
-
Constructs a new
ValkeyPropertiesinstance. - ValkeyPubSubCommands - Interface in io.valkey.springframework.data.valkey.connection
-
PubSub-specific Valkey commands.
- ValkeyQueryCreator - Class in io.valkey.springframework.data.valkey.repository.query
-
AbstractQueryCreatorimplementation 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
-
CdiRepositoryBeanto 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
-
RepositoryConfigurationExtensionfor 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
-
RepositoryFactorySupportspecific of handing ValkeyKeyValueRepository. - 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
FactoryBeaninterface to allow easy setup ofValkeyRepositoryFactoryvia Spring configuration. - ValkeyRepositoryFactoryBean(Class<? extends T>) - Constructor for class io.valkey.springframework.data.valkey.repository.support.ValkeyRepositoryFactoryBean
-
Creates a new
ValkeyRepositoryFactoryBeanfor the given repository interface. - ValkeyRuntimeHints - Class in io.valkey.springframework.data.valkey.aot
-
RuntimeHintsRegistrarfor 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
-
Configurationclass used to set up aValkeyConnectionwithValkeyConnectionFactoryfor 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
ValkeySentinelConfigurationfor givenhostPortcombinations. - 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 -
Builder for
ValkeySerializationContext. - 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
- ValkeyServer(String, int, Properties) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyServer
- 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
Setcontract. - 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
ValkeyConnectionviaValkeyConnectionFactoryconnecting 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
ValkeySocketConfigurationgivensocket. - ValkeyStandaloneConfiguration - Class in io.valkey.springframework.data.valkey.connection
-
Configuration class used to set up a
ValkeyConnectionwithValkeyConnectionFactoryfor 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
ValkeyStandaloneConfigurationgivenhostName. - ValkeyStandaloneConfiguration(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStandaloneConfiguration
- ValkeyStaticMasterReplicaConfiguration - Class in io.valkey.springframework.data.valkey.connection
-
Configuration class used for setting up
ValkeyConnectionviaValkeyConnectionFactoryusing the provided Master / Replica configuration to nodes know to not change address. - ValkeyStaticMasterReplicaConfiguration(String) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
-
Create a new
ValkeyConfiguration.StaticMasterReplicaConfigurationgivenhostName. - ValkeyStaticMasterReplicaConfiguration(String, int) - Constructor for class io.valkey.springframework.data.valkey.connection.ValkeyStaticMasterReplicaConfiguration
- 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
-
SETcommand arguments forNX,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
ValkeySubscribedConnectionExceptioninstance. - ValkeySubscribedConnectionException(String, Throwable) - Constructor for exception io.valkey.springframework.data.valkey.connection.ValkeySubscribedConnectionException
-
Constructs a new
ValkeySubscribedConnectionExceptioninstance. - 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
ValkeyTemplateinstance. - valkeyTemplateRef() - Element in annotation interface io.valkey.springframework.data.valkey.repository.configuration.EnableValkeyRepositories
-
Configures the bean name of the
ValkeyOperationsto 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
TypeMapperexposing thatBucket.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
Limitinstead. - ValkeyZSetCommands.Range - Class in io.valkey.springframework.data.valkey.connection
-
Deprecated.since 3.0, use
RangeorValkeyZSetCommands.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
-
ZADDspecific 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
valuerecord 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
-
Alias for the
EnableValkeyRepositories.basePackages()attribute. - value(ValkeyElementReader<V>, ValkeyElementWriter<V>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the value
ValkeyElementReaderandValkeyElementWriter. - value(ValkeySerializationContext.SerializationPair<V>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the value
ValkeySerializationContext.SerializationPair. - value(ValkeySerializer<V>) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.ValkeySerializationContextBuilder
-
Set the value
ValkeySerializationContext.SerializationPairgiven aValkeySerializer. - value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHashCommands.HSetCommand
-
Creates a new
ReactiveHashCommands.HSetCommandgiven akey. - value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfAddCommand
-
Creates a new
ReactiveHyperLogLogCommands.PfAddCommandgiven avalue. - value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveListCommands.LInsertCommand
-
Creates a new
ReactiveListCommands.LInsertCommandgiven avalue. - 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.SAddCommandgiven a value. - value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SIsMemberCommand
-
Creates a new
ReactiveSetCommands.SIsMemberCommandgiven a value. - value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMoveCommand
-
Creates a new
ReactiveSetCommands.SMoveCommandgiven a value. - value(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRemCommand
-
Creates a new
ReactiveSetCommands.SRemCommandgiven 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.SRandMembersCommandgiven the number of values to retrieve. - valueCount(long) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRandMemberCommand
-
Creates a new
ReactiveZSetCommands.ZRandMemberCommandgiven the number of values to retrieve. - ValueEncoding - Interface in io.valkey.springframework.data.valkey.connection
-
ValueEncodingis 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
ValueEncodingimplementation of encodings used in Valkey. - valueIn(ByteBuffer) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfCountCommand
-
Creates a new
ReactiveHyperLogLogCommands.PfCountCommandgiven akey. - 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
-
Creates a new
ReactiveZSetCommands.ZRemCommandgiven aTuple. - 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.SAddCommandgiven aCollectionof values. - values(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SRemCommand
-
Creates a new
ReactiveSetCommands.SRemCommandgiven aCollectionof 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
Listof values. - values(List<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveSetCommands.SMIsMemberCommand
-
Creates a new
ReactiveSetCommands.SMIsMemberCommandgiven one or more values. - valuesIn(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfCountCommand
-
Creates a new
ReactiveHyperLogLogCommands.PfCountCommandgiven aCollectionof keys. - valuesIn(Collection<ByteBuffer>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveHyperLogLogCommands.PfMergeCommand
-
Creates a new
ReactiveHyperLogLogCommands.PfMergeCommandgiven aCollectionof sourceKeys. - valuesWithin(Range<Long>) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands.ZRangeCommand
-
Creates a new
ReactiveZSetCommands.ZRangeCommandgiven aRangeto 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.ZRemRangeByRankCommandgiven aRange. - 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.ZRangeStoreCommandgiven aRangeto 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
keysfor modifications during transaction started withValkeyTxCommands.multi(). - watch(Collection<K>) - Method in interface io.valkey.springframework.data.valkey.core.ValkeyOperations
-
Watch given
keysfor modifications during transaction started withValkeyOperations.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
keyfor modifications during transaction started withValkeyOperations.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
-
Applies command
ValkeyGeoCommands.GeoRadiusCommandArgs. - withArgs(ValkeyGeoCommands.GeoRadiusCommandArgs) - Method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
-
Applies command
ValkeyGeoCommands.GeoRadiusCommandArgs. - withCacheConfiguration(String, ValkeyCacheConfiguration) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
-
Registers the given
cache nameandValkeyCacheConfigurationused to create and configure aValkeyCacheon startup. - withConversionService(ConversionService) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheConfiguration
-
Define the
ConversionServiceused for cache key toStringconversion. - 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
- 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
-
Creates a new
ReactiveGeoCommands.GeoSearchCommandgiven aGeoShape. - within(GeoShape) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoSearchStoreCommand
-
Creates a new
ReactiveGeoCommands.GeoSearchStoreCommandgiven aGeoShape. - 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.GeoRadiusCommandgiven aCircle. - within(Distance) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusByMemberCommandgiven aDistance. - within(Distance) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusCommandgiven aDistance. - withinFeet(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusByMemberCommandgiven a distance inValkeyGeoCommands.DistanceUnit.FEET. - withinFeet(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusCommandgiven a distance inValkeyGeoCommands.DistanceUnit.FEET. - withInitialCacheConfigurations(Map<String, ValkeyCacheConfiguration>) - Method in class io.valkey.springframework.data.valkey.cache.ValkeyCacheManager.ValkeyCacheManagerBuilder
-
Append a
Mapof cache name/ValkeyCacheConfigurationpairs to be pre initialized. - withinKilometers(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusCommandgiven a distance inValkeyGeoCommands.DistanceUnit.KILOMETERS. - withinKiometers(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusByMemberCommandgiven a distance inValkeyGeoCommands.DistanceUnit.KILOMETERS. - withinMeters(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusByMemberCommandgiven a distance inValkeyGeoCommands.DistanceUnit.METERS. - withinMeters(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusCommandgiven a distance inValkeyGeoCommands.DistanceUnit.METERS. - withinMiles(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusByMemberCommandgiven a distance inValkeyGeoCommands.DistanceUnit.MILES. - withinMiles(double) - Static method in class io.valkey.springframework.data.valkey.connection.ReactiveGeoCommands.GeoRadiusCommand
-
Creates a new
ReactiveGeoCommands.GeoRadiusCommandgiven a distance inValkeyGeoCommands.DistanceUnit.MILES. - 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
-
Applies
ValkeyStringCommands.SetOption. - withStatisticsCollector(CacheStatisticsCollector) - Method in interface io.valkey.springframework.data.valkey.cache.ValkeyCacheWriter
-
Obtain a
ValkeyCacheWriterusing the givenCacheStatisticsCollectorto collect metrics. - withStreamKey(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteRecord
-
Create a new
ByteRecordwith the associated stream key. - withStreamKey(String) - Method in interface io.valkey.springframework.data.valkey.connection.stream.StringRecord
-
Create a new
StringRecordwith the associated stream key. - withStreamKey(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.stream.ByteBufferRecord
-
Create a new
ByteBufferRecordwith 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
Recordwith 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
sourceas 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
elementto itsByteBufferrepresentation. - write(T) - Method in interface io.valkey.springframework.data.valkey.serializer.ValkeySerializationContext.SerializationPair
-
Serialize the given
elementto itsByteBufferrepresentation. - 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
-
Configure
JacksonObjectWriter.
X
- xAck(byte[], String, RecordId...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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 pairsas content to the stream stored atkey. - 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
recordto the stream stored atRecord#getStream. - xAdd(MapRecord<byte[], byte[], byte[]>, ValkeyStreamCommands.XAddOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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
recordto the stream stored atRecord#getStream. - xAdd(StringRecord) - Method in interface io.valkey.springframework.data.valkey.connection.StringValkeyConnection
-
Append the given
StringRecordto the stream stored atRecord.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
StringRecordto the stream stored atRecord.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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.GroupCommandto create, destroy,... groups. - xGroup(Publisher<ReactiveStreamCommands.GroupCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Execute the given
ReactiveStreamCommands.GroupCommandto create, destroy,... groups. - xGroupCreate(byte[], String, ReadOffset) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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
- xPending(byte[], String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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
PendingMessagesSummaryfor a given consumer group. - xPending(byte[], String, ValkeyStreamCommands.XPendingOptions) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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
- 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
messagesfor a givenRangeand 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
messagesfor a givenRangewithin 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
PendingMessagesSummaryfor 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
- 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
messagesfor a givenRangewithin 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
messagesfor a givenRangewithin 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
- xPending(ByteBuffer, String) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Obtain the
PendingMessagesSummaryfor 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
messagesfor a givenRangeand 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
messagesfor a givenRangewithin a consumer group. - xPending(Publisher<ReactiveStreamCommands.PendingRecordsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
- xPendingSummary(Publisher<ReactiveStreamCommands.PendingRecordsCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Obtain the
PendingMessagesSummaryfor a given consumer group. - xRange(byte[], Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - xRange(byte[], Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
-
Retrieve all
recordswithin a specificRangefrom the stream stored at key. - xRange(byte[], Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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
- 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.Rangeapplying aLimit. - 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
Rangeapplying aLimit. - xRange(Publisher<ReactiveStreamCommands.RangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Read records from a stream within a specific
Rangeapplying aLimit. - xRead(StreamOffset<byte[]>...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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.in favor of
ValkeyCommandsProvider.streamCommands()}. - xRevRange(byte[], Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyStreamCommands
-
Read records from a stream within a specific
Rangein reverse order. - xRevRange(byte[], Range<String>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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
Rangeapplying aLimitin 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.Rangein 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.Rangeapplying aLimitin reverse order. - xRevRange(ByteBuffer, Range<String>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Read records from a stream within a specific
Rangein 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
Rangeapplying aLimitin reverse order. - xRevRange(Publisher<ReactiveStreamCommands.RangeCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Read records from a stream within a specific
Rangeapplying aLimitin reverse order. - xTrim(byte[], long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.streamCommands()}. - 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
countelements. - 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
countelements. - 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
countelements. - 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
countelements. - xTrim(ByteBuffer, long) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Trims the stream to
countelements. - xTrim(ByteBuffer, long, boolean) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Trims the stream to
countelements. - xTrim(Publisher<ReactiveStreamCommands.TrimCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveStreamCommands
-
Trims the stream to
countelements. - 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
valueto a sorted set atkey, or update itsscoreif it already exists. - zAdd(byte[], double, byte[], ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
- zAdd(byte[], Set<Tuple>) - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyZSetCommands
-
Add
tuplesto a sorted set atkey, or update itsscoreif it already exists. - zAdd(byte[], Set<Tuple>, ValkeyZSetCommands.ZAddArgs) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
- 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
valueto a sorted set atkey, or update itsscoreif 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
- 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
tuplesto a sorted set atkey, or update itsscoreif 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
- 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 atReactiveValkeyConnection.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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
minandmax. - zCount(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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#minandRange#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
minandmax. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
setsand store result in destinationdestKey. - 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
setsand store result in destinationdestKey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
valuein sorted set byincrement. - 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
valuein sorted set byincrement. - 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
-
Increment the score of element with
ReactiveZSetCommands.ZIncrByCommand.getValue()in sorted set byReactiveZSetCommands.ZIncrByCommand.getIncrement(). - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
setsand store result in destinationdestKey. - zInterStore(byte[], Aggregate, int[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
setsand store result in destinationdestKey. - zInterStore(byte[], Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
setsand store result in destinationdestKey. - 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
setsand store result in destinationkey. - 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
setsand store result in destinationkey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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#minandRange#maxapplying 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#minandRange#maxapplying 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#minandRange#maxapplying 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#minandRange#maxapplying lexicographical ordering. - zMScore(byte[], byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
valuesfrom sorted set with keykey. - 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
valuesfrom sorted set with keykey. - 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
-
Get the scores of elements with
ReactiveZSetCommands.ZMScoreCommand.getValues()from sorted set with keyReactiveValkeyConnection.KeyCommand.getKey() - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
countvalues with their score having the highest score from sorted set atkey. - 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
countvalues with their score having the highest score from sorted set atkey. - 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
countvalues with their score having the highest score from sorted set atkey. - zPopMin(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
countvalues with their score having the lowest score from sorted set atkey. - 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
countvalues with their score having the lowest score from sorted set atkey. - 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
countvalues with their score having the lowest score from sorted set atkey. - zRandMember(byte[]) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
countrandom elements from sorted set atkey. - 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
countrandom elements from sorted set atkey. - 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
countrandom elements from sorted set atkey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
countrandom elements from sorted set atkey. - 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
countrandom elements from sorted set atkey. - 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
countrandom elements from sorted set atkey. - zRange(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
startandendfrom 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
startandendfrom 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
Rangefrom the sorted set at key in lexicographical ordering. - zRangeByLex(byte[], Range<byte[]>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
Rangefrom 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.Rangefrom 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.Rangefrom 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
Rangefrom 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
Rangefrom 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
Rangefrom 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
minandmaxfrom 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
starttoendwhere score is betweenminandmaxfrom sorted set. - zRangeByScore(byte[], String, String) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
-
Deprecated.since 3.0, use
ValkeyZSetCommands.zRangeByScore(byte[], org.springframework.data.domain.Range)instead. - zRangeByScore(byte[], String, String, long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
starttoendwhere score is betweenminandmaxfrom 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#minandRange#maxfrom sorted set. - zRangeByScore(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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#counttoLimit#offsetwhere score is betweenRange#minandRange#maxfrom 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
minandmaxfrom 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
starttoendwhere score is betweenminandmaxfrom 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
minandmaxfrom 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
starttoendwhere score is betweenminandmaxfrom 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
- 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
- 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
- zRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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 fromLimit#offsettoLimit#offset + Limit#countwhere score is betweenRange#minandRange#maxfrom 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
- 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
- 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
srcKeyby lexicographical range todestKey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
srcKeyby score range todestKey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
srcKeyby reverse lexicographical range todestKey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
srcKeyby reverse score range todestKey. - zRangeWithScores(byte[], long, long) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
- 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
- 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
valuein 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
valuein 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
valuesfrom 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
valuesfrom 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
-
Remove
ReactiveZSetCommands.ZRemCommand.getValues()from sorted set. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
startandendfrom sorted set withkey. - 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
startandendfrom sorted set withkey. - zRemRangeByLex(byte[], Range<byte[]>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
Rangefrom sorted set with key. - zRemRangeByLex(Publisher<ReactiveZSetCommands.ZRemRangeByLexCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
-
Remove elements in
Rangefrom sorted set withReactiveValkeyConnection.KeyCommand.getKey(). - zRemRangeByRank(ByteBuffer, Range<Long>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
-
Remove elements in
Rangefrom sorted set with key. - zRemRangeByRank(Publisher<ReactiveZSetCommands.ZRemRangeByRankCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
-
Remove elements in
Rangefrom sorted set withReactiveValkeyConnection.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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
minandmaxfrom sorted set withkey. - zRemRangeByScore(byte[], Range<? extends Number>) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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#minandRange#maxfrom sorted set withkey. - 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
minandmaxfrom sorted set withkey. - zRemRangeByScore(ByteBuffer, Range<Double>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
-
Remove elements in
Rangefrom sorted set with key. - zRemRangeByScore(Publisher<ReactiveZSetCommands.ZRemRangeByScoreCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
-
Remove elements in
Rangefrom sorted set withReactiveValkeyConnection.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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
starttoendfrom 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
starttoendfrom 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
Rangefrom 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
Rangefrom 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.Rangefrom 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.Rangefrom 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
Rangefrom 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
Rangefrom 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
minandmaxfrom 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
starttoendwhere score is betweenminandmaxfrom 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#minandRange#maxfrom sorted set ordered from high to low. - zRevRangeByScore(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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#offsettoLimit#offset + Limit#countwhere score is betweenRange#minandRange#maxfrom 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
minandmaxfrom 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
starttoendwhere score is betweenminandmaxfrom 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
- 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
Tuplein range fromstarttoendwhere score is betweenminandmaxfrom 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
Tuplewhere score is betweenRange#minandRange#maxfrom sorted set ordered from high to low. - zRevRangeByScoreWithScores(byte[], Range<? extends Number>, Limit) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
Tuplein range fromLimit#offsettoLimit#countwhere score is betweenRange#minandRange#maxfrom 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
- 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
Tuplein range fromstarttoendwhere score is betweenminandmaxfrom 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
- 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
- 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
valuein 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
valuein 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
Cursorto iterate over elements in sorted set atkey. - 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
Cursorto iterate over elements in sorted set atkey. - zScan(ByteBuffer) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
-
Use a
Fluxto iterate over members in the sorted set atkey. - zScan(ByteBuffer, ScanOptions) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
- zScan(Publisher<ReactiveValkeyConnection.KeyScanCommand>) - Method in interface io.valkey.springframework.data.valkey.connection.ReactiveZSetCommands
-
Use a
Fluxto iterate over members in the sorted set atkey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
valuefrom sorted set with keykey. - 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
valuefrom sorted set with keykey. - 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
-
Get the score of element with
ReactiveZSetCommands.ZScoreCommand.getValue()from sorted set with keyReactiveValkeyConnection.KeyCommand.getKey() - 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
-
Get
ReactiveZSetCommands. - zSetCommands() - Method in interface io.valkey.springframework.data.valkey.connection.ValkeyCommandsProvider
-
Get
ValkeyZSetCommands. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
setsand store result in destinationdestKey. - zUnionStore(byte[], Aggregate, Weights, byte[]...) - Method in interface io.valkey.springframework.data.valkey.connection.DefaultedValkeyConnection
-
Deprecated.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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
setsand store result in destinationdestKey. - 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
setsand store result in destinationkey. - 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
setsand store result in destinationkey. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.in favor of
ValkeyCommandsProvider.zSetCommands()}. - 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ValkeyCommandsProvider.stringCommands()}.