Skip to content

Commit 159a930

Browse files
authored
Merge pull request #318 from pengweiqhca/master
Update distributed lock
2 parents 76ccc15 + 426a2b6 commit 159a930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public class Startup
9696
config.DBConfig.Endpoints.Add(new ServerEndPoint("127.0.0.1", 6379));
9797
}, "redis1")
9898
.WithMessagePack()//with messagepack serialization
99+
.UseRedisLock()//with distributed lock
99100
;
100101
});
101102
}

0 commit comments

Comments
 (0)