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

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

Introduction

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

Prototype

DataType LIST

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

Click Source Link

Usage

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

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