@valkey/valkey-glide
    Preparing search index...

    Enumeration InfoOptions

    INFO option: a specific section of information: When no parameter is provided, the default option is assumed.

    Index

    Enumeration Members

    All: "all"

    ALL: Return all sections (excluding module generated ones)

    Clients: "clients"

    CLIENTS: Client connections section

    Cluster: "cluster"

    CLUSTER: Valkey Cluster section

    Commandstats: "commandstats"

    COMMANDSTATS: Valkey command statistics

    Cpu: "cpu"

    CPU: CPU consumption statistics

    Default: "default"

    DEFAULT: Return only the default set of sections

    Errorstats: "errorstats"

    ERRORSTATS: Valkey error statistics

    Everything: "everything"

    EVERYTHING: Includes all and modules

    Keyspace: "keyspace"

    KEYSPACE: Database related statistics

    Latencystats: "latencystats"

    LATENCYSTATS: Valkey command latency percentile distribution statistics

    Memory: "memory"

    MEMORY: Memory consumption related information

    Modules: "modules"

    MODULES: Modules section

    Persistence: "persistence"

    PERSISTENCE: RDB and AOF related information

    Replication: "replication"

    REPLICATION: Master/replica replication information

    Sentinel: "sentinel"

    SENTINEL: Valkey Sentinel section (only applicable to Sentinel instances)

    Server: "server"

    SERVER: General information about the server

    Stats: "stats"

    STATS: General statistics