15 votes

Redis 5.0 released

Tags: redis
Topic deleted by author

11 comments

  1. [8]
    Comment deleted by author
    Link
    1. [4]
      Deimos
      Link Parent
      Nice, I've been waiting for streams to make it to the release version. I haven't fully looked into it yet, but I'm hoping that I'll be able to use streams on Tildes to replace rabbitmq. It would...

      Nice, I've been waiting for streams to make it to the release version. I haven't fully looked into it yet, but I'm hoping that I'll be able to use streams on Tildes to replace rabbitmq. It would be nice to drop one more system out of the infrastructure, especially since it requires installing some other things like Erlang that I wouldn't otherwise need.

      If anyone else is interested in reading more about streams, this was a good post from a while ago: https://brandur.org/redis-streams

      7 votes
      1. [2]
        Comment deleted by author
        Link Parent
        1. Deimos
          Link Parent
          Yeah, exactly. I used pg-amqp-bridge because someone had already written it, but like you said, it's really simple and duplicating it (even in Python, if I don't want to bother with introducing a...

          Yeah, exactly. I used pg-amqp-bridge because someone had already written it, but like you said, it's really simple and duplicating it (even in Python, if I don't want to bother with introducing a different language) should be straightforward.

          It'll probably be more work overall to rewrite the consumers to be able to read from streams, but that shouldn't be too bad either, I don't think.

          2 votes
      2. [2]
        StellarTabi
        Link Parent
        Any reason you're not using SMS on AWS or PubSub on GCE (clearly I didn't search who you're currently hosted on before asking).

        Any reason you're not using SMS on AWS or PubSub on GCE (clearly I didn't search who you're currently hosted on before asking).

        1 vote
        1. Deimos
          Link Parent
          I'm not using cloud hosting.

          I'm not using cloud hosting.

          3 votes
    2. [3]
      calcifer
      Link Parent
      "Kafka done right" (assuming there is anything wrong with it) already exists in the form of Kinesis (which is quite impressive - my favourite AWS product), but it's good to see a simpler, more...

      "Kafka done right" (assuming there is anything wrong with it) already exists in the form of Kinesis (which is quite impressive - my favourite AWS product), but it's good to see a simpler, more minimal and open source alternative.

      2 votes
      1. [2]
        Comment deleted by author
        Link Parent
        1. calcifer
          Link Parent
          I didn't mean to, that's why I said "simpler, more minimal" alternative. I meant Redis streams might be a viable alternative to Kinesis or Kafka if all you need is a relatively low traffic,...

          I wouldn't put [Kinesis] in the same class as Redis

          I didn't mean to, that's why I said "simpler, more minimal" alternative. I meant Redis streams might be a viable alternative to Kinesis or Kafka if all you need is a relatively low traffic, simple, multiple input / multiple output stream with checkpoints (like Kinesis' shard iterators).

          The general business strategy of AWS is that they want you to use the AWS-specific stuff, so they offer it as a loss leader, with the goal of locking you in to AWS so you'll pay their inflated prices for the more commoditized services.

          That's true and usually it's easy to avoid the lock-in stuff (e.g running MySQL in EC2 isn't too difficult over using Aurora) but sometimes the value add is significant. I think Kinesis is a good example of that. It allows you to get a Kafka-like experience without making you do cluster management.

          1 vote
      2. cfabbro
        Link Parent
        Opensource platform vs proprietary PaaS though. Depending on how you define "done right" Kinesis might not qualify simply because of that.

        Opensource platform vs proprietary PaaS though. Depending on how you define "done right" Kinesis might not qualify simply because of that.

        4 votes
  2. [4]
    balooga
    Link
    Thanks for the news! Any word on what the new lolwut easter egg is for this release?

    Thanks for the news! Any word on what the new lolwut easter egg is for this release?

    2 votes
    1. [3]
      Comment deleted by author
      Link Parent
      1. [2]
        balooga
        Link Parent
        Ah, thanks for testing. It's a completely silly thing but I'm kinda disappointed that it wasn't changed for the new release, as promised.

        Ah, thanks for testing. It's a completely silly thing but I'm kinda disappointed that it wasn't changed for the new release, as promised.

        1. Greg
          Link Parent
          The announcement was only a month ago - I thought that one was written specifically for this release?

          The announcement was only a month ago - I thought that one was written specifically for this release?

          1 vote
    2. giodamelio
      Link Parent
      I was wondering the same thing.

      I was wondering the same thing.

      1 vote