Skip to content

Commit

Permalink
PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
SanHalacogluImproving committed Apr 26, 2024
1 parent 04f2d29 commit 02c39a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,7 @@ CompletableFuture<Boolean> pexpireAt(
CompletableFuture<Long> objectRefcount(String key);

/**
* Updates the last access time of specified <code>keys</code> and returns the count of keys that
* were updated.
* Updates the last access time of specified <code>keys</code>.
*
* @apiNote When in cluster mode, the command may route to multiple nodes when <code>keys</code>
* map to different <code>hash slots</code>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2353,8 +2353,7 @@ public T objectRefcount(@NonNull String key) {
}

/**
* Updates the last access time of specified <code>keys</code> and returns the count of keys that
* were updated.
* Updates the last access time of specified <code>keys</code>.
*
* @see <a href="https://redis.io/commands/touch/">redis.io</a> for details.
* @param keys The keys to update last access time.
Expand Down

0 comments on commit 02c39a5

Please sign in to comment.