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

Example usage for Java org.springframework.data.redis.support.collections RedisSet 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 RedisSet.

The text is from its open source code.

Method

booleanadd(E e)
Adds the specified element to this set if it is not already present (optional operation).
Booleanexpire(long timeout, TimeUnit unit)
Sets the key time-to-live/expiration.
KgetKey()
Returns the key associated with this entity.