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?
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?