mirror of
https://github.com/astaxie/beego.git
synced 2025-03-10 13:54:59 +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)