Click or drag to resize
RedisSortedSetsZINCRBY Method (String, Int32, Byte)
给指定元素添加自增值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public double ZINCRBY(
	string key,
	int increment,
	byte[] member
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.RedisSortedSets.ZINCRBY(System.String,System.Int32,System.Byte[])"]

increment
Type: SystemInt32

[Missing <param name="increment"/> documentation for "M:Adf.RedisSortedSets.ZINCRBY(System.String,System.Int32,System.Byte[])"]

member
Type: SystemByte

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

Return Value

Type: Double

[Missing <returns> documentation for "M:Adf.RedisSortedSets.ZINCRBY(System.String,System.Int32,System.Byte[])"]

See Also