File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ events is:
11331133 ` ConnectionDeactivatedEvent `
11341134
113511355 . 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:
11371137 ` ReconnectFailedEvent `
11381138
11391139#### Metrics events
@@ -2515,7 +2515,7 @@ Commands that are issued as long as the failure persists are buffered.
25152515
25162516#### Exceptions to * at-least-once*
25172517
2518- Lettuce does not loose commands while sending them. A command execution
2518+ Lettuce does not lose commands while sending them. A command execution
25192519can, however, fail for the same reasons as a normal method call can on
25202520the JVM:
25212521
@@ -2558,7 +2558,7 @@ from the response queue, and the connection stays usable.
25582558
25592559In general, when ` Errors ` occur while operating on a connection, you
25602560should 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
25622562further response processing is possible.
25632563
25642564Executing commands more than once
You can’t perform that action at this time.
0 commit comments