Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveStringCommands.BitFieldCommand,Long>> |
ReactiveStringCommands.bitField(org.reactivestreams.Publisher<ReactiveStringCommands.BitFieldCommand> commands)
Get / Manipulate specific integer fields of varying bit widths and arbitrary non (necessary) aligned offset stored
at a given
key . |
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoHashCommand,String>> |
ReactiveGeoCommands.geoHash(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoHashCommand> commands)
Get geohash representation of the position for one or more members.
|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveGeoCommands.GeoPosCommand,Point>> |
ReactiveGeoCommands.geoPos(org.reactivestreams.Publisher<ReactiveGeoCommands.GeoPosCommand> commands)
Get the
Point representation of positions for one or more members. |
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveHashCommands.HGetCommand,ByteBuffer>> |
ReactiveHashCommands.hMGet(org.reactivestreams.Publisher<ReactiveHashCommands.HGetCommand> commands)
Get values for given fields from hash at key.
|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ByteBuffer,ByteBuffer>> |
ReactiveKeyCommands.keys(org.reactivestreams.Publisher<ByteBuffer> patterns)
Find all keys matching the given pattern.
|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<List<ByteBuffer>,ByteBuffer>> |
ReactiveStringCommands.mGet(org.reactivestreams.Publisher<List<ByteBuffer>> keysets)
Get multiple values at for keysets in batches.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.