Java org.springframework.data.redis.core BoundZSetOperations fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.core BoundZSetOperations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.core BoundZSetOperations.

The text is from its open source code.

Implementation

org.springframework.data.redis.core.BoundZSetOperations has the following implementations.
Click this link to see all its implementation.

Method

Booleanadd(V value, double score)
Add value to a sorted set at the bound key, or update its score if it already exists.
DoubleincrementScore(V value, double delta)
Increment the score of element with value in sorted set by increment .
Booleanpersist()
Removes the expiration (if any) of the key.