redis-memolock icon indicating copy to clipboard operation
redis-memolock copied to clipboard

Redis MemoLock - Distributed Caching with Promises

Results 4 redis-memolock issues
Sort by recently updated
recently updated
newest added

## Changes in this PR Most of the changes in this PR are the addition of tests! Changes to the actual logic are honestly fairly small. We had made quite...

Checking in to see if that's still coming soon. Thanks!

In the examples when the `NewRedisMemoLock` is initialised a 5-15 second lockTimeout is provided. This is what's passed to `SetNX` when acquiring the lock. However, when I open a terminal...

I have found a way to reliably produce an index out-of-range in the example. `go run extended_example.go` Send two GET requests to the same renewable resorce within a few seconds...