1.2.7 • Published 4 years ago

@hyper63/adapter-redis v1.2.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

hyper63 redis adapter

This adapter works for the 'cache' port.

Install

npm install @hyper63/adapter-redis

Environment Variables

REDIS_URL="https://redis:6379"

Configuration

hyper63.config.js

const redis = require('@hyper63/adapter-redis')

module.exports = {
  ...
  adapters: [
    {port: 'cache', plugins: [redis({url: process.env.REDIS_URL})]}
  ]
}
1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.1.3

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago