[PR #402] [MERGED] Drop GT option from RDB.ExtendLease #2758

Closed
opened 2026-03-15 21:01:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/402
Author: @hibiken
Created: 2/20/2022
Status: Merged
Merged: 2/20/2022
Merged by: @hibiken

Base: masterHead: fix/redis-version


📝 Commits (1)

  • 3af36e8 Drop GT option from RDB.ExtendLease

📊 Changes

2 files changed (+4 additions, -19 deletions)

View changed files

📝 internal/rdb/rdb.go (+4 -3)
📝 internal/rdb/rdb_test.go (+0 -16)

📄 Description

GT option in ZAdd is supported for redis v6.2.0 or above.
This Change fixes redis version compatibility (currently v4.0+)

Closes #401


🔄 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/402 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 2/20/2022 **Status:** ✅ Merged **Merged:** 2/20/2022 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `fix/redis-version` --- ### 📝 Commits (1) - [`3af36e8`](https://github.com/hibiken/asynq/commit/3af36e88322f52af777a3f74de8351bd9f7a6239) Drop GT option from RDB.ExtendLease ### 📊 Changes **2 files changed** (+4 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `internal/rdb/rdb.go` (+4 -3) 📝 `internal/rdb/rdb_test.go` (+0 -16) </details> ### 📄 Description GT option in ZAdd is supported for redis v6.2.0 or above. This Change fixes redis version compatibility (currently v4.0+) Closes #401 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:01:47 +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#2758
No description provided.