Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
Modifier and Type | Method and Description |
---|---|
static ReactiveSetCommands.SInterCommand |
ReactiveSetCommands.SInterCommand.keys(Collection<ByteBuffer> keys)
Creates a new
ReactiveSetCommands.SInterCommand given a Collection of keys. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> |
ReactiveSetCommands.sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands)
Returns the members intersecting all given sets at
getKeys() . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> |
ReactiveSetCommands.sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands)
Returns the members intersecting all given sets at
getKeys() . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> |
LettuceReactiveSetCommands.sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands) |
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> |
LettuceReactiveClusterSetCommands.sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> |
LettuceReactiveSetCommands.sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands) |
reactor.core.publisher.Flux<ReactiveRedisConnection.MultiValueResponse<ReactiveSetCommands.SInterCommand,ByteBuffer>> |
LettuceReactiveClusterSetCommands.sInter(org.reactivestreams.Publisher<ReactiveSetCommands.SInterCommand> commands) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.