点击或拖拽改变大小

RedisClientListLeftPop 方法

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

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

参数

key
类型:SystemString
关键字信息

返回值

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