# Redis Browser ## Features * List all keys as tree (using customizable characters as namespace separator) * See content of all redis types * List pagination * Pretty print json values * Search keys ## Usage ```bash $ git clone git@github.com:teamon/redis-browser.git $ cd redis-browser $ bundle $ bundle exec ruby lib/redis-browser/app.rb ``` ## 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