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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

Longadd(V... values)
Add given values to set at the bound key.
Booleanexpire(long timeout, TimeUnit unit)
Sets the key time-to-live/expiration.
Setmembers()
Get all elements of set at the bound key.