6 results found Sort:

A node.js redlock implementation for distributed, highly-available redis locks
Created 2015-06-06
119 commits to main branch, last one about a year ago
27
299
other
6
Reliable, distributed cron.
Created 2015-05-05
80 commits to master branch, last one 3 years ago
在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,读写锁,并且支持事务提交失败情况下的回滚操作,让开发者可以有更多时间侧重游戏逻辑.
Created 2016-11-25
95 commits to master branch, last one 4 years ago
Simple redis-based lock mechanism for your sidekiq workers
Created 2013-10-12
73 commits to main branch, last one 4 months ago
Cron library for go with distributed lock
Created 2021-06-12
18 commits to main branch, last one 2 years ago
Distributed locks with "prioritized lock acquisition queue" capabilities based on the Redis Database. Provides flexible invocation flow, parametrized time limits, instrumentation, logging, etc.
Created 2024-02-25
395 commits to master branch, last one 6 days ago