We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462a934 commit 4b60e65Copy full SHA for 4b60e65
doc.go
@@ -0,0 +1,4 @@
1
+// Package redsync provides a Redis-based distributed mutual exclusion lock implementation as described in the post http://redis.io/topics/distlock.
2
+//
3
+// Values containing the types defined in this package should not be copied.
4
+package redsync
0 commit comments