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

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

Introduction

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

Usage

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

/**
 * @author Costin Leau
 */
class DefaultBoundValueOperations<K, V> extends DefaultBoundKeyOperations<K> implements BoundValueOperations<K, V> {

    private final ValueOperations<K, V> ops;

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

/**
 * @author Costin Leau
 */
class DefaultBoundValueOperations<K, V> extends DefaultBoundKeyOperations<K> implements BoundValueOperations<K, V> {

    private final ValueOperations<K, V> ops;