Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhsu/redis-shelf
simple rack app to browse redis
https://github.com/jhsu/redis-shelf
Last synced: 2 days ago
JSON representation
simple rack app to browse redis
- Host: GitHub
- URL: https://github.com/jhsu/redis-shelf
- Owner: jhsu
- License: other
- Created: 2010-05-30T22:46:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-22T15:23:48.000Z (almost 14 years ago)
- Last Synced: 2024-12-20T21:13:12.611Z (3 days ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE
Awesome Lists containing this project
README
# Redis Shelf
A simple rack app to browse redis
## Instructions
Start the server
rackup -s thin
Keys are browsed using "localhost:3000/this/is/a/key", which resolves to the redis key "this:is:a:key"