We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e06835 commit 6168246Copy full SHA for 6168246
src/client/mod.rs
@@ -325,7 +325,7 @@ You can also create a [`PubSubStream`] without an upfront subscription by callin
325
326
### Managing Multiplexed Subscriptions
327
328
-Because **rustis** implements the RESP3 protocol, there is no limitation when using subscriptions on a multiplexed connection.
+Because **rustis** implements the RESP3 protocol, there is no limitation when using subscriptions on a multiplexed connection.
329
Pub/Sub messages and regular command responses are cleanly distinguished at the protocol level,
330
allowing both to coexist safely on the same shared connection.
331
0 commit comments