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

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

Introduction

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

Prototype

DataType HASH

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

Click Source Link

Usage

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

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