How to Install ruby-redis in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-redis

Description:

Ruby client library for Redis

A Ruby client that tries to match Redis' API one-to-one, while still providing an idiomatic interface. It features thread-safety, client-side sharding, pipelining, and an obsession for performance.

Homepage: https://github.com/redis/redis-rb

Version: 3.3.3-1

Section: universe/ruby