Module: Skylight::Probes::Redis::Instrumentation 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.

Instance Method Summary collapse

Instance Method Details

#multiObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



40
41
42
# File 'lib/skylight/probes/redis.rb', line 40

def multi(*)
  Skylight.instrument(MULTI_OPTS) { super }
end

#pipelinedObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



36
37
38
# File 'lib/skylight/probes/redis.rb', line 36

def pipelined(*)
  Skylight.instrument(PIPELINED_OPTS) { super }
end