1.0.4 • Published 6 years ago

lru-custom-redis-cache-adapter v1.0.4

Weekly downloads
9
License
ISC
Repository
github
Last release
6 years ago

custom-redis-cache-adapter

Base on this file: https://github.com/parse-community/parse-server/blob/master/src/Adapters/Cache/RedisCacheAdapter.js

Modified RedisCacheAdapter due to performace issue. https://github.com/parse-community/parse-server/issues/5401

Usage

npm i lru-custom-redis-cache-adapter
import { RedisCacheAdapter } from 'lru-custom-redis-cache-adapter';

const parseServer = new ParseServer({

    /// Other options

    cacheAdapter: new RedisCacheAdapter({ url: process.env.REDIS_URL });

});
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago