Interface RedisCommandsProvider
- All Known Subinterfaces:
DefaultedRedisClusterConnection, DefaultedRedisConnection, RedisClusterCommandsProvider, RedisClusterConnection, RedisConnection, RedisConnectionUtils.RedisConnectionProxy, StringRedisConnection
- All Known Implementing Classes:
AbstractRedisConnection, DefaultStringRedisConnection, JedisClusterConnection, JedisConnection, LettuceClusterConnection, LettuceConnection
public interface RedisCommandsProvider
Provides access to
RedisCommands and the segregated command interfaces.- Since:
- 3.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptioncommands()GetRedisCommands.GetRedisGeoCommands.GetRedisHashCommands.GetRedisKeyCommands.GetRedisListCommands.GetRedisServerCommands.GetRedisSetCommands.GetRedisStreamCommands.GetRedisStringCommands.GetRedisZSetCommands.
-
Method Details
-
commands
-
geoCommands
-
hashCommands
-
hyperLogLogCommands
RedisHyperLogLogCommands hyperLogLogCommands()- Returns:
- never null.
- Since:
- 2.0
-
keyCommands
-
listCommands
-
setCommands
-
scriptingCommands
RedisScriptingCommands scriptingCommands()- Returns:
- never null.
- Since:
- 2.0
-
serverCommands
-
streamCommands
-
stringCommands
-
zSetCommands
-