Skip to content

alanc10n/pyrau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrau

Python Redis Admin Utility

This is a simple utility to aid in manual redis administration tasks such as removing keys matching a given pattern. This is very much a work in progress, so expect more commands to appear as I attempt to scratch itches or think of useful features. At the moment, it only supports deleting keys matching a given pattern and listing keys.

Development

Create a virtual environment, activate it, and run pip install -e .. Hack away.

Examples

To delete all keys starting with 'foo' from a local redis instance: pyrau delete 'foo*'.

To list all keys with details: pyrau keys -d.

About

Python Redis Admin Utility

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages