RedisSetsSUNIONSTORE Method |
合并元素至目标键
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic void SUNIONSTORE(
string destKey,
params string[] keys
)
Public Sub SUNIONSTORE (
destKey As String,
ParamArray keys As String()
)
public:
void SUNIONSTORE(
String^ destKey,
... array<String^>^ keys
)
member SUNIONSTORE :
destKey : string *
keys : string[] -> unit
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