Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Zhang committed May 29, 2024
1 parent e328d33 commit 0d9ebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ CompletableFuture<Map<String, String[]>> blmpop(
* @since Redis 6.2.0 and above.
* @apiNote When in cluster mode, <code>source</code> and <code>destination</code> must map to the
* same hash slot.
* @see <a href="https://valkey.io/commands/lset/">valkey.io</a> for details.
* @see <a href="https://valkey.io/commands/lmove/">valkey.io</a> for details.
* @param source The key to the source list.
* @param destination The key to the destination list.
* @param wherefrom The direction the element should be removed from.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3797,7 +3797,7 @@ public T lset(@NonNull String key, long index, @NonNull String element) {
* list stored at <code>destination</code> depending on <code>wherefrom</code>.
*
* @since Redis 6.2.0 and above.
* @see <a href="https://valkey.io/commands/lset/">valkey.io</a> for details.
* @see <a href="https://valkey.io/commands/lmove/">valkey.io</a> for details.
* @param source The key to the source list.
* @param destination The key to the destination list.
* @param wherefrom The direction the element should be removed from.
Expand Down

0 comments on commit 0d9ebf6

Please sign in to comment.