8000 Redis 4 8 1 deprecation fix by stadori · Pull Request #38 · queue-bus/queue-bus · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@stadori
Copy link
Contributor
@stadori stadori commented Jun 16, 2025

Fixing the following deprecation warning with Redis-4.8.1

pipelining commands on a redis instance is deprecated and will be removed in redis-5.0.0

aalong-tr and others added 4 commits July 26, 2024 09:58
* Adds rake task variant for eliminating entire applications

The unsubscribe rake task, when passed two arguments, does not appear to
actually delete any subscriptions. The exact reason for this is not
obvious, but this is far from the only problem with the task:
- the behavior when an app is provided but a queue name is omitted is
  surprising and potentially destructive
- an application that uses multiple queues would require multiple runs
  of the task to fully decomission

Solve both of these problems with a new code path that unsubscribes a
single application in its entirety. This code path already existed, but
was unreachable as a safeguard against shared applications conflicting
across services.

* Bumps version to 0.13.3
@aalong-tr aalong-tr merged commit 4f9afb2 into queue-bus:master Jun 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0