What is Redis? A gentle introduction using Ruby
Redis is a free and open-source in-memory key-value store, similar to Memcached (used to speed up dynamic web applications by caching data in RAM) with the main difference of being persisted to disk and having more data types. In this article you will see an introduction on how to interact with Redis using Ruby. http://davidmles.com/blog/what-is-redis-introduction-ruby/
Post a comment