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