VOLUME.ADMIN LIST
Lists all volumes opened by the connected member.
Syntax
Section titled “Syntax”VOLUME.ADMIN LISTParameters
Section titled “Parameters”None.
Return Value
Section titled “Return Value”RESP array of bulk strings. Each element is a volume name in <kind>-shard-<id> format (e.g. bucket-shard-0). Returns
an empty array if no volumes are open.
Behavior
Section titled “Behavior”Returns all volume names managed by the connected member. This command does not require cluster initialization. It is available on the management port (default 3320).
Errors
Section titled “Errors”No command-specific errors. The command takes no parameters beyond the subcommand itself.
Examples
Section titled “Examples”Member managing several shards:
127.0.0.1:3320> VOLUME.ADMIN LIST1) "bucket-shard-0"2) "bucket-shard-1"3) "bucket-shard-2"No volumes open:
127.0.0.1:3320> VOLUME.ADMIN LIST(empty array)