Hi!
It looks like the types doesn't match with the current version of the library.
My current setup only works if I remove the types:
"ioredis": "^5.3.2",
"redlock": "^5.0.0-beta.2",
"@types/redlock": "^4.0.7", (this is outdated)
Is there any plan to update the types definitions?
Hi!
It looks like the types doesn't match with the current version of the library.
My current setup only works if I remove the types:
"ioredis": "^5.3.2","redlock": "^5.0.0-beta.2","@types/redlock": "^4.0.7",(this is outdated)Is there any plan to update the types definitions?