Skip to content

Commit

Permalink
chore: add more documentation on MomentoRedisReactiveClient (#25)
Browse files Browse the repository at this point in the history
Explains how the various commands are implemented.
  • Loading branch information
malandis authored Nov 13, 2024
1 parent 8c82eed commit 4dcabe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/momento/lettuce/MomentoRedisReactiveClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
/**
* A Redis client that wraps a {@link CacheClient} and provides reactive commands.
*
* Supported commands are proxied to the {@link CacheClient} and the cache name provided at construction.
*
* @param <K> Key type.
* @param <V> Value type.
*/
Expand Down

0 comments on commit 4dcabe8

Please sign in to comment.