1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 18:54:13 +00:00
Beego/cache/redis
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
..
redis_test.go Make redis cache timeout not trivial. 2014-07-05 22:27:31 +08:00
redis.go Make redis cache timeout not trivial. 2014-07-05 22:27:31 +08:00