diff --git a/pulse.md b/pulse.md index 215b7fb2b1..25e6db4b18 100644 --- a/pulse.md +++ b/pulse.md @@ -486,6 +486,9 @@ Pulse will use your default [Redis connection](/docs/{{version}}/redis#configura PULSE_REDIS_CONNECTION=pulse ``` +> [!WARNING] +> When using the Redis ingest driver, your Pulse installation should always use a different Redis connection than your Redis powered queue, if applicable. + When using the Redis ingest, you will need to run the `pulse:work` command to monitor the stream and move entries from Redis into Pulse's database tables. ```php