Uses of Class
com.redis.lettucemod.timeseries.IncrbyOptions
-
-
Uses of IncrbyOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type IncrbyOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAsyncCommandsImpl. tsDecrby(K key, double value, IncrbyOptions<K,V> options)reactor.core.publisher.Mono<java.lang.Long>RedisModulesReactiveCommandsImpl. tsDecrby(K key, double value, IncrbyOptions<K,V> options)io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAsyncCommandsImpl. tsIncrby(K key, double value, IncrbyOptions<K,V> options)reactor.core.publisher.Mono<java.lang.Long>RedisModulesReactiveCommandsImpl. tsIncrby(K key, double value, IncrbyOptions<K,V> options) -
Uses of IncrbyOptions in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type IncrbyOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisTimeSeriesAsyncCommands. tsDecrby(K key, double value, IncrbyOptions<K,V> options)io.lettuce.core.RedisFuture<java.lang.Long>RedisTimeSeriesAsyncCommands. tsIncrby(K key, double value, IncrbyOptions<K,V> options) -
Uses of IncrbyOptions in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type IncrbyOptions Modifier and Type Method Description reactor.core.publisher.Mono<java.lang.Long>RedisTimeSeriesReactiveCommands. tsDecrby(K key, double value, IncrbyOptions<K,V> options)reactor.core.publisher.Mono<java.lang.Long>RedisTimeSeriesReactiveCommands. tsIncrby(K key, double value, IncrbyOptions<K,V> options) -
Uses of IncrbyOptions in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type IncrbyOptions Modifier and Type Method Description java.lang.LongRedisTimeSeriesCommands. tsDecrby(K key, double value, IncrbyOptions<K,V> options)java.lang.LongRedisTimeSeriesCommands. tsIncrby(K key, double value, IncrbyOptions<K,V> options) -
Uses of IncrbyOptions in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type IncrbyOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAdvancedClusterAsyncCommandsImpl. tsDecrby(K key, double value, IncrbyOptions<K,V> options)reactor.core.publisher.Mono<java.lang.Long>RedisModulesAdvancedClusterReactiveCommandsImpl. tsDecrby(K key, double value, IncrbyOptions<K,V> options)io.lettuce.core.RedisFuture<java.lang.Long>RedisModulesAdvancedClusterAsyncCommandsImpl. tsIncrby(K key, double value, IncrbyOptions<K,V> options)reactor.core.publisher.Mono<java.lang.Long>RedisModulesAdvancedClusterReactiveCommandsImpl. tsIncrby(K key, double value, IncrbyOptions<K,V> options) -
Uses of IncrbyOptions in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return IncrbyOptions Modifier and Type Method Description IncrbyOptions<K,V>IncrbyOptions.Builder. build()Methods in com.redis.lettucemod.timeseries with parameters of type IncrbyOptions Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,java.lang.Long>TimeSeriesCommandBuilder. decrby(K key, double value, IncrbyOptions<K,V> options)io.lettuce.core.protocol.Command<K,V,java.lang.Long>TimeSeriesCommandBuilder. incrby(K key, double value, IncrbyOptions<K,V> options)
-