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

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

Introduction

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

Prototype

DataType STRING

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

Click Source Link

Usage

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

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