V
- - the type of objectpublic interface RBucketReactive<V> extends RExpirableReactive
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<V> |
get() |
org.reactivestreams.Publisher<Void> |
set(V value) |
org.reactivestreams.Publisher<Void> |
set(V value,
long timeToLive,
TimeUnit timeUnit) |
clearExpire, expire, expireAt, expireAt, remainTimeToLive
Copyright © 2014–2017 The Redisson Project. All rights reserved.