Redis Browser

Features

  • List all keys as tree
  • See content of all redis types
  • List pagination
  • Pretty print json values
  • Search keys

Installation

$ gem install redis-browser

Usage

$ redis-browser

Screenshots

Browse keys See list with pagination ZSET support JSON pretty print Configuration

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request