Roman Tolokontsev
Results
2
comments of
Roman Tolokontsev
the problem is still here redlock v5.0.0-beta.1 single mode when try simply: ` const lock = await RedisHelper.$redlock.acquire([key], 2000); try { await RedisHelper.$client.set(key, JSON.stringify(message)); await lock.release(); } catch (error) {...
@italobologna Hello! Thanks for solution, with your code this library is working. Why this information is not written at readme? And what is the reason for this behavior of the...