Skip to content

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

License

Notifications You must be signed in to change notification settings

telkomdev/redis-cli-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published