redis_queued_locks 0.0.37 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 863e2fffb431d3db21fa7aa88b6238d072475c863f4927e7277d2fb052cb7af1
|
|
4
|
+
data.tar.gz: c5a67c1f2f44cbc1269d5f01600738ab193fefcdab1f5d072ead8fd2d7260b13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88cea7bce9a2522eea4a8af5a3c749874508595ec1d7f6df3af20fc8b15b2e7238a1dbaa8ccbee2414c42ac1a2eccc8daf5fb5a73aabd21c0517b97f3472f43b
|
|
7
|
+
data.tar.gz: 86a4a86b8928b0cccc0b4db94a38ee86e52a0cc5929a55db96e38fcfa9c8ac596e05df0ea7709465d561b2322165d333a996f7bd3f5ebff3bb32b43bfd5c7f4f
|
data/CHANGELOG.md
CHANGED
|
@@ -279,7 +279,8 @@ module RedisQueuedLocks::Acquier::AcquireLock::TryToLock
|
|
|
279
279
|
# => (*) at this moment we accept that all comamnds are completed successfully;
|
|
280
280
|
# => (!) need to analyze:
|
|
281
281
|
# 1. zrem shoud return ? (?)
|
|
282
|
-
# 2. hset should return 3 as minimum
|
|
282
|
+
# 2. hset should return 3 as minimum
|
|
283
|
+
# (lock key is added to the redis as a hashmap with 3 fields as minimum)
|
|
283
284
|
# 3. pexpire should return 1 (expiration time is successfully applied)
|
|
284
285
|
|
|
285
286
|
# Step 7.d: locked! :) let's go! => successfully acquired
|