Evgeny
Evgeny
Is it possible to use it for generic kafka 0.8.2 installation ?
1. Server redis, 1. no proxies, 1. hosted in the linux vm running on vmware, 1. I'm using the latest version of StackExchange.Redis, 2.7.27 This lib Microsoft.Extensions.Caching.StackExchangeRedis uses StackExchange.Redis The...
> Also: version of Microsoft.Extensions.Caching.StackExchangeRedis? Pretty sure the current code doesn't use the lock API I can send you the test which reproduce the problem
I don't use any methods from Microsoft.Extensions.Caching.StackExchangeRedis library. I only use StackExchange.Redis library.
Maybe you can suggest me an alternative method, because as I proved by test, the problem arrives when I use LockTakeAsync.
@NickCraver Thank you. I'll prepare the repo with test, and send the link. Many thanks for your help.
I'd like to thank you again for your explanation of the problem. Based on my current understanding, I need to find a workaround. Alternatively, I could use an alternative method,...