summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/drivers/Session_redis_driver.php
AgeCommit message (Expand)AuthorFilesLines
2022-06-26Fixes #6141George Petculescu1-1/+1
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev1-2/+18
2022-02-22[ci skip] SessionUpdateTimestampHandlerInterfaceAndrey Andreev1-2/+18
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev1-2/+3
2022-01-05PHP 8.1 compatibility for sessions (ref #6078)Andrey Andreev1-2/+3
2021-01-05[ci skip] Add TLS support for Session library Redis connection strings (relat...Andrey Andreev1-1/+1
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev1-1/+1
2020-06-24Fix user guide urlsapics1-1/+1
2019-09-19Merge branch '3.1-stable' into developAndrey Andreev1-10/+12
2019-09-05[ci skip] Remove a few leftover trailing spaces from PR #5816Andrey Andreev1-5/+5
2019-09-05[ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redisAndrey Andreev1-7/+48
2019-09-05[ci skip] Remove a few leftover trailing spaces from PR #5816Andrey Andreev1-5/+5
2019-09-05[ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redisAndrey Andreev1-7/+48
2019-09-05[ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-idAndrey Andreev1-1/+1
2019-09-03Alter php5_validate_id()Michael Long1-1/+1
2019-09-03revert: Alter php_validate_id()Michael Long1-1/+1
2019-09-03Rename to _ping_successMichael Long1-5/+5
2019-09-03Delete unnecessary functionsMichael Long1-38/+6
2019-08-23Refactor implementation of #5816Michael Long1-21/+56
2019-08-14Define constant PHPREDIS_VERSIONMichael Long1-2/+4
2019-08-13Use version_compare to avoid method checksMichael Long1-2/+2
2019-08-13Adapt to styleguideMichael Long1-10/+10
2019-08-12Add parameter descriptionMichael Long1-3/+6
2019-08-12Adapt to new version of php-redisMichael Long1-6/+39
2019-06-19[ci skip] Merge pull request #5781 from gxgpet/developAndrey Andreev1-2/+1
2019-06-18Calling php5_validate_id() in the right place, for Redis session driverGeorge Petculescu1-2/+1
2019-04-23[ci skip] Fix #5703Andrey Andreev1-9/+9
2019-03-16[ci skip] Merge pull request #5708 from mchobbylong/developAndrey Andreev1-5/+7
2019-03-15Remove unnecessary codeMichael Long1-1/+1
2019-03-15Fix code styleMichael Long1-1/+2
2019-03-15Refactor behaviors with different ttl of lock_keyMichael Long1-7/+7
2019-03-02Resolve race condition in redis driven session key get_lockMichael Long1-2/+3
2019-01-08Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT1-3/+3
2018-12-27Update copyright date to 2019Jim Parry1-2/+2
2018-08-07fix #5545Michiel Vugteveen1-1/+1
2018-06-12Merge branch '3.1-stable' into developAndrey Andreev1-0/+18
2018-06-12[ci skip] Prepare 3.1.9 releaseAndrey Andreev1-0/+18
2018-05-18http:// to https://Mehdi Bounya1-2/+2
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-07-06[ci skip] Merge pull request #5170 from tianhe1986/develop_session_race_condi...Andrey Andreev1-1/+5
2017-07-06Format fixing.tianhe19861-0/+1
2017-07-05Simplifying the code.tianhe19861-10/+4
2017-07-05Acquiring redis lock with existence check.tianhe19861-1/+10
2017-06-05[ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nitsAndrey Andreev1-1/+1
2017-06-05Fix misc type inconsistencies between code and doc commentsTyson Andre1-1/+1
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-16/+11