@foundriesio/redis-cache

4.1.3 • Public • Published

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);

Package Sidebar

Install

npm i @foundriesio/redis-cache

Weekly Downloads

69

Version

4.1.3

License

Apache-2.0

Unpacked Size

15.1 kB

Total Files

5

Last publish

Collaborators

  • stealthycoder
  • miloc