An open API service indexing awesome lists of open source software.

https://github.com/apkpross/daucu-mq

daucu-mq is a lightweight and easy-to-use message queue library for Go, built on Redis. It provides a simple interface for pushing and pulling messages from Redis queues, with customizable configurations to suit your application's needs.
https://github.com/apkpross/daucu-mq

go message-queue queue queue-management redis

Last synced: 4 months ago
JSON representation

daucu-mq is a lightweight and easy-to-use message queue library for Go, built on Redis. It provides a simple interface for pushing and pulling messages from Redis queues, with customizable configurations to suit your application's needs.

Awesome Lists containing this project

README

          

# daucu-mq

`daucu-mq` is a lightweight message queue library built on Redis, written in Go. It allows you to easily push and pull messages from Redis queues with customizable configurations.

## Installation

To install `daucu-mq`, run the following command:

```bash
go get github.com/daucu/daucu-mq