class Redis::SubscribedClient

def call(command)

def call(command)
  @client.process([command])
end