BasicCommands.info

The INFO command returns information and statistics about the server in a format that is simple to parse by computers and easy to read by humans. @param section (all: Return all sections, default: Return only the default set of sections, server: General information about the Redis server, clients: Client connections section, memory: Memory consumption related information, persistence: RDB and AOF related information, stats: General statistics, replication: Master/slave replication information, cpu: CPU consumption statistics, commandstats: Redis command statistics, cluster: Redis Cluster section, keyspace: Database related statistics) @return

  1. string info()
  2. string info(string section)
    interface BasicCommands
    string
    info
    (
    string section
    )

Meta