# Functions
Decr redis value-- result is the value after value-- if the key not exist, return -1.
No description provided by the author
No description provided by the author
No description provided by the author
Incr redis value++ result is the value after value++ if the key not exist, return 1.
No description provided by the author
No description provided by the author
SetNX if not lock, return false.