1MOGLISTKEYS(1) User Contributed Perl Documentation MOGLISTKEYS(1)
2
3
4
6 moglistkeys -- Lists keys out of a MogileFS domain
7
9 $ moglistkeys --trackers=host --domain=foo --key_prefix="/foo/bar/"
10
12 If you store your MogileFS keys in a logical "structure", you may use
13 this tool to view lists of subsets of keys. Note that this is not going
14 to be equivalent to "cd" and "ls" tools, as listing "foo/" will list
15 everything underneath, so it's more akin to "ls -R"
16
18 --trackers=host1:7001,host2:7001
19 Use these MogileFS trackers to negotiate with.
20
21 --domain=<domain>
22 Set the MogileFS domain to use.
23
24 --key_prefix="/foo/bar/"
25 Search for keys starting with this prefix. Can be an arbitrary
26 string.
27
29 Dormando <dormando@rydia.net>
30
32 None known.
33
35 Licensed for use and redistribution under the same terms as Perl
36 itself.
37
38
39
40perl v5.38.0 2023-07-20 MOGLISTKEYS(1)