Method: Redis::Client#call_v

Defined in:
lib/redis/client.rb

#call_v(command, &block) ⇒ Object



98
99
100
101
102
# File 'lib/redis/client.rb', line 98

def call_v(command, &block)
  super(command, &block)
rescue ::RedisClient::Error => error
  Client.translate_error!(error)
end