Skip to content

Commit cbd1866

Browse files
Update docs/multi_database.rst
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 8491781 commit cbd1866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multi_database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Custom failover callbacks
419419
You may want to activate custom actions when failover happens. For example, you may want to collect some metrics,
420420
logs or externally persist a connection state.
421421

422-
You can register your own event listener for `ActiveDatabaseChanged` event that was emitted when failover happened, via
422+
You can register your own event listener for the `ActiveDatabaseChanged` event (which is emitted when a failover happens) using
423423
the `EventDispatcher`.
424424

425425
.. code-block:: python

0 commit comments

Comments
 (0)