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

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

Introduction

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

Prototype

LettuceClusterHyperLogLogCommands(LettuceClusterConnection connection) 

Source Link

Usage

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

@Override
public RedisHyperLogLogCommands hyperLogLogCommands() {
    return new LettuceClusterHyperLogLogCommands(this);
}