-
Nick Quaranto 4.0
Description:
Explaining Redis is tough, it’s easy to say “a data structures server” or “memcached on steroids” or something more jargon filled. The biggest selling point of Redis is that usually as programmers we have to bend our data into a table or document to save it, but with Redis we can persist data as we conceptually visualize it. We'll go over the basics of Redis, how to use it with your Ruby applications, and some real use cases.
Comments on this Talk
Last Five Ratings
-
ajk
-
Aman Gupta 4.39
-
Arlen Walker
-
thegravian
-
kylejginavan 3.16

Very clean and thorough presentation!