Prefix keys in RedisCacheSource
authorTim Düsterhus <duesterhus@woltlab.com>
Sun, 16 Oct 2016 17:18:17 +0000 (19:18 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Sun, 16 Oct 2016 17:20:38 +0000 (19:20 +0200)
commit5df245eaafa01d90910babee64a72dd22961d4b2
tree71a938b2758b8f894e810998c2944671066a0832
parent01ba60c7005d80c23a6c0405f43f826b034f29b4
Prefix keys in RedisCacheSource

The RedisCacheSource allows reusing the existing server
for other purposes. Prefixing the keys used by the cache
avoids accidental cache smashing by plugins.
wcfsetup/install/files/lib/system/cache/source/RedisCacheSource.class.php