A worker that reads from a backing SQL store and caches into Redis using write-behind strategy.
- Polls from the db at regular intervals
- Uses Redis request pipeline
- Tolerates intermittent failures
- Easy to define the db queries and templates for redis keys
- Configurable via env vars or config file
make build
make start
make test
This software may be modified and distributed under the terms of the MIT license. See the LICENSE file for details.