Posts by Placidina • 11 points
1 post
-
1
votes0
answers23
viewsQ: Lock key redis and nodejs
I’m having a headache with multiple processes writing in the same key. Is there any way to lock a key, both for writing and reading? cluster.js const cluster = require('cluster'); const cpus =…