[PR #54] [MERGED] Introduce RedisConnOpt #2594

Closed
opened 2026-03-15 20:52:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/54
Author: @hibiken
Created: 1/17/2020
Status: Merged
Merged: 1/17/2020
Merged by: @hibiken

Base: masterHead: feature/redis-client


📝 Commits (4)

  • dec9317 Remove redis.Client type from asynq package API
  • ab56f46 [ci skip] Update docs
  • 3a59fd9 [ci skip] Update changelog
  • 17c95bd Fix tests

📊 Changes

9 files changed (+207 additions, -74 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 README.md (+43 -35)
📝 asynq.go (+121 -8)
📝 background.go (+8 -9)
📝 background_test.go (+2 -3)
📝 client.go (+7 -8)
📝 client_test.go (+4 -1)
📝 doc.go (+19 -9)
📝 payload.go (+1 -1)

📄 Description

Closes #45


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/54 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 1/17/2020 **Status:** ✅ Merged **Merged:** 1/17/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/redis-client` --- ### 📝 Commits (4) - [`dec9317`](https://github.com/hibiken/asynq/commit/dec9317ebbb1980b7131ce1682e0392d6c153700) Remove redis.Client type from asynq package API - [`ab56f46`](https://github.com/hibiken/asynq/commit/ab56f46b3cac228900c91b84aceb2bde75a1adaf) [ci skip] Update docs - [`3a59fd9`](https://github.com/hibiken/asynq/commit/3a59fd954c10eaf70bcc6cae138e660470a44a5b) [ci skip] Update changelog - [`17c95bd`](https://github.com/hibiken/asynq/commit/17c95bdf967ef6822ec1181c194821f33bf23dfa) Fix tests ### 📊 Changes **9 files changed** (+207 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `README.md` (+43 -35) 📝 `asynq.go` (+121 -8) 📝 `background.go` (+8 -9) 📝 `background_test.go` (+2 -3) 📝 `client.go` (+7 -8) 📝 `client_test.go` (+4 -1) 📝 `doc.go` (+19 -9) 📝 `payload.go` (+1 -1) </details> ### 📄 Description Closes #45 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:52:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2594
No description provided.