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 SummaryMethods inherited from interface org.springframework.data.redis.connection.RedisCommandsProvidercommands, geoCommands, hashCommands, hyperLogLogCommands, keyCommands, listCommands, scriptingCommands, setCommands, streamCommands, stringCommands, zSetCommands
- 
Method Details- 
clusterCommandsRedisClusterCommands clusterCommands()GetRedisGeoCommands.- Returns:
- never null.
- Since:
- 2.0
 
- 
serverCommandsRedisClusterServerCommands serverCommands()GetRedisServerCommands.- Specified by:
- serverCommandsin interface- RedisCommandsProvider
- Returns:
- never null.
- Since:
- 2.0
 
 
-