@zintrust/cache-redis
v0.1.19
Published
Redis cache driver package for Zintrust.
Downloads
368
Readme
@zintrust/cache-redis
Redis cache driver package for Zintrust.
Install
Recommended (installs + wires registration):
zin add cache:redisOr install directly:
npm i @zintrust/cache-redis redisUsage
Ensure the driver is registered at startup (before using cache):
import '@zintrust/cache-redis/register';Then set your cache driver config (see docs for the full set of env vars):
CACHE_DRIVER=redisDocs
- https://zintrust.com/cache
- https://zintrust.com/adapters
