@lucid-softworks/cache-store-redis
v0.1.0
Published
Lossless Redis CacheStore for node-redis-compatible clients.
Maintainers
Readme
@lucid-softworks/cache-store-redis
A lossless CacheStore for node-redis-compatible clients. Redis expiry is set
to the record's complete fresh-plus-stale lifetime.
const store = new RedisCacheStore(client, {
prefix: "my-service",
});Expired records are deleted instead of written. The Redis client remains an injected structural dependency.
