Your Teacher
Chris Oliver
Hi, I'm Chris. I'm the creator of GoRails, Hatchbox.io and Jumpstart. I spend my time creating tutorials and tools to help Ruby on Rails developers build apps better and faster.
About This Episode
Learn how to use Kredis and see it works by implementing a recent searches unique list
Notes
Kredis is a high level wrapper around Redis. It adds data types and other functionality making Redis much easier to work with in Rails applications. We'll take a look at how to use it to implement a "recent searches" feature in a Rails app by simply adding Kredis to our model and interacting with it in our controllers.