mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #2] [MERGED] Use Lua script to make multiple redis commands atomic #1545
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1545
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/2
Author: @hibiken
Created: 11/26/2019
Status: ✅ Merged
Merged: 11/26/2019
Merged by: @hibiken
Base:
master← Head:feature/lua📝 Commits (9)
4aa5078Add (*rdb).forward method using lua script737de89Refactor rdb_test.gofaa9b6eRename (*rdb).push to enqueue199dcf8Use pipeline for enqueue810c40bRefactor dequeue testcff5e67Refactor (*rdb).forward testd2a6cc1Use (*rdb).forward in poller4fd82c5Refactor (*rdb).moveAll test97b96f6Use lua script to implement (*rdb).moveAll📊 Changes
4 files changed (+252 additions, -148 deletions)
View changed files
📝
client.go(+1 -1)📝
poller.go(+2 -18)📝
rdb.go(+41 -62)📝
rdb_test.go(+208 -67)📄 Description
Related changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.