Example usage for org.springframework.data.redis.core BoundListOperations interface-usage

List of usage examples for org.springframework.data.redis.core BoundListOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.redis.core BoundListOperations interface-usage.

Usage

From source file com.mauersu.util.redis.DefaultBoundListOperations.java

/**
 * Default implementation for {@link BoundListOperations}.
 * 
 * @author Costin Leau
 */
class DefaultBoundListOperations<K, V> extends DefaultBoundKeyOperations<K> implements BoundListOperations<K, V> {

From source file com.tianma.middleware.redis.util.redis.DefaultBoundListOperations.java

/**
 * Default implementation for {@link BoundListOperations}.
 * 
 * @author Costin Leau
 */
class DefaultBoundListOperations<K, V> extends DefaultBoundKeyOperations<K> implements BoundListOperations<K, V> {