Petr Šebek

Results 22 comments of Petr Šebek

I created a new PR https://github.com/aio-libs/async_lru/pull/131

It would just suit me very well if `async_lru` would have the time-based expiration. The other library you are talking about will have all the features of `async_lru` plus `expires`...

I updated the PR so it passes code style check. @hellysmile what do you think about arguments I stated in https://github.com/aio-libs/async_lru/pull/50#issuecomment-488565406?

I don't think this will get ever merged. We forked the [repo](https://github.com/qntln/async_lru) and released it in our internal system.

No, we have it locally and we don't want to maintain the package.

I'd add that this error is very cryptic. Basically we should not try to extend with something that might not be an iterable. ``` self._output.extend(job.get(timeout=self.timeout)) ``` I think it would...

Hi, I'm having the same issue ``` $ pip freeze | grep redis redis==4.4.2 $ python --version Python 3.9.15 $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" ... ``` ``` Traceback...

FYI I was trying this with the newest redis version 4.5.1 and the issue persists.

Hi, I'd like to chip in to the issue to highlight its severity. adlfs behavior brought me some more wrinkles while trying to figure out what is going on. fsspec...

Thanks for the workaround! Just to be clear I think that it would be better to not set the event loop in main thread in the first place.