Module: Skylight::Probes::Redis Private
- Defined in:
- lib/skylight/probes/redis.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: ClientInstrumentation, ClientInstrumentationV5, Instrumentation Classes: Probe
Constant Summary collapse
- PIPELINED_OPTS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Unfortunately, because of the nature of pipelining, there’s no way for us to give a time breakdown on the individual items.
{ category: "db.redis.pipelined".freeze, title: "PIPELINE".freeze, internal: true }.freeze
- MULTI_OPTS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
{ category: "db.redis.multi".freeze, title: "MULTI".freeze, internal: true }.freeze