Remove an outdated doc comment reference to keyspace notifications

This commit is contained in:
Jon Chambers 2024-11-08 15:55:02 -05:00
parent 3ccd7508ac
commit 7158a504fa
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ import reactor.core.scheduler.Schedulers;
/** /**
* Manages short-term storage of messages in Redis. Messages are frequently delivered to their destination and deleted * Manages short-term storage of messages in Redis. Messages are frequently delivered to their destination and deleted
* shortly after they reach the server, and this cache acts as a low-latency holding area for new messages, reducing * shortly after they reach the server, and this cache acts as a low-latency holding area for new messages, reducing
* load on higher-latency, longer-term storage systems. Redis in particular provides keyspace notifications, which act * load on higher-latency, longer-term storage systems.
* as a form of pub-sub notifications to alert listeners when new messages arrive.
* <p> * <p>
* The following structures are used: * The following structures are used:
* <dl> * <dl>