serverless-offline-redis-server

0.0.2 • Public • Published

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

  1. Install the Redis server locally.

  2. Add this plugin as a dev dependency:

    # NPM 
    npm install --save-dev serverless-offline-redis-server
    # Yarn 
    yarn add -D serverless-offline-redis-server
  3. 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

Package Sidebar

Install

npm i serverless-offline-redis-server

Weekly Downloads

897

Version

0.0.2

License

MIT

Unpacked Size

3.3 kB

Total Files

4

Last publish

Collaborators

  • apancutt