RedisClientDecrement Method (String) |
自减一
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public int Decrement(
string key
)
Public Function Decrement (
key As String
) As Integer
public:
int Decrement(
String^ key
)
member Decrement :
key : string -> int
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisClient.Decrement(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.RedisClient.Decrement(System.String)"]
See Also