3 comments

  • sudowood01 hour ago
    &gt; 25,000 lines of Rust<p>I&#x27;d really like to understand why they didn&#x27;t just also have a small container for this running. The only reasoning given in the article is &quot;another container to run and manage&quot; which Docker compose, TestContainers, etc will make trivial.<p>If a dev came to me and suggested we go this route I would need to seriously be convinced. They even explicitly call out this is only for local development meaning it&#x27;s not like this was piggy-backing off of a secondary need for a Rust redis anyways. Insanity.
    • pram1 hour ago
      Yeah I agree completely, especially because Redis is one of the easiest things to set up. This feels like the wages of tokenmaxxing lol
  • khurs36 minutes ago
    If you look at what CloudFlare did - when they were unhappy with Nginx, they re-wrote their own proxy in Rust, one wonders if this company could instead have &#x27;porting&#x27; reddit, started afresh?<p>Reddit is from 2009 so must have lots of technical debt over the years? and could have been an opportunity to start afresh? They may have have ended up with a better product!!
    • krallja28 minutes ago
      &gt; Reddit<p>Redis?
  • sshine59 minutes ago
    Rewriting Redis in Rust sounds genuinely useful when you want to rely on it as a library.<p>Maintaining byte-for-byte parity with newer versions of Redis sounds like being in debt; why not rely on your fork instead?