From 2a918453e2d1ba39964629aa72670c734d5c42bf Mon Sep 17 00:00:00 2001 From: Michael Landis Date: Tue, 12 Nov 2024 17:10:11 -0800 Subject: [PATCH] chore: add more documentation on `MomentoRedisReactiveClient` Explains how the various commands are implemented. --- src/main/java/momento/lettuce/MomentoRedisReactiveClient.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/momento/lettuce/MomentoRedisReactiveClient.java b/src/main/java/momento/lettuce/MomentoRedisReactiveClient.java index ed2e261..d0cc399 100644 --- a/src/main/java/momento/lettuce/MomentoRedisReactiveClient.java +++ b/src/main/java/momento/lettuce/MomentoRedisReactiveClient.java @@ -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 Key type. * @param Value type. */