Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Redis INFO fields #1748

@enjoy-binbin

Description

@enjoy-binbin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions