# File lib/redis.rb, line 1888 def subscribe(*channels, &block) synchronize do |client| _subscription(:subscribe, channels, block) end end