Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-12 | [ci skip] Removed leftovers from the old serialization logic in Cache_redis | Andrey Andreev | 1 | -11/+0 | |
2016-03-12 | Add changelog entries for and polish changes from PRs #4528, #4530 | Andrey Andreev | 1 | -16/+36 | |
2016-03-12 | Added the expiration to save() method | Masterklavi | 1 | -2/+9 | |
2016-03-12 | Merge pull request #4528 from masterklavi/redis_data_type | Andrey Andreev | 1 | -30/+18 | |
Refactor data serialization logic for Cache_redis | |||||
2016-03-12 | Changed a condition in the get method to empty() | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Removed an extra space char | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Fixed a condition in the get method | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Removed an unnecessary array() initialization | Masterklavi | 1 | -1/+0 | |
2016-03-12 | The "$config" variable is moved to "if" condition | Masterklavi | 1 | -2/+5 | |
2016-03-12 | Merge pull request #4524 from masterklavi/memcached_refactoring | Andrey Andreev | 1 | -12/+4 | |
Cache_memcached configuration refactoring | |||||
2016-03-12 | Merge pull request #4525 from masterklavi/memcached_instanceof | Andrey Andreev | 1 | -4/+4 | |
Use instanceof instead of get_class() in Cache_memcached | |||||
2016-03-12 | Removed an unnecessary is_array() check. | Masterklavi | 1 | -1/+1 | |
2016-03-12 | Merge pull request #4521 from masterklavi/redis_docblock | Andrey Andreev | 1 | -6/+6 | |
[ci skip] Added missing variable names to Cache_redis docblocks | |||||
2016-03-12 | Fixed an indent of description | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Merge pull request #4523 from masterklavi/memcached_docblock | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Added missing variable names to Cache_memcached docblocks | |||||
2016-03-12 | Merge pull request #4522 from masterklavi/memcached_destruct | Andrey Andreev | 1 | -0/+21 | |
Added destructor to Cache_memcached | |||||
2016-03-12 | Setup the data defining for stored data | Masterklavi | 1 | -5/+6 | |
2016-03-12 | Fixed the index existence error | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Changed the methods of working with serializable values | Masterklavi | 1 | -30/+17 | |
2016-03-12 | Added a second check "instanceof" | Masterklavi | 1 | -1/+1 | |
2016-03-12 | The "get_class($A) == B" replaced by "$A instanceof B" | Masterklavi | 1 | -3/+3 | |
2016-03-12 | Combined two "if" conditions to one | Masterklavi | 1 | -5/+2 | |
2016-03-12 | Reduction of constructions | Masterklavi | 1 | -6/+1 | |
2016-03-12 | Renamed $this->_memcache_conf to $this->_config | Masterklavi | 1 | -5/+5 | |
2016-03-12 | Added variables to Docblocks (memcached) | Masterklavi | 1 | -2/+2 | |
2016-03-12 | Added the destructor (disconnect from memcache(d)) | Masterklavi | 1 | -0/+21 | |
2016-03-12 | Added variables to Docblocks where they are skipped | Masterklavi | 1 | -4/+4 | |
2016-03-11 | Fix a number of CI_Cache bugs | Andrey Andreev | 4 | -16/+45 | |
Fixes #4277 Supersedes #4474 Really fixes #4066 | |||||
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 7 | -7/+7 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 7 | -7/+7 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 7 | -14/+14 | |
2015-09-14 | Fix #4044 | Andrey Andreev | 1 | -5/+5 | |
2015-08-31 | [ci skip] Fix #4091 | Andrey Andreev | 1 | -1/+1 | |
2015-08-31 | Fix #4066 | Andrey Andreev | 2 | -18/+6 | |
2015-07-05 | supported key_prefix on `increment` and `decrement` | ftwbzhao | 1 | -2/+2 | |
2015-06-22 | A small optimization in CI_Cache::is_supported() | Andrey Andreev | 1 | -3/+2 | |
As it was, the static variable was always re-set to an empty array | |||||
2015-06-22 | Fix #3913 | Andrey Andreev | 2 | -139/+128 | |
2015-05-13 | [Cache]minor adjustments for save function | ftwbzhao | 1 | -3/+1 | |
2015-05-07 | Revert "Issue/PR #3836" | Andrey Andreev | 1 | -6/+2 | |
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800. | |||||
2015-05-07 | Issue/PR #3836 | Andrey Andreev | 1 | -2/+6 | |
2015-04-28 | Removed extra adapter validation. Adapter validation already happens in the ↵ | Tyler Brownell | 1 | -18/+2 | |
system Driver library. | |||||
2015-04-27 | Adds error-level log messages when invalid adapters are set. | Tyler Brownell | 1 | -0/+8 | |
2015-04-24 | Reverts previous variable renaming and removes the foreach loop in favor of ↵ | Tyler Brownell | 1 | -24/+23 | |
a simple if condition. | |||||
2015-04-23 | Renames $_adapter to $_driver. It's what we call it everywhere else. | Tyler Brownell | 1 | -14/+14 | |
2015-04-23 | Cache Library Defaults Fixed | Tyler Brownell | 1 | -15/+6 | |
- Comments! - Updates the cache library to validate *both* adapters. - No longer attempts to set an undefined "memcached" class variable. - $key variable renamed to $driver_type (more descriptive). | |||||
2015-04-23 | Updates the fallback driver variable name to match the config option name. | Tyler Brownell | 1 | -6/+6 | |
2015-04-09 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop | ftwbzhao | 1 | -2/+2 | |
2015-04-09 | [fix] redis get_metadata | ftwbzhao | 1 | -1/+1 | |
2015-04-09 | use = instead of += | ftwbzhao | 1 | -1/+1 | |
2015-04-07 | [feature] check redis auth failed | ftwbzhao | 1 | -1/+5 | |