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

Redis INFO fields #1748

Closed
enjoy-binbin opened this issue Jan 25, 2022 · 1 comment
Closed

Redis INFO fields #1748

enjoy-binbin opened this issue Jan 25, 2022 · 1 comment

Comments

@enjoy-binbin
Copy link
Collaborator

enjoy-binbin commented Jan 25, 2022

By comparing the redis unstable branch code and the redis-doc code,
here are what we need to deal with (redis 7.0)

server_time_usec, added in redis/redis#8132
now in redis-doc is server_time_in_usec, added in #1455
one of them is typo, and i suppose in_usec is the right one, but...


shutdown_in_milliseconds, added in redis/redis#9872
now in redis-doc is shutdown_in_seconds, added in #1711
typo (doc one)


aof_rewrite_buffer_length, removed in redis/redis#9788
needed to add a comment in redis-doc


FUNCTIONS, both missing or pending, we can handle it in #1725

used_memory_vm_eval
used_memory_scripts_eval
number_of_cached_scripts
number_of_functions
number_of_libraries
used_memory_vm_functions
used_memory_vm_total
used_memory_vm_total_human
used_memory_functions

@enjoy-binbin
Copy link
Collaborator Author

@MeirShpilraien when you have time, take a look with this one (FUNCTION INFO fields), it is hard for me to track the changes...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant