Java org.springframework.data.redis.support.collections RedisZSet fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.support.collections RedisZSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.support.collections RedisZSet.

The text is from its open source code.

Method

booleanadd(E e, double score)
Adds an element to the set with the given score, or updates the score if the element exists.
KgetKey()
Returns the key associated with this entity.