Skip to content

Releases: jefferyjob/go-redislock

v1.0.0

16 Jan 13:17
d68d071
Compare
Choose a tag to compare

简体中文

  • 利用 Redis 后端存储,确保分布式锁的稳定性和可靠性
  • 提供简单易用的 API,轻松实现加锁、解锁、自旋锁、自动续期和手动续期等功能
  • 支持自定义超时时间和自动续期,根据实际需求进行灵活配置

English

  • Use Redis backend storage to ensure the stability and reliability of distributed locks
  • Provides an easy-to-use API to easily implement functions such as lock, unlock, spin lock, automatic renewal and manual renewal
  • Support custom timeout and automatic renewal, flexible configuration according to actual needs