Uses of Class
com.redis.lettucemod.json.GetOptions
-
Packages that use GetOptions Package Description com.redis.lettucemod com.redis.lettucemod.api.async com.redis.lettucemod.api.reactive com.redis.lettucemod.api.sync com.redis.lettucemod.cluster com.redis.lettucemod.json -
-
Uses of GetOptions in com.redis.lettucemod
Methods in com.redis.lettucemod with parameters of type GetOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<V>RedisModulesAsyncCommandsImpl. jsonGet(K key, GetOptions options, K... paths)reactor.core.publisher.Mono<V>RedisModulesReactiveCommandsImpl. jsonGet(K key, GetOptions options, K... paths) -
Uses of GetOptions in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async with parameters of type GetOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<V>RedisJSONAsyncCommands. jsonGet(K key, GetOptions options, K... paths) -
Uses of GetOptions in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive with parameters of type GetOptions Modifier and Type Method Description reactor.core.publisher.Mono<V>RedisJSONReactiveCommands. jsonGet(K key, GetOptions options, K... paths) -
Uses of GetOptions in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync with parameters of type GetOptions Modifier and Type Method Description VRedisJSONCommands. jsonGet(K key, GetOptions options, K... paths) -
Uses of GetOptions in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster with parameters of type GetOptions Modifier and Type Method Description io.lettuce.core.RedisFuture<V>RedisModulesAdvancedClusterAsyncCommandsImpl. jsonGet(K key, GetOptions options, K... paths)reactor.core.publisher.Mono<V>RedisModulesAdvancedClusterReactiveCommandsImpl. jsonGet(K key, GetOptions options, K... paths) -
Uses of GetOptions in com.redis.lettucemod.json
Methods in com.redis.lettucemod.json that return GetOptions Modifier and Type Method Description GetOptionsGetOptions.Builder. build()Methods in com.redis.lettucemod.json with parameters of type GetOptions Modifier and Type Method Description io.lettuce.core.protocol.Command<K,V,V>JSONCommandBuilder. get(K key, GetOptions options, K... paths)
-