summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_redis.php
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Fix #3161Andrey Andreev1-6/+2
2014-02-112013 > 2014darwinel1-1/+1
2014-01-09Implement atomic increment/decrement in Cache libraryAndrey Andreev1-8/+41
2014-01-08Optimize get_instance() calls/assignmentsAndrey Andreev1-2/+2
2013-10-29Spaces, log messageKakysha1-2/+2
2013-10-28Code cleanupKakysha1-2/+4
2013-10-28some code rewriteKakysha1-3/+3
2013-10-28Correct Redis connection troubleshootingKakysha1-4/+11
2013-10-28Added option to connect through unix socket in redis cache driverKakysha1-1/+8
2013-07-30Cache Log Error LevelsTyler Brownell1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-2/+3
2012-06-09Cleanup the new Redis cache driver and add a changelog entry for itAndrey Andreev1-47/+62
2012-06-08Fixed according to feedback.Anton Lindqvist1-5/+6
2012-04-23Added redis auth support.Anton Lindqvist1-0/+5
2012-01-23Updated redis driver doc block.Anton Lindqvist1-6/+18
2012-01-21Fixed syntax according to feedback.Anton Lindqvist1-17/+3
2012-01-21Added redis cache driver.Anton Lindqvist1-0/+217