Interface RedisClusterCommandsProvider
- All Superinterfaces:
 RedisCommandsProvider
- All Known Subinterfaces:
 DefaultedRedisClusterConnection,RedisClusterConnection
- All Known Implementing Classes:
 JedisClusterConnection,LettuceClusterConnection
Provides access to 
RedisClusterCommands and the segregated command interfaces.- Since:
 - 3.0
 - Author:
 - Mark Paluch
 
- 
Method Summary
Methods inherited from interface org.springframework.data.redis.connection.RedisCommandsProvider
commands, geoCommands, hashCommands, hyperLogLogCommands, keyCommands, listCommands, scriptingCommands, setCommands, streamCommands, stringCommands, zSetCommands 
- 
Method Details
- 
clusterCommands
RedisClusterCommands clusterCommands()GetRedisGeoCommands.- Returns:
 - never null.
 - Since:
 - 2.0
 
 - 
serverCommands
RedisClusterServerCommands serverCommands()GetRedisServerCommands.- Specified by:
 serverCommandsin interfaceRedisCommandsProvider- Returns:
 - never null.
 - Since:
 - 2.0
 
 
 -