Skip to content

A tool help to delete redis keys with some pattern.

Notifications You must be signed in to change notification settings

phpple/rmrediskeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RmRedisKeys

Chinese manual

A tool help to delete redis keys with some pattern.

If the redis configuration is not the default(localhost:6379), a config.yml can be added to the same directory of the executable file.

config.yml

host: 192.168.2.3
port: 6379
password: xxxxx
database: 0

Example

rmrediskeys "pattern.*"

The keys with pattern pattern.* will be deleted with your confirm, such as pattern.1333.

About

A tool help to delete redis keys with some pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published