1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 18:44:14 +00:00
Beego/cache/redis
hible c7c0b01ec5 hible
cache add function
// IncrBy increase counter by num.
IncrBy(key string, num int)
// DecrBy decrease counter by num.
DecrBy(key string, num int)
2018-07-31 17:19:09 +08:00
..
redis_test.go hible 2018-07-31 17:19:09 +08:00
redis.go hible 2018-07-31 17:19:09 +08:00