Method: Redis::SubscribedClient#call_v

Defined in:
lib/redis/subscribe.rb

#call_v(command) ⇒ Object



10
11
12
13
14
# File 'lib/redis/subscribe.rb', line 10

def call_v(command)
  @write_monitor.synchronize do
    @client.call_v(command)
  end
end