Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FreeFlow/redis-viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfleming committed Sep 5, 2011
2 parents 99bd173 + 694170f commit edf1e87
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Expand Up @@ -25,22 +25,4 @@ Installation
------------
1. `git clone git://github.com/FreeFlow/redis-viewer.git`
2. `cd redis-viewer/`
3. `node server.js`

Features
--------
* view redis store keys and values - string, key, list, set, zset and hash currently supported
* delete individual keys and values on all data structures
* execute arbitrary commands
* formats JSON values in keys
* command line options for ip, port and password (optional; for AUTH)
* full keyboard arrow navigation and `x` to delete, enter to expand (press `<shift> + /` or `?` for the full list)

TODO
----
* add second MONITOR client and push changes to the clients current data view using websockets
* hierarchical key organization for better performance with many keys
* status responses should slide down
* confirmation messages should slide down with enter/esc keyboard shortcuts
* npm package to make installation/maintenance easier
* editing keys/values
3. `node server.js`

0 comments on commit edf1e87

Please sign in to comment.