//
pkg.gl
Category
github.com/heshiyingx/gotool
dbext
redis_script
package
0.1.0
Repository:
https://github.com/heshiyingx/gotool.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
84 SLOC
#
Variables
DecrZeroDelScript
DecrZeroDelScript 如果值小于等于0,就删除key.
GetIncrSeqScript
No description provided by the author
IncrExpireScript
No description provided by the author
SafeDECRScript
SafeDECRScript key不存在,返回-2,操作失败 -1,其他值是操作成功后,剩下的值.
SetMustGTOldScript
SetMustGTOldScript 必须要设置比原值大的值。 返回 0:比原值小 ,-1操作失败,其他值:设置成功的值.