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

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

Parameters

srcKey
Type: SystemString

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

destKey
Type: SystemString

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

member
Type: SystemByte

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

Return Value

Type: Boolean

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

See Also