gpt4 book ai didi

redis - 如何在 Redis 上获取集合的大小?

转载 作者:IT王子 更新时间:2023-10-29 05:54:17 27 4
gpt4 key购买 nike

对于列表我可以做的操作:

LLEN KeyName

它会返回 Redis 中列表的大小。集合的等效命令是什么?我似乎无法在任何文档中找到它。

最佳答案

您正在寻找 SCARD命令:

SCARD key

Returns the set cardinality (number of elements) of the set stored at

Return value
Integer reply: the cardinality (number of elements) of the set, or 0 if key does not exist.

您可以在 the documentation webpage 上查看所有设置命令.

关于redis - 如何在 Redis 上获取集合的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21792227/

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