38 skills found · Page 1 of 2
saxix / Django ConcurrencyOptimistic lock implementation for Django. Prevents users from doing concurrent editing.
zhuxiujia / GoMybatisGo ORM Library.Have Powerful Features like transaction nesting, Optimistic Lock,Logical deletion and more. like mybatis for go golang
colinmollenhour / Cm RedisSessionRedis-based session handler for Magento with optimistic locking
gavinwahl / Django Optimistic LockOffline optimistic locking for Django
go-gorm / Optimisticlockoptimistic lock plugin for gorm
reshadman / Laravel Optimistic LockingAdds optimistic locking feature to eloquent models.
colinmollenhour / Php Redis Session AbstractA Redis-backed PHP session handler with optimistic locking
ph4r05 / Laravel Queue Database Ph4Laravel Database Queue with Optimistic locking
burgalon / Mongoid Optimistic LockingAddon for Mongoid to allow optimistic locking (CAS)
ifyun / Lock Demo乐观锁和悲观锁的使用
NeowayLabs / BplustreeConcurrent in-memory B+ Tree featuring optimistic lock coupling
LemonHX / Optimistic Lock Coupling Rs🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
ricofritzsche / Eventstore TypescriptA TypeScript implementation of a functional event sourcing system that provides persistent event storage with optimistic locking and payload-based querying.
sfu-dis / OptiqlOptimistic queue-based reader-writer lock for robust index synchronization (SIGMOD 2024)
stonehqs / Dblockoptimistic/pessimistic db lock, optimistic lock with retry feature.
forge-sql-orm / Forge Sql OrmSeamlessly integrate Drizzle ORM with Forge-SQL to enable type-safe database operations in your Atlassian Forge applications. Includes a custom driver, schema migration support, two levels of caching (local in-memory and global via @forge/kvs), optimistic locking, query analysis, and more.
rstyro / Optimistic LockSpringBoot mybatis 乐观锁 代码示例
andistoev / Testing Optimistic Locking Handling Spring Boot JpaExample of how you can test optimistic locking handling with Spring Boot and JPA
nburana / OptimisticlockdemoDemo showing how to accomplish optimistic locking with JPA and a custom implementation
crossoverJie / Gorm OptimisticThis is an optimistic lock plugin based on GORM.