redis-ui
v0.1.3
Published
A simple UI for Redis DB
Readme
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
