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

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

Introduction

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

Prototype

DataType SET

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

Click Source Link

Usage

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

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