点击或拖拽改变大小

RedisClientSetDiff 方法 (String, String)

返回一个集合的全部成员,该集合是所有给定集合之间的差集。

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

参数

key
类型:SystemString
集合关键字
diffKey
类型:SystemString
集合关键字

返回值

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