Releases: verloop/redislock
Releases · verloop/redislock
update redis driver
What's Changed
- use official redis driver by @ajinkya-verloop in #4
New Contributors
- @ajinkya-verloop made their first contribution in #4
Full Changelog: 0.2.0...v0.3.0
Update redis driver
v0.3.0-rc1 use official redis driver
Update deprecated Redigo library
Migrate redigo library and move to go mod (#2)
-
migrating redis libs and to go mod
-
remove unused lib
Initial Release
- Currently supports redis locking with https://github.com/garyburd/redigo
Pre release
0.1.0-rc01 Clean up