Emmanuel Jaep
Emmanuel Jaep
@jaeger-2601 I made a PR for that. In the meantime, you can apply the below patch: ``` --- fastapi_redis_cache_cache_old.py 2022-10-25 16:24:43.000000000 +0200 +++ fastapi_redis_cache_cache_new.py 2022-10-25 16:24:07.000000000 +0200 @@ -34,6 +34,8...
Thanks @jaeger-2601 for the tip about fastapi-cache. I'll probably move to it too.
I used the command: ```shell keybase team delete ``` Please also note that, if you have nested teams (eg. `.`), you should start the deletions *from the bottom*.
@julb I don't know if it will help you, but I worked around the problem by using a timer. Instead of catching the update event, I'm checking the object every...
Thanks for the quick reply. I really wish I could help! _Unfortunately_, I'm more of a python guy and my knowledge of Go is _not there yet_...