node-redis-timeseries icon indicating copy to clipboard operation
node-redis-timeseries copied to clipboard

Redis time series statistics with Node.js

Results 4 node-redis-timeseries issues
Sort by recently updated
recently updated
newest added

Hey @tonyskn - this pull request adds the ability for the TimeSeries object to record values as well. It is set up to save and retrieve a value recorded during...

I am using redis version redis_version:3.0.7 and getting error in redis-timeseries that redis.multi() Cannot read property 'multi' of undefined Does redis-timeseries doesn't support with redis 3.0

Hi. I faced a difficult situation. I can record and remove a hit, because recordHit and removeHit functions require timestamp in function parameter. But there is no option in getHits()....

Not an issue more of a question really: there are some time ranges that really make sense only from the beginning of the unit, e.g. "month" range should calculate from...

bug