Redis Data Viewer

A gem that allows you to see redis data in your rails application...

Follow these steps to setup

  1. Add this to your application's Gemfile

    gem 'redis_data_viewer'

    and exeute

    $ bundle

    Or install it yourself

    $ gem install redis_data_viewer
  2. Execute the following in your rails app root directory

    $ rails g redis_data_viewer install
  3. Configure your redis server in config/initializers/redis_data_viewer.rb

  4. Run your rails application and go to the path /redis. Enter the db and a key to search for and hit fetch