Uses of Class
org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse
Packages that use ReactiveRedisConnection.BooleanResponse
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveRedisConnection.BooleanResponse in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveRedisConnection.BooleanResponseModifier and TypeMethodDescriptionReactiveKeyCommands.applyExpiration(Publisher<ReactiveKeyCommands.ExpireCommand> commands) ReactiveKeyCommands.copy(Publisher<ReactiveKeyCommands.CopyCommand> commands) Copy keys one-by-one.ReactiveKeyCommands.exists(Publisher<ReactiveRedisConnection.KeyCommand> keys) Determine if given key exists.ReactiveKeyCommands.expire(Publisher<ReactiveKeyCommands.ExpireCommand> commands) Expire keys one by one.ReactiveKeyCommands.expireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand> commands) Set one-by-one the expiration for givenkeyas a UNIX timestamp.ReactiveStringCommands.getBit(Publisher<ReactiveStringCommands.GetBitCommand> commands) Get the bit value at offset of value at key.ReactiveHashCommands.hExists(Publisher<ReactiveHashCommands.HExistsCommand> commands) Determine if given hash field exists.ReactiveHashCommands.hSet(Publisher<ReactiveHashCommands.HSetCommand> commands) Set the value of a hash field.ReactiveListCommands.lSet(Publisher<ReactiveListCommands.LSetCommand> commands) Set theReactiveListCommands.LSetCommand.getValue()list element atReactiveRedisConnection.KeyCommand.getKey().ReactiveListCommands.lTrim(Publisher<ReactiveRedisConnection.RangeCommand> commands) Trim list atReactiveRedisConnection.KeyCommand.getKey()to elements withinReactiveRedisConnection.RangeCommand.getRange().ReactiveKeyCommands.move(Publisher<ReactiveKeyCommands.MoveCommand> commands) Move keys one-by-one between databases.ReactiveStringCommands.mSet(Publisher<ReactiveStringCommands.MSetCommand> commands) Set multiple keys to multiple values using key-value pairs provided in commands.ReactiveStringCommands.mSetNX(Publisher<ReactiveStringCommands.MSetCommand> source) Set multiple keys to multiple values using key-value pairs provided in tuples only if the provided key does not exist.ReactiveKeyCommands.persist(Publisher<ReactiveRedisConnection.KeyCommand> commands) Remove one-by-one the expiration from givenkey.ReactiveKeyCommands.pExpire(Publisher<ReactiveKeyCommands.ExpireCommand> commands) Expire keys one by one.ReactiveKeyCommands.pExpireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand> commands) Set one-by-one the expiration for givenkeyas a UNIX timestamp in milliseconds.ReactiveHyperLogLogCommands.pfMerge(Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands) Merge N different HyperLogLogs at sourceKeys into a single destinationKey.ReactiveStringCommands.pSetEX(Publisher<ReactiveStringCommands.SetCommand> commands) Set key value pairs andExpiration.ReactiveKeyCommands.rename(Publisher<ReactiveKeyCommands.RenameCommand> command) Rename key oldKey to newKey.ReactiveKeyCommands.renameNX(Publisher<ReactiveKeyCommands.RenameCommand> command) Rename key oldKey to newKey only if newKey does not exist.ReactiveStringCommands.set(Publisher<ReactiveStringCommands.SetCommand> commands) Set each and every item separately by invokingReactiveStringCommands.SetCommand.ReactiveStringCommands.setBit(Publisher<ReactiveStringCommands.SetBitCommand> commands) Sets the bit at offset in value stored at key and return the original value.ReactiveStringCommands.setEX(Publisher<ReactiveStringCommands.SetCommand> commands) Set key value pairs andExpiration.ReactiveStringCommands.setNX(Publisher<ReactiveStringCommands.SetCommand> values) Set key value pairs, only if key does not exist.ReactiveSetCommands.sIsMember(Publisher<ReactiveSetCommands.SIsMemberCommand> commands) Check if set atReactiveRedisConnection.KeyCommand.getKey()containsReactiveSetCommands.SIsMemberCommand.getValue().ReactiveSetCommands.sMove(Publisher<ReactiveSetCommands.SMoveCommand> commands)