Module: Honeycomb::Redis::Configuration
- Defined in:
- lib/honeycomb/integrations/redis.rb
Overview
Patches Redis with the option to configure the Honeycomb client.
When you load this integration, each Redis call will be wrapped in a span containing information about the command being invoked.
This module automatically gets mixed into the Redis class so you can change the underlying Client. By default, we use the global Honeycomb.client to send events. A nil client will disable the integration altogether.