• reterVision's avatar
    Make redis cache timeout not trivial. · 2933d1fe
    reterVision authored
    - 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.
    2933d1fe
redis_test.go 1.69 KB