1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-27 23:44:13 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
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