1.2.7 • Published 3 years ago

@hyper63/adapter-redis v1.2.7

Weekly downloads
2
License
MIT
Repository
github
Last release
3 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

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.1.3

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago