@argusjs/cache-redis
v0.1.1
Published
Redis cache adapter for production caching.
Readme
@argusjs/cache-redis
Redis cache adapter for production caching.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/cache-redisUsage
import { RedisCacheAdapter } from '@argusjs/cache-redis';
const cache = new RedisCacheAdapter({ url: 'redis://localhost:6379' });Docs
See the main documentation for full API reference and examples.
