Click or drag to resize
RedisClientIncrement Method (String, Int32)
自加一个数值

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public int Increment(
	string key,
	int count
)

Parameters

key
Type: SystemString

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

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Adf.RedisClient.Increment(System.String,System.Int32)"]

Return Value

Type: Int32

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

See Also