1.0.8 • Published 10 months ago

think-cache-redis-cluster v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

think-cache-redis

Build Status Coverage Status npm

Use redis to cache data

Install

npm install think-cache-redis-cluster

How to Usage

edit config file src/config/adapter.js, add options:

const redisCache = require('think-cache-redis');
exports.cache = {
  type: 'redis',
  common: {
    timeout: 24 * 3600 * 1000 // millisecond
  },
  redis: {
    handle: redisCache,
    port: 6379,
    host: '127.0.0.1',
    password: ''
  }
}

redis config see at https://github.com/luin/ioredis/blob/master/lib/redis.js

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago