{
  "id": "info",
  "title": "rladmin info",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/rladmin/info/",
  "summary": "Shows the current configuration of a cluster, database, node, or proxy.",
  "content": "\nShows the current configuration of specified databases, proxies, clusters, or nodes.\n\n## `info cluster`\n\nLists the current configuration for the cluster.\n\n```sh\nrladmin info cluster\n```\n\n### Parameters\n\nNone\n\n### Returns\n\nReturns the current configuration for the cluster.\n\n### Example\n\n``` sh\n$ rladmin info cluster\nCluster configuration:\n    repl_diskless: enabled\n    shards_overbooking: disabled\n    default_non_sharded_proxy_policy: single\n    default_sharded_proxy_policy: single\n    default_shards_placement: dense\n    default_fork_evict_ram: enabled\n    default_provisioned_redis_version: 6.0\n    redis_migrate_node_threshold: 0KB (0 bytes)\n    redis_migrate_node_threshold_percent: 4 (%)\n    redis_provision_node_threshold: 0KB (0 bytes)\n    redis_provision_node_threshold_percent: 12 (%)\n    max_simultaneous_backups: 4\n    slave_ha: enabled\n    slave_ha_grace_period: 600\n    slave_ha_cooldown_period: 3600\n    slave_ha_bdb_cooldown_period: 7200\n    parallel_shards_upgrade: 0\n    show_internals: disabled\n    expose_hostnames_for_all_suffixes: disabled\n    login_lockout_threshold: 5\n    login_lockout_duration: 1800\n    login_lockout_counter_reset_after: 900\n    default_concurrent_restore_actions: 10\n    endpoint_rebind_propagation_grace_time: 15\n    data_internode_encryption: disabled\n    redis_upgrade_policy: major\n    db_conns_auditing: disabled\n    watchdog profile: local-network\n    http support: enabled\n    upgrade mode: disabled\n    cm_session_timeout_minutes: 15\n    cm_port: 8443\n    cnm_http_port: 8080\n    cnm_https_port: 9443\n    bigstore_driver: speedb\n```\n\n## `info db`\n\nShows the current configuration for databases.\n\n```sh\nrladmin info db [ {db:\u003cid\u003e | \u003cname\u003e} ]\n```\n\n### Parameters\n\n| Parameter | Description |\n|-----------|-------------|\n| db:id     | ID of the specified database (optional) |\n| name      | Name of the specified database (optional) |\n\n### Returns\n\nReturns the current configuration for all databases.\n\nIf `db:\u003cid\u003e` or `\u003cname\u003e` is specified, returns the current configuration for the specified database.\n\n### Example\n\n``` sh\n$ rladmin info db db:1\ndb:1 [database1]:\n    client_buffer_limits: 1GB (hard limit)/512MB (soft limit) in 30 seconds\n    slave_buffer: auto\n    pubsub_buffer_limits: 32MB (hard limit)/8MB (soft limit) in 60 seconds\n    proxy_client_buffer_limits: 0KB (hard limit)/0KB (soft limit) in 0 seconds\n    proxy_slave_buffer_limits: 1GB (hard limit)/512MB (soft limit) in 60 seconds\n    proxy_pubsub_buffer_limits: 32MB (hard limit)/8MB (soft limit) in 60 seconds\n    repl_backlog: 1.02MB (1073741 bytes)\n    repl_timeout: 360 seconds\n    repl_diskless: default\n    master_persistence: disabled\n    maxclients: 10000\n    conns: 5\n    conns_type: per-thread\n    sched_policy: cmp\n    max_aof_file_size: 300GB\n    max_aof_load_time: 3600 seconds\n    dedicated_replicaof_threads: 5\n    max_client_pipeline: 200\n    max_shard_pipeline: 2000\n    max_connections: 0\n    oss_cluster: disabled\n    oss_cluster_api_preferred_ip_type: internal\n    gradual_src_mode: disabled\n    gradual_src_max_sources: 1\n    gradual_sync_mode: auto\n    gradual_sync_max_shards_per_source: 1\n    slave_ha: disabled (database)\n    mkms: enabled\n    oss_sharding: disabled\n    mtls_allow_weak_hashing: disabled\n    mtls_allow_outdated_certs: disabled\n    data_internode_encryption: disabled\n    proxy_policy: single\n    db_conns_auditing: disabled\n    syncer_mode: centralized\n```\n\n## `info node`\n\nLists the current configuration for all nodes.\n\n```sh\nrladmin info node [ \u003cid\u003e ]\n```\n\n### Parameters\n\n| Parameter | Description |\n|-----------|-------------|\n| id     | ID of the specified node |\n\n### Returns\n\nReturns the current configuration for all nodes.\n\nIf `\u003cid\u003e` is specified, returns the current configuration for the specified node.\n\n### Example\n\n``` sh\n$ rladmin info node 3\nCommand Output: node:3\n    address: 198.51.100.17\n    external addresses: N/A\n    recovery path: N/A\n    quorum only: disabled\n    max redis servers: 100\n    max listeners: 100\n```\n\n## `info proxy`\n\nLists the current configuration for a proxy.\n\n``` sh\nrladmin info proxy { \u003cid\u003e | all }\n```\n\n### Parameters\n\n| Parameter | Description |\n|-----------|-------------|\n| id      | ID of the specified proxy |\n| all       | Show the current configuration for all proxies (optional) |\n\n### Returns\n\nIf no parameter is specified or the `all` option is specified, returns the current configuration for all proxies.\n\nIf `\u003cid\u003e`is specified, returns the current configuration for the specified proxy.\n\n### Example\n\n``` sh\n$ rladmin info proxy\nproxy:1\n    mode: dynamic\n    scale_threshold: 80 (%)\n    scale_duration: 30 (seconds)\n    max_threads: 8\n    threads: 3\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

