Uses of Interface
org.springframework.data.redis.connection.RedisGeoCommands
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
Core package for integrating Redis with Spring concepts.
-
Uses of RedisGeoCommands in org.springframework.data.redis.connection
Modifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Deprecated.interface
RedisClusterConnection
allows sending commands to dedicated nodes within the cluster.interface
Interface defining the commands supported by Redis.interface
A connection to a Redis server.interface
Convenience extension ofRedisConnection
that accepts and returnsString
s instead of byte arrays.Modifier and TypeMethodDescriptionDefaultStringRedisConnection.geoCommands()
RedisCommandsProvider.geoCommands()
GetRedisGeoCommands
. -
Uses of RedisGeoCommands in org.springframework.data.redis.connection.jedis
Modifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top ofJedisCluster
.
Uses the nativeJedisCluster
api where possible and falls back to direct node communication usingJedis
where needed.class
RedisConnection
implementation on top of Jedis library.Modifier and TypeMethodDescriptionJedisClusterConnection.geoCommands()
JedisConnection.geoCommands()
-
Uses of RedisGeoCommands in org.springframework.data.redis.connection.lettuce
Modifier and TypeClassDescriptionclass
RedisClusterConnection
implementation on top of Lettuce Redis client.class
RedisConnection
implementation on top of Lettuce Redis client.Modifier and TypeMethodDescriptionLettuceClusterConnection.geoCommands()
LettuceConnection.geoCommands()
-
Uses of RedisGeoCommands in org.springframework.data.redis.core
Modifier and TypeInterfaceDescriptionstatic interface
Subinterface ofRedisConnection
to be implemented byRedisConnection
proxies.