Closed lhh31 closed 3 years ago
TS has an even more optimized way to push data see MADD
.
You can see an example here: https://github.com/RedisTimeSeries/NRedisTimeSeries/blob/master/NRedisTimeSeries.Test/TestAPI/TestMAddAsync.cs
Also, you can use the asynchronous methods for pipelining your requests :-)
Version
1.3.0
Issue
Does the TS.ADD implement a pipelining mechanism to allow for higher throughput? Is using the Async mechanism analogous to pipelining, if so are there any examples on how to implement pipelining correctly?