List of usage examples for org.springframework.data.redis.connection DataType ZSET
DataType ZSET
To view the source code for org.springframework.data.redis.connection DataType ZSET.
Click Source Link
From source file:com.mauersu.util.redis.DefaultBoundZSetOperations.java
public DataType getType() { return DataType.ZSET; }