v0.1.0-M2
Pre-release
Pre-release
ChristopherDavenport
released this
18 Nov 01:56
·
62 commits
to main
since this release
- Includes a RedisKeyspace backed Cache (needs to be configured from Redis config -
redis-cli config set notify-keyspace-events KA
or setting the config in your server setup - Includes a channel backed Cache that communicates via a channel based on the namespace of the cache
- Incorporates SingleFibered into Layered Cache, limiting one call at a time to the backend store per key, others waiting for that response.