public interface BoundValueOperations<K,V> extends BoundKeyOperations<K>
Modifier and Type | Method and Description |
---|---|
Integer |
append(String value) |
V |
get() |
String |
get(long start,
long end) |
V |
getAndSet(V value) |
RedisOperations<K,V> |
getOperations() |
Double |
increment(double delta) |
Long |
increment(long delta) |
void |
set(V value) |
void |
set(V value,
long offset) |
void |
set(V value,
long timeout,
TimeUnit unit) |
Boolean |
setIfAbsent(V value) |
Long |
size() |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.