File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ events is:
1133
1133
` ConnectionDeactivatedEvent `
1134
1134
1135
1135
5 . Since 5.3: Reconnect failed: A reconnect attempt failed. Contains
1136
- the reconnect failure and and the retry counter. Event type:
1136
+ the reconnect failure and the retry counter. Event type:
1137
1137
` ReconnectFailedEvent `
1138
1138
1139
1139
#### Metrics events
@@ -2515,7 +2515,7 @@ Commands that are issued as long as the failure persists are buffered.
2515
2515
2516
2516
#### Exceptions to * at-least-once*
2517
2517
2518
- Lettuce does not loose commands while sending them. A command execution
2518
+ Lettuce does not lose commands while sending them. A command execution
2519
2519
can, however, fail for the same reasons as a normal method call can on
2520
2520
the JVM:
2521
2521
@@ -2558,7 +2558,7 @@ from the response queue, and the connection stays usable.
2558
2558
2559
2559
In general, when ` Errors ` occur while operating on a connection, you
2560
2560
should close the connection and use a new one. Connections, that
2561
- experienced such severe failures get into a unrecoverable state, and no
2561
+ experienced such severe failures get into an unrecoverable state, and no
2562
2562
further response processing is possible.
2563
2563
2564
2564
Executing commands more than once
You can’t perform that action at this time.
0 commit comments