Skip to content

darkLord19/redisdel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redisdel

Scan for redis keys matching a given pattern and delete them.

Steps -

  1. set following in redisdel.conf -
{
    "ServerConfigs": {
        "Address": "<redis-host>:<port>"
    },
    "Password": "<password>"
}
  1. run
go build
./redisdel "key-pattern-to-delete"

About

Delete keys matching a given pattern from redis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published