0

如何获取插入 Voldemort DB 的密钥列表。我正在寻找命令行查询。

我连接到 bin/voldemort-shell.sh "storeName" tcp://localhost:6666

4

1 回答 1

0

在 shell 中,使用: fetch 0 tokens 0

或者:

bin\voldemort-admin-tool.bat --fetch-keys --url tcp://localhost:6666 --node 0

// pfredrik

于 2015-05-22T10:59:36.280 回答