RedisTimeSeries / NRedisTimeSeries

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

Add examples and further notes about duplicate policy #49

Closed filipecosta90 closed 3 years ago

filipecosta90 commented 3 years ago

Since RedisTimeSeries 1.4 we've added the ability to back-fill time series, with different duplicate policies.

However, we still see several issues being raised on the core repo/client repo that point to users no being aware of it. Example: https://github.com/RedisTimeSeries/redistimeseries-py/issues/86

We should address this by adding examples and further notes about duplicate policy. You can check our docs about duplicate policy here: https://oss.redislabs.com/redistimeseries/configuration/#duplicate_policy.

Sample Readme of python client with an example of the expected outcome of this documentation/examples task: https://github.com/RedisTimeSeries/redistimeseries-py#further-notes-on-back-filling-time-series

AvitalFineRedis commented 3 years ago

Do you mean to write a README file or to add more examples to the Example project? @filipecosta90

filipecosta90 commented 3 years ago

@AvitalFineRedis if the example on the Readme will not be to complex I would suggest both on Readme ( given we don't have any ) and on examples. WDYT?

AvitalFineRedis commented 3 years ago

@filipecosta90 Ok so I will add more examples and I will try to adjust the README from the python client to this project.