mirror of
https://github.com/astaxie/beego.git
synced 2025-04-23 23:56:51 +00:00

cache add function // IncrBy increase counter by num. IncrBy(key string, num int) // DecrBy decrease counter by num. DecrBy(key string, num int)