Interface RedisClusterCommandsProvider

All Superinterfaces:
RedisCommandsProvider
All Known Subinterfaces:
DefaultedRedisClusterConnection, RedisClusterConnection
All Known Implementing Classes:
JedisClusterConnection, LettuceClusterConnection

public interface RedisClusterCommandsProvider extends RedisCommandsProvider
Provides access to RedisClusterCommands and the segregated command interfaces.
Since:
3.0
Author:
Mark Paluch