Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto authored and SanHalacogluImproving committed Feb 23, 2024
1 parent 31ebe6d commit 0f74bd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public interface GenericBaseCommands {
* @param key The key to set timeout on it.
* @param seconds The timeout in seconds.
* @return <code>true</code> if the timeout was set. <code>false</code> if the timeout was not
* set. e.g. <code>key</code> doesn't exist, or operation skipped due to the provided arguments.
* set. e.g. <code>key</code> doesn't exist, or operation skipped due to the provided
* arguments.
*/
CompletableFuture<Boolean> expire(String key, long seconds);

Expand Down

0 comments on commit 0f74bd4

Please sign in to comment.