Skip to content

Commit 4e06835

Browse files
authored
Fix documentation formatting and remove duplicates
Fixed formatting and removed duplicate lines in documentation.
1 parent 25aca3f commit 4e06835

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/client/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ Multiplexer mode is highly efficient in multi-threaded architectures because it
5151
underlying connection. It is the prefered mode for most Web applications.
5252
5353
### Managing Multiplexed Subscriptions
54-
5554
Because **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,
5756
allowing 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
329328
Because **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,
331330
allowing both to coexist safely on the same shared connection.
332331
333332
### Simple Example

0 commit comments

Comments
 (0)