Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 422 Bytes

HOWTO_connect-with-redis.md

File metadata and controls

9 lines (5 loc) · 422 Bytes

Redis Caching

Our fork supports redis caching of common database queries using the memoredis Redis memoization library.

To enable this, just set the REDIS_URL environment variable.

Differences from MoveOn/main

The MoveOn fork uses a caching approach reliant on the home-rolled RethinkDB movel adapter. We jettisoned this adapter and moved to SQL queries only.