summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers
AgeCommit message (Collapse)AuthorFilesLines
2016-03-12Merge pull request #4525 from masterklavi/memcached_instanceofAndrey Andreev1-4/+4
Use instanceof instead of get_class() in Cache_memcached
2016-03-12Merge pull request #4525 from masterklavi/memcached_instanceofAndrey Andreev1-4/+4
Use instanceof instead of get_class() in Cache_memcached
2016-03-12Merge pull request #4521 from masterklavi/redis_docblockAndrey Andreev1-6/+6
[ci skip] Added missing variable names to Cache_redis docblocks
2016-03-12Removed an unnecessary is_array() check.Masterklavi1-1/+1
2016-03-12Merge pull request #4521 from masterklavi/redis_docblockAndrey Andreev1-6/+6
[ci skip] Added missing variable names to Cache_redis docblocks
2016-03-12Fixed an indent of descriptionMasterklavi1-2/+2
2016-03-12Merge pull request #4523 from masterklavi/memcached_docblockAndrey Andreev1-2/+2
[ci skip] Added missing variable names to Cache_memcached docblocks
2016-03-12Merge pull request #4523 from masterklavi/memcached_docblockAndrey Andreev1-2/+2
[ci skip] Added missing variable names to Cache_memcached docblocks
2016-03-12Merge pull request #4522 from masterklavi/memcached_destructAndrey Andreev1-0/+21
Added destructor to Cache_memcached
2016-03-12Merge pull request #4522 from masterklavi/memcached_destructAndrey Andreev1-0/+21
Added destructor to Cache_memcached
2016-03-12Setup the data defining for stored dataMasterklavi1-5/+6
2016-03-12Fixed the index existence errorMasterklavi1-2/+2
2016-03-12Changed the methods of working with serializable valuesMasterklavi1-30/+17
2016-03-12Added a second check "instanceof"Masterklavi1-1/+1
2016-03-12The "get_class($A) == B" replaced by "$A instanceof B"Masterklavi1-3/+3
2016-03-12Combined two "if" conditions to oneMasterklavi1-5/+2
2016-03-12Reduction of constructionsMasterklavi1-6/+1
2016-03-12Renamed $this->_memcache_conf to $this->_configMasterklavi1-5/+5
2016-03-12Added variables to Docblocks (memcached)Masterklavi1-2/+2
2016-03-12Added the destructor (disconnect from memcache(d))Masterklavi1-0/+21
2016-03-12Added variables to Docblocks where they are skippedMasterklavi1-4/+4
2016-03-11Fix a number of CI_Cache bugsAndrey Andreev4-16/+45
Fixes #4277 Supersedes #4474 Really fixes #4066
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev6-6/+6
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev6-6/+6
2016-01-11[ci skip] Bump year to 2016Andrey Andreev6-12/+12
2015-09-14Fix #4044Andrey Andreev1-5/+5
2015-08-31[ci skip] Fix #4091Andrey Andreev1-1/+1
2015-08-31Fix #4066Andrey Andreev2-18/+6
2015-06-22Fix #3913Andrey Andreev2-139/+128
2015-05-13[Cache]minor adjustments for save functionftwbzhao1-3/+1
2015-05-07Revert "Issue/PR #3836"Andrey Andreev1-6/+2
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800.
2015-05-07Issue/PR #3836Andrey Andreev1-2/+6
2015-04-09Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into developftwbzhao1-2/+2
2015-04-09[fix] redis get_metadataftwbzhao1-1/+1
2015-04-09use = instead of +=ftwbzhao1-1/+1
2015-04-07[feature] check redis auth failedftwbzhao1-1/+5
2015-03-22Fixed redis cache save logicMathew White1-1/+1
It was trying to use sAdd as a check if the key was created, but that will return false if it is already present in the set.
2015-02-22Cache: is_supportedFieah2-6/+4
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled
2015-02-15add <!DOCTYPE html>Tjoosten1-1/+2
2015-01-21Remove closing blocks at end of PHP filesvlakoff6-18/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev6-18/+18
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2015-01-04PR #3452Andrey Andreev1-1/+1
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev6-84/+150
2014-08-27Fix #2963Andrey Andreev1-1/+1
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib
2014-08-18Fix a wrong variable name from previous commitAndrey Andreev1-1/+1
Rel: #3186
2014-08-18Optimize Redis serialized values supportAndrey Andreev1-17/+19
Rel: PR #3186
2014-08-18Cache_redis: A code-styling correction..Ivan Tcholakov1-1/+1
2014-08-18Cache_redis: Optimizations.Ivan Tcholakov1-2/+2
2014-08-18Cache_redis: Polishing.Ivan Tcholakov1-7/+4
2014-08-18Cache_redis: Refactoring if delete() method.Ivan Tcholakov1-3/+3