Skip to content

Commit 4b60e65

Browse files
committed
Add package documentation
1 parent 462a934 commit 4b60e65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)