gpt4 book ai didi

python - 从 python 检查 aerospike set 是否为空的最简单方法是什么?

转载 作者:行者123 更新时间:2023-12-01 00:51:25 26 4
gpt4 key购买 nike

我在 Python client 中没有看到方法它检查给定的集合是否为空。

作为文档 says从命令行我可以使用:

asinfo -h <host> -v 'sets/<namespace>/<set>'

但它仅适用于单个主机。

另一种方法是查看输出:

asadm -h <host> -e 'info set'

如何在 Python 中实现这样的方法?

最佳答案

在客户端中使用“info”API:https://www.aerospike.com/apidocs/python/client.html#aerospike.Client.info_all

client.info_all("sets/<namespace>/<set>")

然后对您感兴趣的统计数据进行求和。

关于python - 从 python 检查 aerospike set 是否为空的最简单方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56542936/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com