Skip to content

Commit 00b0fdc

Browse files
mzurtaylorotwell
andauthored
[12.x] Add warning on shared Redis connection between Pulse and queue (#10626)
* Add warning on shared Redis connection References laravel/pulse#457 * Update pulse.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent b3c1a5c commit 00b0fdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pulse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@ Pulse will use your default [Redis connection](/docs/{{version}}/redis#configura
486486
PULSE_REDIS_CONNECTION=pulse
487487
```
488488

489+
> [!WARNING]
490+
> When using the Redis ingest driver, your Pulse installation should always use a different Redis connection than your Redis powered queue, if applicable.
491+
489492
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.
490493

491494
```php

0 commit comments

Comments
 (0)