README
smart-redis-cache
Examples
docker-compose run --rm cache-redis-example
how to run load test
./dc integration-test up redis mongo ./dc integration-test scale app=1 worker=1 ./dc load-test run --rm load-test
full featured cache solution with complex and recycle cache when data is changed
<script type="module">
import smartRedisCache from 'https://cdn.skypack.dev/smart-redis-cache';
</script>
docker-compose run --rm cache-redis-example
./dc integration-test up redis mongo ./dc integration-test scale app=1 worker=1 ./dc load-test run --rm load-test