Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] implements the ability in KV to request a specific revision for a key #302

Merged
merged 2 commits into from
May 17, 2022

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    4af5a1b View commit details
    Browse the repository at this point in the history
  2. [FEAT] added check when retrieving a key, but also specifying a seque…

    …nce (new feature), that the key matched. If not, null is returned as the sequence is not referencing the expected key.
    
    [FIX] conversion from stored message captured the key as provided by the client, and returned an entry with the said key.
    aricart committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6bb7332 View commit details
    Browse the repository at this point in the history