redis-ui

0.1.3 • Public • Published

redis-ui

A simple UI to manage Redis K/V

Intall redis-ui as global

  • npm install redis-ui

Run it:

  • cd node_modules/redis-ui
  • node app.js --port 9988 --redis_url remoteRedisUrl
  • if you omit redis_url option it will try to connect to a local redis server

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

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i redis-ui

    Weekly Downloads

    5

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • hamroune