@foundriesio/redis-cache

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

Dependents (0)

Package Sidebar

Install

npm i @foundriesio/redis-cache

Weekly Downloads

25

Version

4.2.1

License

Apache-2.0

Unpacked Size

15.3 kB

Total Files

5

Last publish

Collaborators

  • stealthycoder
  • miloc