chanzuckerberg / redis-memo

A Redis-based version addressable caching system. Memoize pure functions, aggregated database queries, and 3rd party API calls.
https://rubygems.org/gems/redis-memo
MIT License
33 stars 3 forks source link

[doc] Auto Invalidation with ActiveRecord #55

Closed donaldong closed 3 years ago

donaldong commented 3 years ago

https://github.com/chanzuckerberg/redis-memo/wiki/Auto-Invalidation-with-ActiveRecord

codecov[bot] commented 3 years ago

Codecov Report

Merging #55 (f433c71) into main (11972ea) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   97.31%   97.31%           
=======================================
  Files          34       34           
  Lines        2125     2125           
=======================================
  Hits         2068     2068           
  Misses         57       57           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 11972ea...a1dcd62. Read the comment docs.