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.
- Host: GitHub
- URL: https://github.com/apkpross/daucu-mq
- Owner: apkpross
- Created: 2024-09-29T05:20:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T05:42:00.000Z (over 1 year ago)
- Last Synced: 2025-08-03T07:35:38.245Z (6 months ago)
- Topics: go, message-queue, queue, queue-management, redis
- Language: Go
- Homepage: https://daucu.com
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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