Redis中的事务
摘要:Batch和Pipelining Batch会把所需要执行的命令打包成一条请求发到Redis,然后一起等待返回结果。 using (var redis = ConnectionMultiplexer.Connect(redisConnectionStr)) { var db = redis.GetD
阅读全文
posted @ 2021-11-26 02:02
posted @ 2021-11-26 02:02
posted @ 2021-11-24 16:36
posted @ 2021-11-23 16:30
posted @ 2021-11-03 09:52
posted @ 2021-11-03 09:17