redlock icon indicating copy to clipboard operation
redlock copied to clipboard

Elixir Library: Redis Distributed Lock implementation

Results 2 redlock issues
Sort by recently updated
recently updated
newest added

I'm looking to see if there's a way to query for if a lock is set. I don't see anything in the documentation / module docs... I peeked over at...

Currently we are seeing this in our compile warnings ``` warning: using map.field notation (without parentheses) to invoke function :"Elixir.FastGlobal.redlock_conf".value() is deprecated, you must add parentheses instead: remote.function() (fastglobal 1.0.0)...