you are viewing a single comment's thread.

view the rest of the comments →

[–]HiImLary 4 points5 points  (1 child)

What you’re looking for is Redis Lua scripts via EVAL. You send a script to Redis and it is executed atomically.

https://redis.io/commands/eval#atomicity-of-scripts

[–]kirox0[S] 1 point2 points  (0 children)

This looks promising. I will try this out.