This prepares the update of www/gitlab to 10.4 update which requires this specific version Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: swills, tz
5 lines
217 B
Text
5 lines
217 B
Text
Adds a Redis::Namespace class which can be used to namespace calls to Redis.
|
|
This is useful when using a single instance of Redis with multiple, different
|
|
applications.
|
|
|
|
WWW: https://github.com/resque/redis-namespace
|