# File lib/redis/client.rb, line 171 def call_without_timeout(command, &blk) call_with_timeout(command, 0, &blk) end