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