[PR #32] [MERGED] Change API around redis client #558

Closed
opened 2026-03-02 05:54:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/32
Author: @hibiken
Created: 12/29/2019
Status: Merged
Merged: 12/29/2019
Merged by: @hibiken

Base: masterHead: feature/redis


📝 Commits (2)

  • e99a430 Change NewClient API to take *redis.Client
  • f765045 Change NewBackground API to take *redis.Client

📊 Changes

6 files changed (+29 additions, -45 deletions)

View changed files

📝 README.md (+14 -8)
📝 asynq.go (+0 -21)
📝 background.go (+6 -5)
📝 background_test.go (+4 -6)
📝 client.go (+4 -3)
📝 client_test.go (+1 -2)

📄 Description

No description provided


🔄 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/32 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/29/2019 **Status:** ✅ Merged **Merged:** 12/29/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/redis` --- ### 📝 Commits (2) - [`e99a430`](https://github.com/hibiken/asynq/commit/e99a4307a162a6dd7bbb2e1f7fbc16a43588e6ab) Change NewClient API to take *redis.Client - [`f765045`](https://github.com/hibiken/asynq/commit/f76504517106eebc6c65b5e32a5bd1a79efae1a3) Change NewBackground API to take *redis.Client ### 📊 Changes **6 files changed** (+29 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+14 -8) 📝 `asynq.go` (+0 -21) 📝 `background.go` (+6 -5) 📝 `background_test.go` (+4 -6) 📝 `client.go` (+4 -3) 📝 `client_test.go` (+1 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:54:02 +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#558
No description provided.