Petr Osetrov
Petr Osetrov
@bebo-dot-dev, thank you for your detailed response and your experience. We also do not use **StackExchange.Redis** directly. It is used for distributed sessions via **Microsoft.Extensions.Caching.StackExchangeRedis** (as in your case, the...
@bebo-dot-dev, I replaced the internal thread pool with a regular .NET thread pool after I left the comment above. So far, the problem with timeouts do not observe, but we...
@WeihanLi, no, the HashSet values are quite small: ≈50-60 bytes is the maximum. So, the recommendations from @bebo-dot-dev seem to have really helped and this issue can be closed. Thank...
@bebo-dot-dev, @WeihanLi, Colleagues, unfortunately, I got an error again today: ``` Timeout awaiting response (outbound=3KiB, inbound=0KiB, 5268ms elapsed, timeout is 5000ms), command=EXPIRE, next: HMGET xxx29086ec2-3a36-8113-4b55-5b230ba1968f, inst: 0, qu: 0, qs:...
@slorello89, **--bigkeys:** ``` # Scanning the entire keyspace to find biggest keys as well as # average sizes per key type. You can use -i 0.1 to sleep 0.1 sec...
@wub, we connect to the Redis server by IP (without a domain name). In this case it is logical to assume that the DNS resolving options should not help in...
Unfortunately, `Hangfire.Dashboard.Authorization` package doesn't support ASP.NET Core yet. So you shuold use .NET Core implementation from `Hangfire.Dashboard.BasicAuthorization` nuget package (https://github.com/yuzd/Hangfire.Dashboard.BasicAuthorization). They are the same in the `basic auth` part.
@mredaelli, what is the problem with specifying different index names on each of the PostgreSQL servers? In this case, based on the index alias generation scheme (which you quoted above),...
@mredaelli, let's be clear: do your "independent" PostgreSQL servers store the same data or different data? So far, you are describing something that does not look very much like replication.
@mredaelli, oh, I'm sorry, I must have misunderstood you. In that case, everything is fine. Just specify different names for the indexes and you're guaranteed to be able to use...