1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 06:54:14 +00:00
Beego/cache/memcache
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
..
memcache_test.go hible 2018-07-31 17:19:09 +08:00
memcache.go hible 2018-07-31 17:19:09 +08:00