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