Relative Content

Tag Archive for redisredistimeseries

Redis Timeseries get last N elements

I have a Redis Timeseries. I want to get the last N (e.g., N=5) elements (i.e., the N elements that have the highest timestamp). How can I do that?