Thomas Müller
|
682821c71e
|
Happy new year!
|
2016-01-12 15:02:18 +01:00 |
Robin Appelman
|
0a80bf5573
|
Add interface for memcache backends that support setting ttl on exisiting keys
|
2015-12-09 14:39:12 +01:00 |
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 |
Morris Jobke
|
f63915d0c8
|
update license headers and authors
|
2015-06-25 14:13:49 +02:00 |
Robin Appelman
|
a9ff242f6a
|
switch to using watch to implement cas and cad on redis
|
2015-06-12 17:28:09 +02:00 |
Robin Appelman
|
1bc56a99e9
|
compare-and-set and compare-and-delete using lua scripts for redis
|
2015-06-12 17:28:09 +02:00 |
Joas Schilling
|
bdc82dcfb9
|
Check for redis to be 2.2.5+
|
2015-06-02 15:42:48 +02:00 |
Robin Appelman
|
acf30ede95
|
add compare and swap to memcache
|
2015-04-30 14:48:39 +02:00 |
Robin Appelman
|
29213b6136
|
extends memcache with add, inc and dec
|
2015-04-30 14:48:36 +02:00 |
Michael Telatynski
|
8ebf9de3f8
|
Memcache\Redis Add DB Select Functionality
|
2015-04-15 21:24:38 +01:00 |
Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
Morris Jobke
|
06aef4e8b1
|
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
|
2015-02-26 11:37:37 +01:00 |
Jenkins for ownCloud
|
6a1a4880f0
|
Updating license headers
|
2015-02-23 12:13:59 +01:00 |
Joas Schilling
|
e25998df0f
|
Json_(en|de)code values on redis to be able to cache arrays
|
2015-01-20 10:51:27 +01:00 |
Jörn Friedrich Dreyer
|
363e9667ec
|
Add Redis cache implementation, prefer over memcached, tests & config sample
|
2014-12-10 12:24:20 +01:00 |