delete_after_ack
config option (or DSN parameter),
its default value will change to true
in 6.0rediss://
DSN scheme support for TLS protocolrediss://127.0.0.1
instead of redis://127.0.0.1?tls=1
\RedisCluster
instance in Connection
constructordelete_after_reject
option to the DSN to allow control over message
deletion, similar to delete_after_ack
.lazy
to delay connecting to Redis server until we first use it.redis://127.0.0.1?tls=1
redeliver_timeout
and claim_interval
options.delete_after_ack
option to the DSN as an alternative to
stream_max_entries
to avoid leaking memory.