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