点击或拖拽改变大小

RedisClientSetMembers 方法

返回集合 key 中的所有成员。不存在的 key 被视为空集合。

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

参数

key
类型:SystemString
集合key

返回值

类型:OperateResultString
集合中的所有成员。
参见