madelson

Results 193 comments of madelson

> i imagine etcd will have more similar semantic to AzureBlob and not FileSystem though so i think i will follow that route instead. That's fine. I was more trying...

Let me know when you're ready for me to take a look @joesdu !

@spanhotra I'm open to adding this to the library or having someone contribute it. With any potential back-end, the first step is identifying how the locking can be implemented under...

This is by design. My concern with not doing this was that in many applications failure to release the lock is potentially very problematic; it’s something you don’t want to...

@jeyamaal the reason to construct a lock around a particular connection instance is so that you can ensure the lock is acquired on that specific connection. Here, you're passing a...

Thanks for the context @jeyamaal that makes sense. As I mentioned, the current workaround is to open the connection yourself before attempting to acquire the lock (or equivalently construct the...

Really appreciate the great work @thangnguyen-69 ! I've gone through the code and detail and added a number of comments. I think there are a bunch of small things to...

> the combinatorial test failed * First off, don't worry about getting the tests to pass for every provider. Let's just try to get all the Etcd combinatorial tests passing...

Hi @JohnGalt1717 thanks for your interest in the library. > LUA has large sections depreciated in Redis Can you point me to which Lua features used by DistributedLock are deprecated...

Hi @617206652 thanks for reaching out. I don't know much about GBase8s. One requirement I have is that there needs to be a way to install and run the database...