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.
2 parents 76ccc15 + 426a2b6 commit 159a930Copy full SHA for 159a930
README.md
@@ -96,6 +96,7 @@ public class Startup
96
config.DBConfig.Endpoints.Add(new ServerEndPoint("127.0.0.1", 6379));
97
}, "redis1")
98
.WithMessagePack()//with messagepack serialization
99
+ .UseRedisLock()//with distributed lock
100
;
101
});
102
}
0 commit comments