Redis messaging queue suggestions

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Asynq

    Simple, reliable, and efficient distributed task queue in Go

  • Take a look at Asynq.

  • rmq

    Message queue system written in Go and backed by Redis

  • I'm currently using RMQ for this task, but it is very limited regarding retry and other important operations. I used a very beautiful tool called BullMQ using NodeJS before, and it was amazing.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • The gist

    BullMQ - Message Queue and Batch processing for NodeJS and Python based on Redis

  • I'm currently using RMQ for this task, but it is very limited regarding retry and other important operations. I used a very beautiful tool called BullMQ using NodeJS before, and it was amazing.

  • pubsub

    Simple PubSub interface (by goware)

  • https://github.com/goware/pubsub has some nice patterns and redis adapter too

  • taskq

    Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go channels through Redis List

    2 projects | /r/golang | 6 Apr 2023
  • What is the best task queue?

    6 projects | /r/golang | 15 Jan 2023
  • Are there any actively maintained or official Golang libraries for managing work queues?

    8 projects | /r/golang | 29 Oct 2022
  • Golang task queue

    10 projects | /r/golang | 6 Sep 2022
  • is there any go library that allows running background tasks after a specified period of time?

    2 projects | /r/golang | 5 Jul 2022