Skip to content

Commit 9838f34

Browse files
Add waring for redis queue serializer and compression (#9000)
* add waring for redis serializer and compression * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 3246bdc commit 9838f34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

queues.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Finally, don't forget to instruct your application to use the `database` driver
107107

108108
In order to use the `redis` queue driver, you should configure a Redis database connection in your `config/database.php` configuration file.
109109

110+
> **Warning**
111+
> The `serializer` and `compression` Redis options are not supported by the `redis` queue driver.
112+
110113
**Redis Cluster**
111114

112115
If your Redis queue connection uses a Redis Cluster, your queue names must contain a [key hash tag](https://redis.io/docs/reference/cluster-spec/#hash-tags). This is required in order to ensure all of the Redis keys for a given queue are placed into the same hash slot:

0 commit comments

Comments
 (0)