moglistkeys -- Lists keys out of a MogileFS domain
$ moglistkeys --trackers=host --domain=foo --key_prefix="/foo/bar/"
If you store your MogileFS keys in a logical "structure", you may use
this tool to view lists of subsets of keys. Note that this is not going to be
equivalent to "cd" and "ls" tools, as listing
"foo/" will list everything underneath, so it's more akin to
"ls -R"
- --trackers=host1:7001,host2:7001
- Use these MogileFS trackers to negotiate with.
- --domain=<domain>
- Set the MogileFS domain to use.
- --key_prefix="/foo/bar/"
- Search for keys starting with this prefix. Can be an arbitrary
string.
Dormando <dormando@rydia.net>
Licensed for use and redistribution under the same terms as Perl itself.