点击或拖拽改变大小

RedisClientSetInterStore 方法 (String, String, String)

这个命令类似于 SINTER 命令,但它将结果保存到 destination 集合,而不是简单地返回结果集。如果 destination 集合已经存在,则将其覆盖。destination 可以是 key 本身。

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

参数

destination
类型:SystemString
目标集合
key
类型:SystemString
等待操作的集合
interKeys
类型:SystemString
运算的集合

返回值

类型:OperateResultInt32
结果集中的成员数量。
参见