-
Notifications
You must be signed in to change notification settings - Fork 469
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
Release 2.0.4 #382
Merged
Merged
Release 2.0.4 #382
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a1d958 - Browse repository at this point
Copy the full SHA 7a1d958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c5b06 - Browse repository at this point
Copy the full SHA 66c5b06View commit details -
Support the eval command on kvrocks(apache#363)
Co-authored-by: Wang Yuan <wangyuancode@163.com>
Configuration menu - View commit details
-
Copy full SHA for fc7d39e - Browse repository at this point
Copy the full SHA fc7d39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c69ab96 - Browse repository at this point
Copy the full SHA c69ab96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1d4a8 - Browse repository at this point
Copy the full SHA 4c1d4a8View commit details -
Implement the evalsha and script command (apache#369)
Redis regards the Lua scripts as memory cache which would lost after restarting, but we prefer persisting into the disk which also can save some memory usage. The only side effect was all history scripts would be stored, but we think it's ok since scripts shouldn't be too many. Co-authored-by: Wang Yuan <wangyuancode@163.com>
Configuration menu - View commit details
-
Copy full SHA for fff2d5f - Browse repository at this point
Copy the full SHA fff2d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d75b95c - Browse repository at this point
Copy the full SHA d75b95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb29ad - Browse repository at this point
Copy the full SHA 1cb29adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e0c6c - Browse repository at this point
Copy the full SHA 49e0c6cView commit details -
Add the redis.log function in Lua script (apache#379)
We implement the builtin function `redis.log()` for the Lua script, but the log level was different between Redis and Kvrocks, so we choose to keep consistency with Redis's log level to avoid compatible problem with below mappings(which would make the legacy script happy): LOG_DEBUG => NULL LOG_VERBOSE => INFO LOG_NOTICE => INFO LOG_WARNING => WARNING LOG_DEBUG would never work since the debug level make no sense in kvrocks
Configuration menu - View commit details
-
Copy full SHA for 3b5fdd0 - Browse repository at this point
Copy the full SHA 3b5fdd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a10a83 - Browse repository at this point
Copy the full SHA 8a10a83View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.