Skip to content

A simple command line app to flush or delete Redis keys quickly

License

Notifications You must be signed in to change notification settings

ipanardian/goflush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoFlush

contributions welcome GitHub release GitHub license

A simple command line app to help you flush or delete Redis keys easily.

How to install

$ go get github.com/ipanardian/goflush

Make sure your PATH includes the $GOPATH/bin directory

How to use

//flush all keys
$ goflush
$ OK

//delete specific key
$ goflush {key_name}
$ (integer) 1

$ goflush -version / -v
$ goflush help

License

Apache License 2.0