Redis
This feature requires AppSignal for Node.js version 3.0.0 or higher.
This feature requires redis version 2.6 or higher.
This feature requires ioredis version 2.0 or higher.
The AppSignal for Node.js integration for Redis, using the redis
and ioredis
packages.
Installation
The Redis client is instrumented automatically by the AppSignal for Node.js package. No additional setup is required to instrument Redis in your application.
Features
The Redis integration will send AppSignal a child span for each query. The child span represents the duration of the query and contains the query type.
This instrumentation will also work with any library that depends on the redis
or ioredis
packages as its database adapter.