Uses of Interface
io.quarkus.redis.datasource.geo.ReactiveGeoCommands
Packages that use ReactiveGeoCommands
-
Uses of ReactiveGeoCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveGeoCommandsModifier and TypeMethodDescription<K,
V> ReactiveGeoCommands<K, V> ReactiveRedisDataSource.geo
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> memberType) Gets the object to execute commands manipulating geo items (a.k.a.default <V> ReactiveGeoCommands<String,
V> ReactiveRedisDataSource.geo
(com.fasterxml.jackson.core.type.TypeReference<V> memberType) Gets the object to execute commands manipulating geo items (a.k.a.<K,
V> ReactiveGeoCommands<K, V> Gets the object to execute commands manipulating geo items (a.k.a.default <V> ReactiveGeoCommands<String,
V> Gets the object to execute commands manipulating geo items (a.k.a. -
Uses of ReactiveGeoCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveGeoCommandsMethods in io.quarkus.redis.runtime.datasource that return ReactiveGeoCommandsModifier and TypeMethodDescription<K,
V> ReactiveGeoCommands<K, V> ReactiveRedisDataSourceImpl.geo
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> memberType) <K,
V> ReactiveGeoCommands<K, V> Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveGeoCommandsModifierConstructorDescriptionBlockingGeoCommandsImpl
(RedisDataSource ds, ReactiveGeoCommands<K, V> reactive, Duration timeout)