Click or drag to resize
RedisSetsSMOVE Method (String, String, String)
移动元素至指定集合

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool SMOVE(
	string srcKey,
	string destKey,
	string member
)

Parameters

srcKey
Type: SystemString

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

destKey
Type: SystemString

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

member
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Adf.RedisSets.SMOVE(System.String,System.String,System.String)"]

See Also