点击或拖拽改变大小

RedisClientDiffentSetKey 方法 (String, String)

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

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

参数

key
类型:SystemString
主Key
keys
类型:SystemString
等待比较的key

返回值

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