Example usage for org.springframework.data.redis.connection.lettuce LettuceClusterKeyCommands LettuceClusterKeyCommands

List of usage examples for org.springframework.data.redis.connection.lettuce LettuceClusterKeyCommands LettuceClusterKeyCommands

Introduction

In this page you can find the example usage for org.springframework.data.redis.connection.lettuce LettuceClusterKeyCommands LettuceClusterKeyCommands.

Prototype

LettuceClusterKeyCommands(LettuceClusterConnection connection) 

Source Link

Usage

From source file:org.springframework.data.redis.connection.lettuce.LettuceClusterConnection.java

private LettuceClusterKeyCommands doGetClusterKeyCommands() {
    return new LettuceClusterKeyCommands(this);
}