Uses of Interface
io.quarkus.redis.datasource.geo.GeoCommands
Packages that use GeoCommands
-
Uses of GeoCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return GeoCommandsModifier and TypeMethodDescription<K,
V> GeoCommands<K, V> RedisDataSource.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> GeoCommands<String,
V> RedisDataSource.geo
(com.fasterxml.jackson.core.type.TypeReference<V> memberType) Gets the object to execute commands manipulating geo items (a.k.a.<K,
V> GeoCommands<K, V> Gets the object to execute commands manipulating geo items (a.k.a.default <V> GeoCommands<String,
V> Gets the object to execute commands manipulating geo items (a.k.a. -
Uses of GeoCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement GeoCommandsMethods in io.quarkus.redis.runtime.datasource that return GeoCommandsModifier and TypeMethodDescription<K1,
V1> GeoCommands<K1, V1> BlockingRedisDataSourceImpl.geo
(com.fasterxml.jackson.core.type.TypeReference<K1> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V1> memberType) <K1,
V1> GeoCommands<K1, V1>