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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

VleftPop()
Removes and returns first element in list stored at the bound key.
Listrange(long start, long end)
Get elements between begin and end from list at the bound key.
LongrightPush(V value)
Append value to the bound key.