点击或拖拽改变大小

RedisClientSetUnionAsync 方法 (String, String)

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

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

参数

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

返回值

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