Java org.springframework.data.redis.connection.jedis JedisClusterConnection fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.connection.jedis JedisClusterConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.connection.jedis JedisClusterConnection.

The text is from its open source code.

Constructor

JedisClusterConnection(JedisCluster cluster, ClusterCommandExecutor executor)
Create new JedisClusterConnection utilizing native connections via JedisCluster running commands across the cluster via given ClusterCommandExecutor .