nextcloud/lib/private/memcache
Lukas Reschke 78cad94ff4 Add support for Redis password auth
For enhanced security it is recommended to configure Redis to only accept connections with a password. (http://redis.io/topics/security)

This is especially critical since Redis supports the LUA scripting language and thus a simple SSRF vulnerability (as proven in http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ for example) may lead to a remote code execution.
2015-10-30 20:19:23 +01:00
..
apc.php add compare-and-delete to the memcache interface 2015-06-12 17:28:09 +02:00
apcu.php Update license headers 2015-03-26 11:44:36 +01:00
arraycache.php update license headers and authors 2015-06-25 14:13:49 +02:00
cache.php Update license headers 2015-03-26 11:44:36 +01:00
cadtrait.php add compare-and-delete to the memcache interface 2015-06-12 17:28:09 +02:00
castrait.php add compare and swap to memcache 2015-04-30 14:48:39 +02:00
factory.php Fix memcache factory unit tests 2015-07-16 03:53:18 +01:00
memcached.php deduplicate @xenopathic 2015-10-06 09:52:19 +02:00
nullcache.php update license headers and authors 2015-06-25 14:13:49 +02:00
redis.php Add support for Redis password auth 2015-10-30 20:19:23 +01:00
xcache.php add compare-and-delete to the memcache interface 2015-06-12 17:28:09 +02:00