New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hyper63/adapter-redis

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyper63/adapter-redis

This adapter works for the 'cache' port.

latest
Source
npmnpm
Version
1.2.7
Version published
Maintainers
1
Created
Source

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})]}
  ]
}

FAQs

Package last updated on 08 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts