masariello

Results 8 comments of masariello

This file is used by cpack when building a nuget package. https://github.com/redis/hiredis/blob/master/hiredis.targets Will the shared and static packages have different IDs?

Looking forward to this. The `char buf[]` members of the `sdshdrxx` structs in `sds.h` cause warnings when `hiredis.h` is #included in C++

This one would be really useful in any environment with a KDC (e.g. Microsoft Active Directory) For what it's worth, below is the code one can use to do vault...

> When the server changes state during our operations, ideally we should raise an exception rather than silently change our state I can see this would be consistent with the...

One way to avoid this race condition is to `fs.open(path, block_size=0)`. This returns a non-seekable `HTTPStreamFile`, which will probably fit many use-cases. Does fit ours, so will go with that.

Yes. I hit the problem reproduced in the linked fcache issues In fact, fcache has numerous issues when running with multiprocessing. It just opens and writes files on disk without...

No worries. It's quite tricky to test. But I did it at work and it did solve the SSL cert verification I was having. And there are no other relevant...