Skip to content

Commit 8787e8e

Browse files
committed
docs: note about tls protocol in RedisHandler Session
1 parent 57ee387 commit 8787e8e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/changelogs/v4.3.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Deprecations
2727
Bugs Fixed
2828
**********
2929

30+
* Fixed : ``Session`` Redis connect to protocol TLS
31+
3032
See the repo's
3133
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
3234
for a complete list of bugs fixed.

user_guide_src/source/libraries/sessions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ RedisHandler Driver
613613

614614
.. note:: Since Redis doesn't have a locking mechanism exposed, locks for
615615
this driver are emulated by a separate value that is kept for up
616-
to 300 seconds.
616+
to 300 seconds. With ``v4.3.2`` or above, You can connect ``Redis`` with **TLS** protocol.
617617

618618
Redis is a storage engine typically used for caching and popular because
619619
of its high performance, which is also probably your reason to use the

0 commit comments

Comments
 (0)