Oleksandr Fedorov

Results 12 comments of Oleksandr Fedorov

Sorry, did not notice this issue exists. Long story short, I already have a translation: https://github.com/ncase/crowds/pull/48

Hi. I suppose this code would be a solution for my question asked in StackOwerflow here: https://stackoverflow.com/q/70037576/2069071 The example provided there is quite simplified, in reality there are multiple calls...

Thank you, @Tronic, for the response. I really did see issues in a real application, namely on a hypercorn+trio+FastAPI service. It quickly used up all available connections to Redis. To...

Another thing that may be related, is that redio quite often raises `ProtocolError("Pipelining error: server sent unexpected data")`, and under high load it raises this error almost constantly. I suppose...

There are only two operations for the entire application: `redis.get(cache_key)` and `redis.set(cache_key, entry).expire(cache_key, ttl)`. In the logs, I see failures only for the entries for `redis.get`, also the application calls...

Hi @Tronic. I managed to reproduce the error with `ProtocolError`. It happens when a connection is broken, for example when it is reset due to some inactivity. Here how you...

@egegunes, @fabio-silva, @kamil-holubicki, @igroene , may I please ask you for a feedback? Do you mind if I create a PR for fixing this issue?

@kamil-holubicki, could I please ask you to take a look at this PR?

Hello @kamil-holubicki. Hope you are doing well. Could you please share any feedback regarding this PR?

@egegunes, @fabio-silva, @kamil-holubicki, @igroene, could I please ask you for a feedback regarding this PR?