Skip to content

Releases: jefferyjob/go-redislock

v1.1.2

09 Aug 14:51
20954ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

31 Jul 01:11
019332e
Compare
Choose a tag to compare

What's Changed

  • Feature/unit test And error Optimize Err code by @jefferyjob in #25
  • fix: In concurrent situations, token similarity leads to multiple loc… by @jefferyjob in #26

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Jul 02:11
438c662
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

14 Jul 02:55
2c01f23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Jul 01:00
e6dd369
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 Jan 13:52
8cc6324
Compare
Choose a tag to compare

简体中文

  • 修复包名问题

English

  • Fix package name issue

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