| 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 | 
|---|---|
| ReactiveZSetCommands.ZCountCommand | ReactiveZSetCommands.ZCountCommand. forKey(ByteBuffer key)Applies the key. | 
| static ReactiveZSetCommands.ZCountCommand | ReactiveZSetCommands.ZCountCommand. scoresWithin(Range<Double> range)Creates a new  ReactiveZSetCommands.ZCountCommandgiven aRange. | 
| Modifier and Type | Method and Description | 
|---|---|
| reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZCountCommand,Long>> | ReactiveZSetCommands. zCount(org.reactivestreams.Publisher<ReactiveZSetCommands.ZCountCommand> commands)Count number of elements within sorted set with scores within  Range. | 
| Modifier and Type | Method and Description | 
|---|---|
| reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZCountCommand,Long>> | ReactiveZSetCommands. zCount(org.reactivestreams.Publisher<ReactiveZSetCommands.ZCountCommand> commands)Count number of elements within sorted set with scores within  Range. | 
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.