Class ClusterCommandExecutor

java.lang.Object
org.springframework.data.redis.connection.ClusterCommandExecutor
All Implemented Interfaces:
DisposableBean

public class ClusterCommandExecutor extends Object implements DisposableBean
ClusterCommandExecutor takes care of running commands across the known cluster nodes. By providing an AsyncTaskExecutor the execution behavior can be configured.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch, John Blum