Uses of Interface
org.springframework.data.redis.connection.RedisHashCommands
Packages that use RedisHashCommands
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 RedisHashCommands in org.springframework.data.redis.connectionSubinterfaces of RedisHashCommands in org.springframework.data.redis.connectionModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.interfaceRedisClusterConnectionallows sending commands to dedicated nodes within the cluster.interfaceInterface defining the commands supported by Redis.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 RedisHashCommandsMethods in org.springframework.data.redis.connection that return RedisHashCommandsModifier and TypeMethodDescriptionDefaultStringRedisConnection.hashCommands()RedisCommandsProvider.hashCommands()GetRedisHashCommands.
- 
Uses of RedisHashCommands in org.springframework.data.redis.connection.jedisClasses in org.springframework.data.redis.connection.jedis that implement RedisHashCommandsModifier 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.Methods in org.springframework.data.redis.connection.jedis that return RedisHashCommandsModifier and TypeMethodDescriptionJedisClusterConnection.hashCommands()JedisConnection.hashCommands()
- 
Uses of RedisHashCommands in org.springframework.data.redis.connection.lettuceClasses in org.springframework.data.redis.connection.lettuce that implement RedisHashCommandsModifier and TypeClassDescriptionclassRedisClusterConnectionimplementation on top of Lettuce Redis client.classRedisConnectionimplementation on top of Lettuce Redis client.Methods in org.springframework.data.redis.connection.lettuce that return RedisHashCommandsModifier and TypeMethodDescriptionLettuceClusterConnection.hashCommands()LettuceConnection.hashCommands()
- 
Uses of RedisHashCommands in org.springframework.data.redis.coreSubinterfaces of RedisHashCommands in org.springframework.data.redis.coreModifier and TypeInterfaceDescriptionstatic interfaceSubinterface ofRedisConnectionto be implemented byRedisConnectionproxies.