Skip to content

Commit

Permalink
docs: Updated keyspace notification requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Apr 21, 2024
1 parent 263913e commit 9b331d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/src/docs/asciidoc/replication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Live replication relies on keyspace notifications for capturing these changes.

**Make sure the source database has keyspace notifications enabled** using:

* `redis.conf`: `notify-keyspace-events = KA`
* `CONFIG SET notify-keyspace-events KA`
* `redis.conf`: `notify-keyspace-events = KEA`
* `CONFIG SET notify-keyspace-events KEA`

For more details see {link_redis_notif}.

Expand Down

0 comments on commit 9b331d5

Please sign in to comment.