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