Uses of Class
com.redis.lettucemod.timeseries.RangeResult
Packages that use RangeResult
Package
Description
-
Uses of RangeResult in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type RangeResultModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<RangeResult<K,V>>> io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisModulesAsyncCommandsImpl.tsMrange(TimeRange range, MRangeOptions<K, V> options) reactor.core.publisher.Flux<RangeResult<K,V>> reactor.core.publisher.Flux<RangeResult<K,V>> RedisModulesReactiveCommandsImpl.tsMrange(TimeRange range, MRangeOptions<K, V> options) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisModulesAsyncCommandsImpl.tsMrevrange(TimeRange range) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisModulesAsyncCommandsImpl.tsMrevrange(TimeRange range, MRangeOptions<K, V> options) reactor.core.publisher.Flux<RangeResult<K,V>> RedisModulesReactiveCommandsImpl.tsMrevrange(TimeRange range) reactor.core.publisher.Flux<RangeResult<K,V>> RedisModulesReactiveCommandsImpl.tsMrevrange(TimeRange range, MRangeOptions<K, V> options) -
Uses of RangeResult in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async that return types with arguments of type RangeResultModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<RangeResult<K,V>>> io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisTimeSeriesAsyncCommands.tsMrange(TimeRange range, MRangeOptions<K, V> options) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisTimeSeriesAsyncCommands.tsMrevrange(TimeRange range) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisTimeSeriesAsyncCommands.tsMrevrange(TimeRange range, MRangeOptions<K, V> options) -
Uses of RangeResult in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive that return types with arguments of type RangeResultModifier and TypeMethodDescriptionreactor.core.publisher.Flux<RangeResult<K,V>> reactor.core.publisher.Flux<RangeResult<K,V>> RedisTimeSeriesReactiveCommands.tsMrange(TimeRange range, MRangeOptions<K, V> options) reactor.core.publisher.Flux<RangeResult<K,V>> RedisTimeSeriesReactiveCommands.tsMrevrange(TimeRange range) reactor.core.publisher.Flux<RangeResult<K,V>> RedisTimeSeriesReactiveCommands.tsMrevrange(TimeRange range, MRangeOptions<K, V> options) -
Uses of RangeResult in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync that return types with arguments of type RangeResultModifier and TypeMethodDescriptionList<RangeResult<K,V>> List<RangeResult<K,V>> RedisTimeSeriesCommands.tsMrange(TimeRange range, MRangeOptions<K, V> options) List<RangeResult<K,V>> RedisTimeSeriesCommands.tsMrevrange(TimeRange range) List<RangeResult<K,V>> RedisTimeSeriesCommands.tsMrevrange(TimeRange range, MRangeOptions<K, V> options) -
Uses of RangeResult in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster that return types with arguments of type RangeResultModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<RangeResult<K,V>>> io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisModulesAdvancedClusterAsyncCommandsImpl.tsMrange(TimeRange range, MRangeOptions<K, V> options) reactor.core.publisher.Flux<RangeResult<K,V>> reactor.core.publisher.Flux<RangeResult<K,V>> RedisModulesAdvancedClusterReactiveCommandsImpl.tsMrange(TimeRange range, MRangeOptions<K, V> options) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisModulesAdvancedClusterAsyncCommandsImpl.tsMrevrange(TimeRange range) io.lettuce.core.RedisFuture<List<RangeResult<K,V>>> RedisModulesAdvancedClusterAsyncCommandsImpl.tsMrevrange(TimeRange range, MRangeOptions<K, V> options) reactor.core.publisher.Flux<RangeResult<K,V>> RedisModulesAdvancedClusterReactiveCommandsImpl.tsMrevrange(TimeRange range) reactor.core.publisher.Flux<RangeResult<K,V>> RedisModulesAdvancedClusterReactiveCommandsImpl.tsMrevrange(TimeRange range, MRangeOptions<K, V> options) -
Uses of RangeResult in com.redis.lettucemod.output
Methods in com.redis.lettucemod.output that return types with arguments of type RangeResultModifier and TypeMethodDescriptionio.lettuce.core.output.StreamingOutput.Subscriber<RangeResult<K,V>> RangeOutput.getSubscriber()Method parameters in com.redis.lettucemod.output with type arguments of type RangeResultModifier and TypeMethodDescriptionvoidRangeOutput.setSubscriber(io.lettuce.core.output.StreamingOutput.Subscriber<RangeResult<K, V>> subscriber) -
Uses of RangeResult in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return types with arguments of type RangeResultModifier and TypeMethodDescriptionTimeSeriesCommandBuilder.mrange(TimeRange range, MRangeOptions<K, V> options) TimeSeriesCommandBuilder.mrevrange(TimeRange range, MRangeOptions<K, V> options)