distributed-locks

There are 40 repositories under distributed-locks topic.

  • redisson/redisson

    Redisson - Easy Valkey/Redis Java client and Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache ...

    Language:Java22.8k8815.1k5.3k
  • FoundatioFx/Foundatio

    Pluggable foundation blocks for building distributed apps.

    Language:C#1.9k10197241
  • samcook/RedLock.net

    An implementation of the Redlock algorithm in C#

    Language:C#9063796160
  • leandromoreira/redlock-rb

    Redlock is a redis-based distributed lock implementation in Ruby. More than 20M downloads.

    Language:Ruby666106679
  • minio/dsync

    A distributed sync package.

    Language:Go400241142
  • werf/lockgate

    Lockgate is a cross-platform distributed locking library for Go. Supports distributed locks backed by Kubernetes or HTTP lock server. Supports conventional OS file locks.

    Language:Go25412816
  • veeqo/activejob-uniqueness

    Unique jobs for ActiveJob. Ensure the uniqueness of jobs in the queue.

    Language:Ruby252203227
  • steinitzu/celery-singleton

    Seamlessly prevent duplicate executions of celery tasks

    Language:Python22273535
  • jwpttcg66/redis-game-transaction

    在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,读写锁,并且支持事务提交失败情况下的回滚操作,让开发者可以有更多时间侧重游戏逻辑.

    Language:Java154152101
  • thebigredgeek/microlock

    A dead simple distributed locking library for Node.js and Etcd

    Language:JavaScript93378
  • cheerego/go-redisson

    a redisson like distributed redis lock, support watchdog、reentrant lock, implement by go

    Language:Go342710
  • LiZhenNet/Redlock4Net

    Redlock Redis-based distributed locks implementation in .Net

    Language:C#26213
  • 0exp/redis_queued_locks

    Distributed locks with "prioritized lock acquisition queue" capabilities based on the Redis Database. Provides flexible invocation flow, parametrized time limits, instrumentation, logging, etc.

    Language:Ruby25100
  • microfleet/ioredis-lock

    Node distributed locking using redis

    Language:TypeScript253128
  • blentle/hikarikeeper

    Yet another distributed coordination service for distributed applications based on Raft inspired by consul, only depend on slf4j and rocksdb-jni. The project is currently in an early stage of development.

    Language:Java21603
  • marrow/mongo

    Light-weight utilities and declarative schema (mutable mapping) to augment, not replace the Python MongoDB driver.

    Language:Python217383
  • agave-db/agave

    Agave DB server

    Language:Crystal14200
  • DavidCai1111/etcd-lock

    :lock:Distributed locks powered by etcd v3 for Go

    Language:Go13002
  • MEDIGO/go-dlm

    A Distributed Lock Manager abstraction library for Go

    Language:Go10733
  • DavidCai1111/node-etcd-lock

    :closed_lock_with_key:Distributed locks powered by etcd v3 for Node.js

    Language:JavaScript9215
  • flowerinthenight/dlock

    Package for distributed locks.

    Language:Go6301
  • AdemCatamak/OrderManagement

    Orchestration based Saga => https://medium.com/@ademcatamak/koordinat%C3%B6r-tabanl%C4%B1-saga-tasar%C4%B1m%C4%B1-sipari%C5%9F-y%C3%B6netimi-4db5fc546f68

    Language:C#5305
  • Kontsedal/locco

    A node.js locks library with support of Redis and MongoDB

    Language:TypeScript5100
  • wtsi-hgi/consul-lock

    CLI and Python interface for easily managing Consul locks

    Language:Python4341
  • Freelancerhu/distributed_lock_manager

    distributed lock manager

    Language:HTML3200
  • hunterhug/gorlock

    💐 Redis Distributed Lock By Golang

    Language:Go3200
  • MDRCS/Redis

    Redis - key/value database

    Language:Python2301
  • me-cs/goRedisson

    Redisson golang implementation

    Language:Go2100
  • mengjinglei/distributed-lock

    a distributed lock lib written in go by using etcd raft lib

    Language:Go2201
  • mmdtl/autolock

    Redis distributed locks in PHP

    Language:PHP2200
  • distributed-lock-com/python-client

    Python (3.7+) client library for https://distributed-lock.com SAAS

    Language:Python0100
  • KunalBurangi/zk-distributed-lock

    It is a Distributed lock

    Language:TypeScript0110
  • TonySchneider/celery-smartbase

    Celery Smartbase is a Python package that provides solutions for common problems that arise when working with the Celery distributed task queue. In particular, Celery Smartbase solves the problem of duplicate task execution, which can occur in certain scenarios such as when workers are restarted.

    Language:Python00
  • pmiguel/redlock-ruby-kotlin-interop

    Investigation on the Interopetability of the Redlock algoritm between two heterogeneous languages (Ruby -> Java Redisson)

    Language:Kotlin10
  • shubham-arora-18/distributed-locking-service

    REST based distributed locking service.

    Language:Python