# File lib/redis/subscribe.rb, line 70
    def psubscribe(&block)
      @callbacks["psubscribe"] = block
    end