You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am pushing some data in redistimeseries. Before pushing i am logging the data. After that through Redis cli if i check the data, then it shows some values as random and some actual values that i am pushing. Following is my code. I have also created a compaction buckets of 1 min O H L C and 5 min OHLC (OPEN HIGH LOW CLOSE). Some random samples are also getting inserted in source bucket i.e. ts_25
`func (r *RedisClient) saveChartToRedis() {
defer logger.NewLogger.Info("closing saveChartToRedis")
for feed := range r.chartChan {
keyname := fmt.Sprintf("ts_%d", feed.ScripCode)
I am pushing some data in redistimeseries. Before pushing i am logging the data. After that through Redis cli if i check the data, then it shows some values as random and some actual values that i am pushing. Following is my code. I have also created a compaction buckets of 1 min O H L C and 5 min OHLC (OPEN HIGH LOW CLOSE). Some random samples are also getting inserted in source bucket i.e. ts_25
`func (r *RedisClient) saveChartToRedis() {
defer logger.NewLogger.Info("closing saveChartToRedis")
for feed := range r.chartChan {
keyname := fmt.Sprintf("ts_%d", feed.ScripCode)
}`
The text was updated successfully, but these errors were encountered: