Click or drag to resize
RedisSetsSUNIONSTORE Method
合并元素至目标键

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public void SUNIONSTORE(
	string destKey,
	params string[] keys
)

Parameters

destKey
Type: SystemString

[Missing <param name="destKey"/> documentation for "M:Adf.RedisSets.SUNIONSTORE(System.String,System.String[])"]

keys
Type: SystemString

[Missing <param name="keys"/> documentation for "M:Adf.RedisSets.SUNIONSTORE(System.String,System.String[])"]

See Also