点击或拖拽改变大小

RedisClientZSetCard 方法

返回有序集 key 的基数。

命名空间:  HslCommunication.Enthernet.Redis
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public OperateResult<int> ZSetCard(
	string key
)

参数

key
类型:SystemString
有序集合的关键字

返回值

类型:OperateResultInt32
当 key 存在且是有序集类型时,返回有序集的基数。当 key 不存在时,返回 0 。
参见