0.1.3 • Published 11 years ago

redis-ui v0.1.3

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

redis-ui

A simple UI to manage Redis K/V

npm install

node app.js --port 9988 --redis_url remoteRedisUrl

goto localhost:9988

  • key = * ==> to search all ==> Get List
  • key = mySubKey* ==> search everything that began by mySubKey ==> Get List
  • key = exactKey ===> Search The Object (Json value) corresponding to that key ==> Get JSON