Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Mar 26, 2024
1 parent d5206c2 commit d7c9a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface GenericBaseCommands {
* @example
* <pre>{@code
* Long num = client.del(new String[] {"key1", "key2"}).get();
* assert num == 2l;
* assert num == 2L;
* }</pre>
*/
CompletableFuture<Long> del(String[] keys);
Expand Down

0 comments on commit d7c9a8e

Please sign in to comment.