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

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

Introduction

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

Usage

From source file com.sangupta.dryrun.redis.OpsForList.java

/**
 * List operations for {@link DryRunRedisTemplate}.
 * 
 * @author sangupta
 *
 * @param <K>

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

/**
 * Default implementation of {@link ListOperations}.
 * 
 * @author Costin Leau
 */
class DefaultListOperations<K, V> extends AbstractOperations<K, V> implements ListOperations<K, V> {

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

/**
 * Default implementation of {@link ListOperations}.
 * 
 * @author Costin Leau
 */
class DefaultListOperations<K, V> extends AbstractOperations<K, V> implements ListOperations<K, V> {