-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF23, 6.0
-
Fix Version/s: 5.8.0-HF34, 6.0-HF13, 7.3
-
Component/s: Redis
Since NXP-15160 Redis unlocking is broken.
Unlocking a document doesn't unlock anything (no errors).
As a workaround if you can't upgrade to a fixed version, you can edit the JAR nuxeo-core-redis-x.y.jar and change the file remove-lock.lua. The next to last line should be changed from:
redis.call('DEL', KEYS)
to:
redis.call('DEL', KEYS[1])
- depends on
-
NXP-15160 integrate nosql unit in redis test features
- Resolved