How to Install ruby-redis-rack in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-redis-rack

Description:

Redis Store for Rack

redis-rack provides a Redis backed session store Rack. Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshalling, timeouts, single or multiple nodes, and namespaces.

Homepage: https://github.com/redis-store/redis-rack

Version: 2.0.2-2

Section: universe/ruby