Commit Graph

15 Commits

Author SHA1 Message Date
huija f2bae3e367 add UT for Scan function 2020-06-19 22:55:40 +08:00
godcong 886fefe738 change github.com/garyburd/redigo to newest branch github.com/gomodule/redigo 2018-03-26 16:59:01 +08:00
JessonChan e59271662c fix bee fix 2016-03-25 13:25:29 +08:00
JessonChan fa4a231cd4 duration change to second 2016-03-25 11:46:19 +08:00
JessonChan 6d0fe8c4f4 go fmt cache file 2016-03-25 11:05:20 +08:00
JessonChan 2db8c753fd bee fix 2016-03-25 10:56:15 +08:00
astaxie b90a28bafb Merge pull request #1546 from youngsterxyf/develop
fix #1530
2016-01-12 20:01:51 +08:00
astaxie dc278da17c fix the sqlite3 & cache sleep 11 second 2016-01-08 23:30:19 +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
weizili.build17 970f0b460c Add GetMulti method for Cache interface 2015-06-07 21:33:01 +08:00
astaxie a144769515 update the documents & comments 2014-08-18 16:41:43 +08:00
astaxie d7090689e8 cache: change the memcache &redis driver
change the memcache to the newest
2014-07-24 22:54:56 +08:00
fuxiaohei 77c40e6f7b code style simplify 2014-07-12 15:51:47 +08:00
reterVision 2933d1fedd Make redis cache timeout not trivial.
- Instead of using HASH for all the caches, use HASH + normal KEYs.
- HASH being used as a collection of all KEYs, this is useful when
  application wants to clear all keys.
2014-07-05 22:27:31 +08:00