RedisTimeSeries / NRedisTimeSeries

.Net Client for RedisTimeSeries
https://redistimeseries.io
BSD 3-Clause "New" or "Revised" License
29 stars 12 forks source link

Switch to IDatabaseAsync interface #52

Closed chrisa23 closed 2 years ago

chrisa23 commented 3 years ago

Targeting the more specific IDatabaseAsync interface allows the commands to be used in batches and transactions.

chrisa23 commented 3 years ago

Curious if there is any thought of incorporating this or a reason you wouldn't? I have to maintain a locally modified version of NRedisTimeSeries to use with batches. I send multiple messages to Redis quite often and need maximum performance. Thanks!