Shredis is a simple show-me-what-you-got-Redis application written using Sinatra, aiming to become a Ruby equivalent of phpMyAdmin for Redis.
Tested with Ruby 1.9.1p378 (2010-01-10 revision 26273).
git clone git://github.com/filiptepper/shredis.git
cd shredis
gem install bundler
bundle install
cp config/redis.yml.example config/redis.yml
Edit config/redis.yml
.
rake shredis:start
Browse to http://localhost:9292/
.
Contributions are welcome!
To contribute:
- fork,
- spec,
- code,
- request pull.
Important!
Shredis tests use FLUSHALL - you might want to use a separate Redis instance for testing.
Please report all issues via GitHub's issue tracker at http://github.com/filiptepper/shredis/issues.
Shredis is a work in constant progress.
Coming up:
- better configuration,
- search,
- paging.