Skip to content

Aerospike script for deleting namespaces and sets, written in python

License

Notifications You must be signed in to change notification settings

tivvit/aerospike-deleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Aerospike-deleter

MIT license

usage: delete.py [-h] [-a HOSTS [HOSTS ...]] [-p PORT] [-s SET] namespace

positional arguments:
  namespace             aerospike namespace

optional arguments:
  -h, --help            show this help message and exit
  -a HOSTS [HOSTS ...], --hosts HOSTS [HOSTS ...]
                        [localhost] list of hosts
  -p PORT, --port PORT  [3000] aerospike port
  -s SET, --set SET     aerospike set
  -t TTL, --ttl TTL     touch set with TTL

TODO

  • Pack for pip and deploy

Development

Feel free to contribute.

Copyright and License

© 2015 Vít Listík

Released under MIT licence

About

Aerospike script for deleting namespaces and sets, written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages