Shaun Sales

Results 6 issues of Shaun Sales

Hi, We are big Timescale DB fans and have just migrated away from Redis Time Series to TSDB. However for some of our financial time series data, we're facing some...

question
documentation
gapfill

After upgrading to `3.1.0` I get the following error when running `Evolve.Erase()` ``` 2022-12-22 20:35:47 2022-12-22 13:35:47.609 UTC [93] ERROR: syntax error at or near "-" at character 30 2022-12-22...

Still to be implemented; - Create a TsTimeBucket type with range checks - Figure out if we want mixed auto and explicit timestamp support in TS.MADD - Add better exception...

Currently when a RedisResult[] is returned from a TS.RANGE or similar query, we enumerate the entire result and allocate it to a new IReadOnlyCollection. This feels unnecessary, and iteration should...

enhancement
good first issue
help wanted

The TimeStamp class uses DateTime.Ticks which is incompatible with the native Unix Epoch milliseconds used by Redis TimeSeries. If you have cross-platform clients accessing the time series data, or use...

When removing a load command entry, the dylib ordinal should be reduced by one for all bindings with a higher ordinal than the removed LC. Failing to do this, the...