Add 'RedisPubSubFeedEngine' feed engine
authorOri Livneh <ori@wikimedia.org>
Mon, 26 Aug 2013 06:46:21 +0000 (23:46 -0700)
committerYuvipanda <yuvipanda@gmail.com>
Mon, 21 Oct 2013 17:22:00 +0000 (17:22 +0000)
commit9590795b91988a5901379bb49f4a43eb5eb5db26
tree7eea96c43bee52e5ef8762556130d3f70bc86e2b
parentee9d4dca18d399d7a4eb901390d86c1d125ca9b1
Add 'RedisPubSubFeedEngine' feed engine

This patch adds a class which implements the RCFeedEngine interface by
publishing recent change notifications to Redis. The class handles the
'redis://' URI scheme. Recent changes are PUBLISHed to the channel 'rc'; a
different channel name may be specified as a path component.

Change-Id: I846036c091c45059a8947245a1efe92c9800dcf4
includes/AutoLoader.php
includes/DefaultSettings.php
includes/rcfeed/RedisPubSubFeedEngine.php [new file with mode: 0644]