点击或拖拽改变大小

RedisClientReadKeyLengthAsync 方法

返回 key 所储存的字符串值的长度。当 key 储存的不是字符串值时,返回一个错误。返回符串值的长度。当 key 不存在时,返回 0 。

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

参数

key
类型:SystemString
关键字

返回值

类型:TaskOperateResultInt32
字符串值的长度。当 key 不存在时,返回 0 。
参见