Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取插入 Voldemort DB 的密钥列表。我正在寻找命令行查询。
我连接到 bin/voldemort-shell.sh "storeName" tcp://localhost:6666
在 shell 中,使用: fetch 0 tokens 0
或者:
bin\voldemort-admin-tool.bat --fetch-keys --url tcp://localhost:6666 --node 0
// pfredrik