Example usage for org.springframework.data.redis.connection DataType ZSET

List of usage examples for org.springframework.data.redis.connection DataType ZSET

Introduction

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

Prototype

DataType ZSET

To view the source code for org.springframework.data.redis.connection DataType ZSET.

Click Source Link

Usage

From source file:com.mauersu.util.redis.DefaultBoundZSetOperations.java

public DataType getType() {
    return DataType.ZSET;
}