Skip to content

NexRes v1.9.0

Latest
Compare
Choose a tag to compare
@cjcchen cjcchen released this 30 Nov 05:43
· 59 commits to master since this release
b2c7e9b

Support Multi-version Key-Value Interface. (Junchao Chen)

  • Get and Set need to provide a version number to fetch the correct version of the data (if exists) or write to the correct version of data (if not overwritten already), respectively.
  • Provide interfaces to obtain historical data with a specific version or a range of versions.