Stefan T
Stefan T
I just run into this issue too. After reading a bunch of documentation I tried to be smart by passing a `mmap` object to `.new_from_buffer`. mmap documentation says `you can...
My issue is that this will be the bytes of the image, not anything memory efficient. My goal is to avoid OOM issues if the stream sends large amount of...
This was a really old branch and I don't think work was finished. I remember having a hard time understanding the implementation of moto to figure out how to write...
Adding aredis support will change the signature of every method to become a coro. Will be hard to do that in a backwards incompatible way. Before working on a PR...
Nice! I have not read up on how the lock was used. Right now I feel that redis lock is useful for distributed services but I would not worry about...