Skip to content

Repository files navigation

redis-cli-node

Redis CLI written in Nodejs

TODO

  • Better output
  • Handle connection error when host or IP address is invalid

Usage

Development mode

The npm link command allow us to locally ‘symlink a package folder’, and for our needs, it will locally install any command listed in the bin field of our package.json.

The npm link command is used from within the NodeJS package directory we want to symlink:

$ npm link

to uninstall

$ npm unlink

Now we can executed from anywhere

$ redis-cli-node -h localhost -p 6379



About

<WARN: IN DEVELOPMENT> Redis CLI Client written in Nodejs with no dependencies

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages