Uses of Class
org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse
Packages that use ReactiveRedisConnection.CommandResponse
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveRedisConnection.CommandResponse in org.springframework.data.redis.connection
Modifier and TypeClassDescriptionstatic classstatic classReactiveRedisConnection.CommandResponseimplementation forByteBufferresponses for absent keys.static classReactiveRedisConnection.CommandResponseimplementation forBooleanresponses.static classReactiveRedisConnection.CommandResponseimplementation forByteBufferresponses.static classReactiveRedisConnection.CommandResponseimplementation forListresponses.static classReactiveRedisConnection.NumericResponse<I,O extends Number> ReactiveRedisConnection.CommandResponseimplementation fornumericresponses.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveRedisConnection.CommandResponseModifier and TypeMethodDescriptionReactiveZSetCommands.bZPop(Publisher<ReactiveZSetCommands.BZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey().ReactiveGeoCommands.geoDist(Publisher<ReactiveGeoCommands.GeoDistCommand> commands) Get theDistancebetween from and to.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusCommand,Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoRadius(Publisher<ReactiveGeoCommands.GeoRadiusCommand> commands) Get the members within the boundaries of a givenCircleapplying given parameters.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoRadiusByMemberCommand,Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoRadiusByMember(Publisher<ReactiveGeoCommands.GeoRadiusByMemberCommand> commands) Get the members within givenDistancefrom member applying given parameters.Flux<ReactiveRedisConnection.CommandResponse<ReactiveGeoCommands.GeoSearchCommand,Flux<GeoResult<RedisGeoCommands.GeoLocation<ByteBuffer>>>>> ReactiveGeoCommands.geoSearch(Publisher<ReactiveGeoCommands.GeoSearchCommand> commands) Get the members within givenGeoShapefromGeoReferenceapplying given parameters.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.KeyCommand,Flux<Map.Entry<ByteBuffer, ByteBuffer>>>> ReactiveHashCommands.hGetAll(Publisher<ReactiveRedisConnection.KeyCommand> commands) Get entire hash stored at key.ReactiveHashCommands.hKeys(Publisher<ReactiveRedisConnection.KeyCommand> commands) Get key set (fields) of hash at key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveHashCommands.HRandFieldCommand,Flux<ByteBuffer>>> ReactiveHashCommands.hRandField(Publisher<ReactiveHashCommands.HRandFieldCommand> commands) Get random fields of hash at key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveHashCommands.HRandFieldCommand,Flux<Map.Entry<ByteBuffer, ByteBuffer>>>> ReactiveHashCommands.hRandFieldWithValues(Publisher<ReactiveHashCommands.HRandFieldCommand> commands) Get random fields along their values of hash at key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.KeyCommand,Flux<Map.Entry<ByteBuffer, ByteBuffer>>>> ReactiveHashCommands.hScan(Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFluxto iterate over entries in the hash atkey.ReactiveHashCommands.hVals(Publisher<ReactiveRedisConnection.KeyCommand> commands) Get entry set (values) of hash at key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveRedisConnection.RangeCommand,Flux<ByteBuffer>>> ReactiveListCommands.lRange(Publisher<ReactiveRedisConnection.RangeCommand> commands) Get elements inReactiveRedisConnection.RangeCommand.getRange()from list atReactiveRedisConnection.KeyCommand.getKey()ReactiveListCommands.popList(Publisher<ReactiveListCommands.PopCommand> commands) Removes and returns last element in list stored atReactiveRedisConnection.KeyCommand.getKey()Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.ReadCommand,Flux<ByteBufferRecord>>> ReactiveStreamCommands.read(Publisher<ReactiveStreamCommands.ReadCommand> commands) Read records from one or moreStreamOffsets.ReactiveSetCommands.sDiff(Publisher<ReactiveSetCommands.SDiffCommand> commands) Returns the diff of the members of all given sets atReactiveSetCommands.SInterCommand.getKeys().ReactiveSetCommands.sInter(Publisher<ReactiveSetCommands.SInterCommand> commands) Returns the members intersecting all given sets atReactiveSetCommands.SInterCommand.getKeys().ReactiveSetCommands.sMembers(Publisher<ReactiveRedisConnection.KeyCommand> commands) Get all elements of set atReactiveRedisConnection.KeyCommand.getKey().Flux<ReactiveRedisConnection.CommandResponse<ReactiveSetCommands.SRandMembersCommand,Flux<ByteBuffer>>> ReactiveSetCommands.sRandMember(Publisher<ReactiveSetCommands.SRandMembersCommand> commands) GetReactiveSetCommands.SRandMembersCommand.getCount()random elements from set atReactiveRedisConnection.KeyCommand.getKey().ReactiveSetCommands.sScan(Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFluxto iterate over members in the set atkey.ReactiveSetCommands.sUnion(Publisher<ReactiveSetCommands.SUnionCommand> commands) Returns the members intersecting all given sets atReactiveSetCommands.SInterCommand.getKeys().ReactiveKeyCommands.type(Publisher<ReactiveRedisConnection.KeyCommand> keys) Determine the type stored at key.ReactiveStreamCommands.xAdd(Publisher<ReactiveStreamCommands.AddStreamRecord> commands) Add stream record with given body to key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XClaimCommand,Flux<ByteBufferRecord>>> ReactiveStreamCommands.xClaim(Publisher<ReactiveStreamCommands.XClaimCommand> commands) Change the ownership of a pending message to the given new consumer.ReactiveStreamCommands.xClaimJustId(Publisher<ReactiveStreamCommands.XClaimCommand> commands) Change the ownership of a pending message to the given new consumer without increasing the delivered count.ReactiveStreamCommands.xDel(Publisher<ReactiveStreamCommands.DeleteCommand> commands) Removes the specified entries from the stream.ReactiveStreamCommands.xGroup(Publisher<ReactiveStreamCommands.GroupCommand> commands) Execute the givenReactiveStreamCommands.GroupCommandto create, destroy,... groups.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand,StreamInfo.XInfoStream>> ReactiveStreamCommands.xInfo(Publisher<ReactiveStreamCommands.XInfoCommand> commands) Obtain general information about the stream stored at the specified key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand,Flux<StreamInfo.XInfoConsumer>>> ReactiveStreamCommands.xInfoConsumers(Publisher<ReactiveStreamCommands.XInfoCommand> commands) Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand,Flux<StreamInfo.XInfoGroup>>> ReactiveStreamCommands.xInfoGroups(Publisher<ReactiveStreamCommands.XInfoCommand> commands) Obtain general information about the stream stored at the specified key.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,PendingMessages>> ReactiveStreamCommands.xPending(Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,PendingMessagesSummary>> ReactiveStreamCommands.xPendingSummary(Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Obtain thePendingMessagesSummaryfor a given consumer group.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.RangeCommand,Flux<ByteBufferRecord>>> ReactiveStreamCommands.xRange(Publisher<ReactiveStreamCommands.RangeCommand> commands) Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.RangeCommand,Flux<ByteBufferRecord>>> ReactiveStreamCommands.xRevRange(Publisher<ReactiveStreamCommands.RangeCommand> commands) ReactiveZSetCommands.zDiff(Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.ReactiveZSetCommands.zDiffWithScores(Publisher<? extends ReactiveZSetCommands.ZDiffCommand> commands) Diff sorted sets.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand,Flux<ByteBuffer>>> ReactiveZSetCommands.zInter(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zInterWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Intersect sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zPop(Publisher<ReactiveZSetCommands.ZPopCommand> commands) Remove and return elements from sorted set atkeyCommand#getKey().Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRandMemberCommand,Flux<ByteBuffer>>> ReactiveZSetCommands.zRandMember(Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey.ReactiveZSetCommands.zRandMemberWithScore(Publisher<ReactiveZSetCommands.ZRandMemberCommand> commands) Get random elements from sorted set atkey.ReactiveZSetCommands.zRange(Publisher<ReactiveZSetCommands.ZRangeCommand> commands) Get set ofTuples in range from sorted set.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeByLexCommand,Flux<ByteBuffer>>> ReactiveZSetCommands.zRangeByLex(Publisher<ReactiveZSetCommands.ZRangeByLexCommand> commands) Get all elements inRangefrom the sorted set at key in lexicographical ordering.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZRangeByScoreCommand,Flux<Tuple>>> ReactiveZSetCommands.zRangeByScore(Publisher<ReactiveZSetCommands.ZRangeByScoreCommand> commands) GetTuples in range from sorted set.ReactiveZSetCommands.zRangeStore(Publisher<ReactiveZSetCommands.ZRangeStoreCommand> commands) Get set ofTuples in range from sorted set.ReactiveZSetCommands.zScan(Publisher<ReactiveRedisConnection.KeyScanCommand> commands) Use aFluxto iterate over members in the sorted set atkey.Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand,Flux<ByteBuffer>>> ReactiveZSetCommands.zUnion(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Union sorted sets by applying aggregateFunction and apply weights to individual sets.ReactiveZSetCommands.zUnionWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) Union sorted sets by applying aggregateFunction and apply weights to individual sets.