IntroductionΒΆ

Redis is popular in-memory data structure store, used as a database, cache and message broker. redis-rb is Ruby client library for Redis documented at rubydoc .

Intention of this documentation is to create examples how to use redis-rb.