Hi,
Could someone explain to me how redis timeseries stores the data in memory?
Thanks
Hi,
Could someone explain to me how redis timeseries stores the data in memory?
Thanks
From the website: https://oss.redislabs.com/redistimeseries/#memory-model
“A time series is a linked list of memory chunks. Each chunk has a predefined size of samples. Each sample is a tuple of the time and the value of 128 bits, 64 bits for the timestamp and 64 bits for the value.”
Best,
Dave