点击或拖拽改变大小

RedisClientReadKeyTypeAsync 方法

返回 key 所储存的值的类型。none (key不存在),string (字符串),list (列表),set (集合),zset (有序集),hash (哈希表)

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

参数

key
类型:SystemString
关键字

返回值

类型:TaskOperateResultString
类型
参见