How to Install ruby-redis-namespace in Ubuntu 18.04



Install ruby-redis-namespace by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-redis-namespace

Description:

Namespaces commands when multiple apps access same redis server

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.

Homepage: http://github.com/resque/redis-namespace

Version: 1.5.2-3

Section: universe/ruby