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