Click or drag to resize
RedisHashesHINCRBY Method
对某项自增一数值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public int HINCRBY(
	string key,
	string field,
	int increment
)

Parameters

key
Type: SystemString

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

field
Type: SystemString

[Missing <param name="field"/> documentation for "M:Adf.RedisHashes.HINCRBY(System.String,System.String,System.Int32)"]

increment
Type: SystemInt32

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

Return Value

Type: Int32
自增后的数值
See Also