node-redis (redis package)
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:
yarn add @appsignal/nodejs
npm install --save @appsignal/nodejs
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