How to Install ruby-remcached in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-remcached

Description:

Ruby EventMachine memcached client

Ruby EventMachine memCACHED client implementation . Provides a direct interface to the memcached protocol and its semantics . Uses the memcached `binary protocol`_ to reduce parsing overhead on the server side (requires memcached >= 1.3) . Supports multiple servers with simple round-robin key hashing in a fault-tolerant way . Writing your own abstraction layer is recommended . Uses RSpec . Partially documented in RDoc-style

Homepage: http://github.com/astro/remcached/

Version: 0.4.1-3

Section: universe/ruby