Skip to content

Commit cc8fead

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Messenger] Update docs for Redis transport about TLS support
2 parents dcd5887 + 41949ac commit cc8fead

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,8 @@ The Redis transport DSN may looks like this:
15371537
MESSENGER_TRANSPORT_DSN=redis://host-01:6379,redis://host-02:6379,redis://host-03:6379,redis://host-04:6379
15381538
# Unix Socket Example
15391539
MESSENGER_TRANSPORT_DSN=redis:///var/run/redis.sock
1540+
# TLS Example
1541+
MESSENGER_TRANSPORT_DSN=rediss://localhost:6379/messages
15401542
# Multiple Redis Sentinel Hosts Example
15411543
MESSENGER_TRANSPORT_DSN=redis:?host[redis1:26379]&host[redis2:26379]&host[redis3:26379]&sentinel_master=db
15421544
@@ -1564,7 +1566,6 @@ stream_max_entries The maximum number of entries which ``0`` (which mea
15641566
the stream will be trimmed to. Set
15651567
it to a large enough number to
15661568
avoid losing pending messages
1567-
tls Enable TLS support for the connection false
15681569
redeliver_timeout Timeout before retrying a pending ``3600``
15691570
message which is owned by an
15701571
abandoned consumer (if a worker died

0 commit comments

Comments
 (0)