使用Riak Client(erlang),我可以列出默认存储桶类型的所有存储桶。但是如何列出所有桶类型?或者如果客户不能这样做,我怎么能找到这个呢?
答案 0 :(得分:3)
对于v2.1.4,riak-admin bucket-type list
正是您要找的。
riak-admin bucket-type
的其他子命令(取自早期版本的riak文档)包括:
Command Action Form
create create or modify a bucket type create <type> <json>
before activation
activate activate a bucket type activate <type>
list list all currently available bucket
types and their activation status list
status display the status and properties status <type>
of a specific bucket type
update update a bucket type after activation update <type> <json>