javadocs fixed

pull/1253/merge
Nikita 7 years ago
parent 27fb531c0c
commit 89c391c9d7

@ -64,7 +64,7 @@ public interface RExpirable extends RObject, RExpirableAsync {
boolean clearExpire();
/**
* Remaining time to live of Redisson object that has a timeout
* Remaining time to live of Redisson object that has a timeout
*
* @return time in milliseconds
* -2 if the key does not exist.

@ -64,9 +64,11 @@ public interface RExpirableAsync extends RObjectAsync {
RFuture<Boolean> clearExpireAsync();
/**
* Get remaining time to live of object in seconds.
* Remaining time to live of Redisson object that has a timeout
*
* @return <code>-1</code> if object does not exist or time in seconds
* @return time in milliseconds
* -2 if the key does not exist.
* -1 if the key exists but has no associated expire.
*/
RFuture<Long> remainTimeToLiveAsync();

Loading…
Cancel
Save