I was trying to insert 1M entries in redis timeseries DB (on my local machine). For this, I was using add(sourceKey, timestamp, value) method of RedisTimeSeries on every entry.
Wanted to know if there's a better way to do this and if bulk load is possible in redis timeseries.
Couldn't find a method for bulk loading of data in this doc: https://oss.redis.com/redistimeseries/commands/#tsadd
Thanks