node-redis (redis package)

Our 2.x integration is deprecated, please upgrade to 3.x. Migration information is available here.

The AppSignal for Node.js integration for Redis, through the redis package v3.0.0+.

Installation

Add the @appsignal/nodejs package to your package.json. Then, run yarn install/npm install.

You can also add these packages to your package.json on the command line:

bash
yarn add @appsignal/nodejs@2 npm install --save @appsignal/nodejs@2

You can then import and use the package in your app. No further steps are required to instrument calls made to your database - this is done automatically.

Features

The integration will send the following instrumentation data to AppSignal:

  • ✅ Query duration
  • ✅ Redis commands
  • ✅ Errors