package
0.0.0-20240422115536-e150fe685922
Repository: https://github.com/treeman-zhou/code-snippet-go.git
Documentation: pkg.go.dev

# 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.