Maciej Chmielewski

Results 9 comments of Maciej Chmielewski

I would be curious about the result, as our app (~1,000,000 request per day API hosted in Azure) after upgrading between exactly the same SE Redis versions had started to...

Some more insight - I checked that some values we store in redis might be considered big. I'm not sure if there is any "best-practice", but values can commonly have...

About thread pool - do you think we should decrease Min value for ThreadPool (currently 1024)? Is high "qs" parameter indicating anything? I did some math and during high traffic...

@NickCraver Some more information - we turned off the pub/sub mechanism and always read the data directly from redis server, and I still notice some timeout exceptions, even on "delete"...

@jmprieur Thanks for the links. 99,99% of our traffic goes through tokens received in headers so not block for query parameters were required, but we also use signalR and some...

Hi, do you have any information if this performance issue has been fixed in newer versions of the library?

I missread Cool tier as Cold tier, my mistake, seems like Cold tier is something experimental :D

I have checked with sql profiler that all messages are sent in a single transaction, but are done via single insert operations, is there a way to insert multiple rows...