Java org.springframework.data.redis.connection.lettuce LettuceClusterConnection fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

LettuceClusterConnection(RedisClusterClient clusterClient, ClusterCommandExecutor executor)
Creates new LettuceClusterConnection with default RedisURI#DEFAULT_TIMEOUT_DURATION timeout using RedisClusterClient running commands across the cluster via given ClusterCommandExecutor .
LettuceClusterConnection(LettuceConnectionProvider connectionProvider, ClusterCommandExecutor executor)
Creates new LettuceClusterConnection using LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor .