Class: Mnemosyne::Probes::Redis::Command::Probe

Inherits:
Mnemosyne::Probe show all
Defined in:
lib/mnemosyne/probes/redis/command.rb

Defined Under Namespace

Modules: ClientPatch

Instance Method Summary collapse

Methods inherited from Mnemosyne::Probe

#install, subscribe, subscriptions

Methods included from Logging

#logger

Instance Method Details

#setup ⇒ Object



8
9
10
# File 'lib/mnemosyne/probes/redis/command.rb', line 8

def setup
  ::Redis::Client.prepend ClientPatch
end