Remove an outdated doc comment reference to keyspace notifications
This commit is contained in:
parent
3ccd7508ac
commit
7158a504fa
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue