summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/drivers/Session_redis_driver.php
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Simplifying the code.tianhe19861-10/+4
2017-07-05Acquiring redis lock with existence check.tianhe19861-1/+10
2017-06-05Fix misc type inconsistencies between code and doc commentsTyson Andre1-1/+1
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-16/+11
2016-11-29Fix #4923Andrey Andreev1-16/+11
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2016-07-19[ci skip] Fix an undefined index for 'timeout' in Redis session driverAndrey Andreev1-2/+3
2016-05-26[ci skip] Fix a minor Redis Session bugAndrey Andreev1-1/+1
2016-03-11Merge branch '3.0-stable' into developAndrey Andreev1-10/+10
2016-03-11Revert an unintended change from a027a7fd0d770cec0d71e888d8b6f4aa1568ce9fAndrey Andreev1-1/+1
2016-03-10Improve ext/session error messagesAndrey Andreev1-11/+11
2016-02-29Merge pull request #4491 from roastduck/developAndrey Andreev1-1/+1
2016-02-29fix typo__RD1-1/+1
2016-02-29delete lock directly -> call _release_lock()__RD1-2/+1
2016-02-28clean current lock key in redis session driverroastduck1-0/+1
2016-02-05Merge pull request #4424 from jonty-comp/developAndrey Andreev1-3/+16
2016-02-05Fix regression on PHP7 when regenerating the session (#4362)Jonty Sewell1-1/+3
2016-02-05Setting the flag to FALSE is unnecessary since it defaults to FALSE, therefor...Jonty Sewell1-10/+1
2016-02-05Set the _key_exists flag to TRUE when the key does in fact exist. Set it to ...Jonty Sewell1-2/+7
2016-02-05Add a flag to determine whether the redis key currently exists, and if not, f...Jonty Sewell1-2/+17
2016-02-05Revert previous changes - fixing the source of the problem rather than workin...Jonty Sewell1-9/+3
2016-02-03If attempting to write an empty session to Redis, a key will not actually be ...Jonty Sewell1-3/+9
2016-01-11[ci skip] Merge branch '3.0-stable' into developAndrey Andreev1-1/+1
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2016-01-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+5
2016-01-07Fix #4362Andrey Andreev1-1/+4
2015-12-15Fix logical errors from af849696d43f5c3b68962af1ae5096151a6d9f1aAndrey Andreev1-1/+1
2015-12-14Merge branch '3.0-stable' into developAndrey Andreev1-16/+19
2015-12-12[ci skip] Proper error handling for Sessions on PHP 5Andrey Andreev1-16/+19
2015-11-16[ci skip] Polish changes from PR #4240Andrey Andreev1-38/+33
2015-11-16do not try to auth/select db on redis connect failurekemeng1-11/+17
2015-11-16 Spaces around ! . Changelog entry in 3.1.0.kemeng1-2/+2
2015-11-16fixed a typo in unix socket parameter; change coding style to match CI; fix a...kemeng1-6/+10
2015-11-14add unix socket support to redis session driversskaje1-1/+19
2015-04-30Fix #3823Andrey Andreev1-1/+1
2015-03-04Fix #3627: Keep timed locks for more than 5 secondsAndrey Andreev1-27/+13
2015-02-23[ci skip] Fix #3618Andrey Andreev1-1/+1
2015-02-11Fix undefined variable notice in Session redis, memcached driversAndrey Andreev1-1/+1
2015-02-04Revert "Fixed return values types in session drivers"Gabriel Potkány1-1/+1
2015-02-04Fixed return values types in session driversGabriel Potkány1-1/+1
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-19[ci skip] feature/session (#3073): Add missing method docblocksAndrey Andreev1-0/+66
2015-01-12[ci skip] Remove PHP version from license notices and bump yearAndrey Andreev1-3/+3
2014-11-11[ci skip] Update system/libraries/Session/ with the MIT license noticeAndrey Andreev1-17/+28