-
Couldn't load subscription status.
- Fork 929
New INFO section for scripting engines #2738
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
base: unstable
Are you sure you want to change the base?
Conversation
This commit adds a new `INFO` section called "Scripting Engines" that shows the information of the current scripting engines available in the server. Here's an output example: ``` > info scriptingengines engines_count:2 engines_total_used_memory:68608 engines_total_memory_overhead:24 engine_0:name=HELLO,module=helloengine,abi_version=2,used_memory=0,memory_overhead=8 engine_1:name=LUA,module=built-in,abi_version=0,used_memory=68608,memory_overhead=16 ``` Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
Signed-off-by: Ricardo Dias <ricardo.dias@percona.com>
816841f to
14aead3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #2738 +/- ##
============================================
+ Coverage 72.49% 72.53% +0.03%
============================================
Files 128 128
Lines 71624 71647 +23
============================================
+ Hits 51927 51966 +39
+ Misses 19697 19681 -16
🚀 New features to boost your workflow:
|
|
@valkey-io/core-team Please approve or share your thoughts before it gets merged... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new info fields LGTM.
though the scriptingengines name is quite long...
This commit adds a new
INFOsection called "Scripting Engines" that shows the information of the current scripting engines available in the server.Here's an output example: