class Redis::Client

def call_without_timeout(command, &blk)

def call_without_timeout(command, &blk)
  call_with_timeout(command, 0, &blk)
end