Uses of Class
com.redis.lettucemod.timeseries.MGetOptions
-
-
Uses of MGetOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type MGetOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAsyncCommandsImpl. tsMget(MGetOptions<K,V> options)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesReactiveCommandsImpl. tsMget(MGetOptions<K,V> options) -
Uses of MGetOptions in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type MGetOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisTimeSeriesAsyncCommands. tsMget(MGetOptions<K,V> options) -
Uses of MGetOptions in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type MGetOptions Modifier and Type Method Description reactor.core.publisher.Flux<GetResult<K,V>>RedisTimeSeriesReactiveCommands. tsMget(MGetOptions<K,V> options) -
Uses of MGetOptions in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type MGetOptions Modifier and Type Method Description java.util.List<GetResult<K,V>>RedisTimeSeriesCommands. tsMget(MGetOptions<K,V> options) -
Uses of MGetOptions in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type MGetOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<java.util.List<GetResult<K,V>>>RedisModulesAdvancedClusterAsyncCommandsImpl. tsMget(MGetOptions<K,V> options)reactor.core.publisher.Flux<GetResult<K,V>>RedisModulesAdvancedClusterReactiveCommandsImpl. tsMget(MGetOptions<K,V> options) -
Uses of MGetOptions in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return MGetOptions Modifier and Type Method Description MGetOptions<K,V>MGetOptions.Builder. build()Methods in com.redis.lettucemod.timeseries with parameters of type MGetOptions Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,java.util.List<GetResult<K,V>>>TimeSeriesCommandBuilder. mget(MGetOptions<K,V> options)
-