Skip to content

Commit

Permalink
docs: Added script error in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 21, 2024
1 parent 3cf104a commit 943e45b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/guide/src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ 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.
Use the `--no-stream-ids` option to disable ID propagation.

ERR Error running script... This Redis command is not allowed from scripts::
This can happen with Active/Active (CRDB) databases because the `MEMORY USAGE` command is not allowed to be run from a LUA script.
Use the `--mem-limit -1` option to disable memory usage.

0 comments on commit 943e45b

Please sign in to comment.