-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 5 release schedule #160
Comments
Sorry if this is off-topic, ioredis has just released v5.0.0. I think it would be nice if this update could be added to v5 😄. |
Will the current version work with interface CompatibleRedisClient {
eval(args: EvalArg[], callback?: (err: Error | null, res: any) => void): any;
} Whereas in the 4.2 codebase, the only function called on the client is |
We want to upgrade to ioredis v5, will you update in the near future? |
Is there any update here? We have a library conflict with typeorm, which uses a newer version of io-redis, and we need to update to that. |
Hello guys, any news for the v5 release? Thanks |
I have opened PR to potentially get this done. |
@mike-marcacci Are you open to adding any maintainers of this project? |
Hi @ChrisZieba, I would actually be very interested in that. This project continues to work well in the places where I have it deployed, and other responsibilities have prevented me from giving it much time that isn't directly related to those use-cases. There are some finer points about redlock that I'd need a maintainer to understand – a fair number of requests have come in around use patterns that are outside the scope of this tool and would be unsound, so I wouldn't want to make changes that encourage these. I've avoided publishing a final v5 for far too long now... I think incorporating the miscellaneous fixes and improvements (and exploring a couple reported bugs) are long overdue, but this is a can I've obviously been kicking for far too long now. Is this something you'd be interested in, or know someone who would be capable and willing to take that on? |
Any news on this? :/ |
The weirdest thing is that the Does it mean that the |
Release of |
I've rewritten this in more modern infra - ioredis5, TS, and vitest. Published as @sesamecare-oss/redlock. Happy to try and make a PR if it would be welcome. |
I heavily support this idea! You could just open the PR regardless, then at least the community members in this thread could look and provide some feedback. |
@djMax awesome work, someone should open a PR to deprecate this one |
Is there a plan to release version 5 in the foreseeable future?
The text was updated successfully, but these errors were encountered: