Module: RedisClientShim

Defined in:
lib/redis_commands_recorder.rb

Instance Method Summary collapse

Instance Method Details

#call(command) ⇒ Object



11
12
13
14
# File 'lib/redis_commands_recorder.rb', line 11

def call(command)
  RedisCommandsRecorder.redis_commands << command
  super
end