File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,8 @@ Multiplexer mode is highly efficient in multi-threaded architectures because it
5151underlying connection. It is the prefered mode for most Web applications.
5252
5353### Managing Multiplexed Subscriptions
54-
5554Because **rustis** implements the RESP3 protocol, there is no limitation when using subscriptions on a multiplexed connection.
56- Pub/Sub messages and regular command responses are cleanly distinguished at the protocol level,
55+ Pub/Sub messages and regular command responses are cleanly distinguished at the protocol level,
5756allowing both to coexist safely on the same shared connection.
5857
5958### Limitations
@@ -327,7 +326,7 @@ You can also create a [`PubSubStream`] without an upfront subscription by callin
327326### Managing Multiplexed Subscriptions
328327
329328Because **rustis** implements the RESP3 protocol, there is no limitation when using subscriptions on a multiplexed connection.
330- Pub/Sub messages and regular command responses are cleanly distinguished at the protocol level,
329+ Pub/Sub messages and regular command responses are cleanly distinguished at the protocol level,
331330allowing both to coexist safely on the same shared connection.
332331
333332### Simple Example
You can’t perform that action at this time.
0 commit comments