File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ Deprecations
2727Bugs Fixed
2828**********
2929
30+ * Fixed : ``Session `` Redis connect to protocol TLS
31+
3032See the repo's
3133`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
3234for a complete list of bugs fixed.
Original file line number Diff line number Diff 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
618618Redis is a storage engine typically used for caching and popular because
619619of its high performance, which is also probably your reason to use the
You can’t perform that action at this time.
0 commit comments