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

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

Parameters

key
Type: SystemString

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

increment
Type: SystemInt32

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

member
Type: SystemString

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

Return Value

Type: Double

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

See Also