Skip to content

chuxin123/go-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-lock

Golang 分布式锁

  • 基于sync mutex互斥锁
  • 基于channel trylock锁
  • 基于redis setnx分布式锁
  • 基于etcd 分布式锁
  • 基于atomic原子锁

About

Golang 分布式锁

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages