点击或拖拽改变大小

RedisClientSetUnion 方法 (String, String)

返回一个或多个集合的全部成员,该集合是所有给定集合的并集。不存在的 key 被视为空集。

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

参数

key
类型:SystemString
集合关键字
unionKeys
类型:SystemString
并集的集合

返回值

类型:OperateResultString
并集成员的列表。
参见