Skip to content

Commit

Permalink
docs: Added to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 13, 2024
1 parent 6a0a393 commit d7421b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ Check the database with `redis-cli` {link_redis_bigkeys} and/or use reader optio

NOAUTH Authentication required::
This issue occurs when you fail to supply the `--pass <password>` parameter.

ERR The ID argument cannot be a complete ID because xadd-id-uniqueness-mode is strict::
This usually happens in Active/Active (CRDB) setups where stream message IDs cannot be copied over to the target database.
Use the `--no-stream-ids` option to disable ID propagation.

0 comments on commit d7421b8

Please sign in to comment.