🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

serverless-offline-redis-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-offline-redis-server

Launch a local Redis server locally using Serverless Offline.

0.0.2
latest
Source
npm
Version published
Weekly downloads
499
0.2%
Maintainers
1
Weekly downloads
 
Created
Source

serverless-offline-redis-server

Run a local Redis server using Serverless Offline.

This plugin is intended for local development only, and is therefore only invoked on serverless offline start.

Installation

  • Install the Redis server locally.

  • Add this plugin as a dev dependency:

    # NPM
    npm install --save-dev serverless-offline-redis-server
    # Yarn
    yarn add -D serverless-offline-redis-server
    
  • Add the plugin to your serverless.yml file:

    plugins:
        - serverless-offline-redis-server
    

Configuration

You can pass any configuration accepted by redis-server via the custom.redis property in your serverless.yml.

service: myservice
custom:
  redis:
    port: 8888

Keywords

Serverless

FAQs

Package last updated on 24 Dec 2019

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