summaryrefslogtreecommitdiffstats
path: root/lib/private/memcache/redis.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+2
* Add interface for memcache backends that support setting ttl on exisiting keysRobin Appelman2015-12-091-2/+6
* Add support for Redis password authLukas Reschke2015-10-301-0/+3
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* switch to using watch to implement cas and cad on redisRobin Appelman2015-06-121-30/+22
* compare-and-set and compare-and-delete using lua scripts for redisRobin Appelman2015-06-121-2/+50
* Check for redis to be 2.2.5+Joas Schilling2015-06-021-1/+2
* add compare and swap to memcacheRobin Appelman2015-04-301-0/+1
* extends memcache with add, inc and decRobin Appelman2015-04-301-6/+48
* Memcache\Redis Add DB Select FunctionalityMichael Telatynski2015-04-151-0/+5
* Update license headersJenkins for ownCloud2015-03-261-4/+19
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+18
* Json_(en|de)code values on redis to be able to cache arraysJoas Schilling2015-01-201-4/+4
* Add Redis cache implementation, prefer over memcached, tests & config sampleJörn Friedrich Dreyer2014-12-101-0/+94