Uh oh!
There was an error while loading. Please reload this page.
feat: added persistent config item to redis handler Session - #9793
Conversation
59fe543 to
fdaa124Compareneznaika0
commented
Nov 10, 2025
@ddevsr wait for the first PR to be accepted. There is no need to send an additional one in advance. What if your first PR changes? |
fdaa124 to
02c8284Compare
michalsn
left a comment
There was a problem hiding this comment.
Can we include this in the user guide? The following spot seems appropriate: https://github.com/codeigniter4/CodeIgniter4/blob/4.7/user_guide_src/source/libraries/sessions.rst?plain=1#L719-L721
Something like:
Starting with v4.7.0, you can define a persistent connection::
public string $savePath = 'tcp://localhost:6379?persistent=1';
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
michalsn
commented
Jan 10, 2026
Hey @ddevsr , are you still interested in this feature? If yes, could you update this PR in the next two weeks? |
fix: test persistent parameter false
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
e0110c3 to
3ec9e2fCompare3ec9e2f to
e309b55CompareUh oh!
There was an error while loading. Please reload this page.
Description
Needed #9792Checklist: