Uses of Enum Class
org.springframework.data.redis.connection.RedisStringCommands.SetOption
Packages that use RedisStringCommands.SetOption
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Lettuce Redis client.
-
Uses of RedisStringCommands.SetOption in org.springframework.data.redis.connection
Subclasses with type arguments of type RedisStringCommands.SetOption in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return RedisStringCommands.SetOptionModifier and TypeMethodDescriptionRedisStringCommands.SetOption.ifAbsent()Deprecated.NXRedisStringCommands.SetOption.ifPresent()Deprecated.XXRedisStringCommands.SetOption.upsert()Deprecated.Do not set any additional command argument.Deprecated.Returns the enum constant of this class with the specified name.static RedisStringCommands.SetOption[]RedisStringCommands.SetOption.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisStringCommands.SetOptionModifier and TypeMethodDescriptionReactiveStringCommands.SetCommand.getOption()Deprecated.since 4.1 in favor ofReactiveStringCommands.SetCommand.getCondition().Methods in org.springframework.data.redis.connection with parameters of type RedisStringCommands.SetOptionModifier and TypeMethodDescriptionDefaultStringRedisConnection.set(String key, String value, Expiration expiration, RedisStringCommands.SetOption option) ReactiveStringCommands.set(ByteBuffer key, ByteBuffer value, Expiration expiration, RedisStringCommands.SetOption option) Deprecated.since 4.1 in favor ofReactiveStringCommands.set(ByteBuffer, ByteBuffer, SetCondition, Expiration).default BooleanRedisStringCommands.set(byte @NonNull [] key, byte @NonNull [] value, @NonNull Expiration expiration, @NonNull RedisStringCommands.SetOption option) Deprecated.since 4.1 in favor ofRedisStringCommands.set(byte[], byte[], SetCondition, Expiration).StringRedisConnection.set(@NonNull String key, @NonNull String value, @Nullable Expiration expiration, @Nullable RedisStringCommands.SetOption option) Deprecated.since 4.1 in favor ofStringRedisConnection.set(String, String, SetCondition, Expiration).byte[]DefaultStringRedisConnection.setGet(byte[] key, byte[] value, Expiration expiration, RedisStringCommands.SetOption option) default Mono<ByteBuffer> ReactiveStringCommands.setGet(ByteBuffer key, ByteBuffer value, Expiration expiration, RedisStringCommands.SetOption option) Deprecated.since 4.1 in favor ofReactiveStringCommands.setGet(ByteBuffer, ByteBuffer, SetCondition, Expiration).default byte[]RedisStringCommands.setGet(byte @NonNull [] key, byte @NonNull [] value, @NonNull Expiration expiration, @NonNull RedisStringCommands.SetOption option) Deprecated.since 4.1 in favor ofRedisStringCommands.set(byte[], byte[], SetCondition, Expiration).ReactiveStringCommands.SetCommand.withSetOption(RedisStringCommands.SetOption option) Deprecated.since 4.1 in favor ofReactiveStringCommands.SetCommand.withCondition(SetCondition). -
Uses of RedisStringCommands.SetOption in org.springframework.data.redis.connection.lettuce
Methods in org.springframework.data.redis.connection.lettuce with parameters of type RedisStringCommands.SetOptionModifier and TypeMethodDescriptionstatic io.lettuce.core.SetArgsLettuceConverters.toSetArgs(@Nullable Expiration expiration, @Nullable RedisStringCommands.SetOption option) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.
SetCondition