点击或拖拽改变大小

RedisClientListLeftPopAsync 方法

移除并返回列表 key 的头元素。列表的头元素。当 key 不存在时,返回 nil 。

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

参数

key
类型:SystemString
关键字信息

返回值

类型:TaskOperateResultString
列表的头元素。
参见