# File lib/redis.rb, line 1055 def subscribe(*channels, &block) synchronize do subscription(:subscribe, channels, block) end end