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