Skip to content

INFO

Returns server information and statistics.

INFO [section ...]
ParameterTypeRequiredDescription
sectionstringNoOne or more section names to filter (not yet implemented)

Bulk string containing server information formatted as key:value pairs grouped under # Section headers.

Currently returned sections:

SectionFields
Serverkronotop_version, redis_mode, os
Clustercluster_enabled

Builds and returns a bulk string with server metadata. Each section is prefixed with a # SectionName header, followed by key:value lines.

Section filtering is not yet implemented. All sections are returned regardless of arguments.

This command does not require the cluster to be initialized.

No command-specific errors.

127.0.0.1:5484> INFO
# Server
kronotop_version:0.13
redis_mode:cluster
os:Linux 5.15.0 amd64
# Cluster
cluster_enabled:1