Uses of Interface
org.springframework.data.redis.connection.RedisCommands
Packages that use RedisCommands
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 RedisCommands in org.springframework.data.redis.connection
Subinterfaces of RedisCommands in org.springframework.data.redis.connectionModifier and TypeInterfaceDescriptioninterfaceinterfaceDefaultedRedisConnectionprovides method delegates toRedis*Commandinterfaces accessible viaRedisConnection.interfaceRedisClusterConnectionallows sending commands to dedicated nodes within the cluster.interfaceA connection to a Redis server.interfaceConvenience extension ofRedisConnectionthat accepts and returnsStrings instead of byte arrays.Classes in org.springframework.data.redis.connection that implement RedisCommands -
Uses of RedisCommands in org.springframework.data.redis.connection.jedis
Classes in org.springframework.data.redis.connection.jedis that implement RedisCommandsModifier and TypeClassDescriptionclassRedisClusterConnectionimplementation on top ofJedisCluster.
Uses the nativeJedisClusterapi where possible and falls back to direct node communication usingJediswhere needed.classRedisConnectionimplementation on top of Jedis library. -
Uses of RedisCommands in org.springframework.data.redis.connection.lettuce
Classes in org.springframework.data.redis.connection.lettuce that implement RedisCommands -
Uses of RedisCommands in org.springframework.data.redis.core
Subinterfaces of RedisCommands in org.springframework.data.redis.coreModifier and TypeInterfaceDescriptionstatic interfaceSubinterface ofRedisConnectionto be implemented byRedisConnectionproxies.