@foundriesio/redis-cache
v4.2.3
Published
A redis-based cache
Downloads
355
Readme
A redis-based cache for *.foundries.io web applications.
It's based on the @foundriesio/redis-client package.
import redisCache from '@foundriesio/redis-cache';
import redisClient from 'redis-client'; // Provide a valid redis client
import log from 'log'; // Provide a valid logger function
return redisCache(redisClient, log);