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

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

The text is from its open source code.

Method

booleanadd(E e)
Appends the specified element to the end of this list (optional operation).
booleanaddAll(Collection c)
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
voidclear()
Removes all of the elements from this list (optional operation).
Booleanexpire(long timeout, TimeUnit unit)
Sets the key time-to-live/expiration.
KgetKey()
Returns the key associated with this entity.
RedisOperationsgetOperations()
Returns the underlying Redis operations used by the backing implementation.