public class BaseTransactionalObject extends Object
Constructor and Description |
---|
BaseTransactionalObject() |
Modifier and Type | Method and Description |
---|---|
RFuture<Boolean> |
clearExpireAsync() |
RFuture<Boolean> |
expireAsync(long timeToLive,
TimeUnit timeUnit) |
RFuture<Boolean> |
expireAtAsync(Date timestamp) |
RFuture<Boolean> |
expireAtAsync(long timestamp) |
RFuture<Void> |
migrateAsync(String host,
int port,
int database) |
RFuture<Boolean> |
moveAsync(int database) |
Copyright © 2014–2020 Redisson. All rights reserved.