Fetch versions of data updated multiple times in badger

Hi,
We are using badger for storing data against a given key. As and when an update happens, we update the data using the same key. Is it possible to retrieve all the states of the data using the key? Or will we always get the latest data if we read using the key?
e.g. if the value for a given key transitioned from A to B to C, is it possible to retrieve all the state transitions?

Regards,
Asim.

You can use this option to get all the previous versions:

Thanks a lot. You saved me a lot of effort.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.