We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of the feature
If VER and ABS flag exist at the same, update the version directly to new version that special by abs for a key when version equivalent ver.
VER
ABS
abs
ver
eg: exset k1 value ver 2 abs 5
when version = 2, update value and version to 5
The text was updated successfully, but these errors were encountered:
VER and ABS should not exists at the same time.
Sorry, something went wrong.
I know that, But I want to specify a another version but increment one when the expected version is equal to the actual version
No branches or pull requests
Description of the feature
If
VER
andABS
flag exist at the same,update the version directly to new version that special by
abs
for a key when version equivalentver
.eg: exset k1 value ver 2 abs 5
when version = 2, update value and version to 5
The text was updated successfully, but these errors were encountered: