RedisHashesHINCRBY Method |
对某项自增一数值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public int HINCRBY(
string key,
string field,
int increment
)
Public Function HINCRBY (
key As String,
field As String,
increment As Integer
) As Integer
public:
int HINCRBY(
String^ key,
String^ field,
int increment
)
member HINCRBY :
key : string *
field : string *
increment : int -> int
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