1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-06 20:30:18 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
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
161c061376 fix cache/memcache test 2016-08-30 23:24:30 +08:00
61e9dc74c9 make sure the memcache testing success 2016-01-26 00:27:02 +08:00
089242eda0 memcache test mulit return map has no sequence 2016-01-18 00:36:05 +08:00
0b0904db13 for issue #1530, accept @JessonChan's suggestion 2016-01-08 20:16:58 +08:00
bb43d3a78c fix #1530 2016-01-08 13:47:14 +08:00
06ec3a931d Fix a wrong test name. 2015-09-06 17:13:55 +09:00
970f0b460c Add GetMulti method for Cache interface 2015-06-07 21:33:01 +08:00