This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
v0.2.0
Breaking changes
- A new environment variable,
CACHE_PROVIDER
, was introduced. If not defined, Buran will usememory
as default, instead of the original Redis implementation.
Features
- Allow changing the cache provider with
CACHE_PROVIDER
environment valiable