Allow plugins to leverage the Redis connection of the RedisCacheSource
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 28 Sep 2016 15:14:38 +0000 (17:14 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 28 Sep 2016 15:18:59 +0000 (17:18 +0200)
commitd597b119d6af261b46d55d19b87185f13b31f9dc
tree97b42ef2706b58b1343fd785b97b7066dfd9dc63
parent90a2c3b10268f02949f221483ddb6c617872da47
Allow plugins to leverage the Redis connection of the RedisCacheSource

This removes the need to manually parse the Redis DSN specified by
the administrator and saves socket connections by multiplexing the
commands over a single connection, without being able to break the
connection used by cache.
wcfsetup/install/files/lib/system/cache/source/RedisCacheSource.class.php
wcfsetup/install/files/lib/system/database/Redis.class.php [new file with mode: 0644]