RedisDataViewer

A gem that lets you see redis data in your rails application. It helps you view the data in your redis in a readonly mode. This prevents accidental changes in your datastore.

Visit the Homepage

Usage

How to use my plugin.

  • Open you rails app and go to the path /redis. In the UI, enter the db and key to search for and hit fetch.

'image not found'

Installation

Add this line to your application's Gemfile:

gem 'redis_data_viewer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install redis_data_viewer

Execute the following in your rails app root directory

rails g redis_data_viewer install

Visit this to get a sample configuration that needs to be added to config/initializers/redis_data_viewer.rb in your rails application https://gist.github.com/manjitborah2710/80042165479c512c61d21984c25c6bf6

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

Planned for future release

  • Able to configure multiple redis hosts rather than one