{
  "id": "ft._list",
  "title": "FT._LIST",
  "url": "https://redis.io/docs/latest/commands/ft._list/",
  "summary": "Returns a list of all existing indexes",
  "tags": [
    "docs",
    "develop",
    "stack",
    "oss",
    "rs",
    "rc",
    "oss",
    "kubernetes",
    "clients"
  ],
  "last_updated": "2026-04-09T10:29:34-04:00",
  "page_type": "content",
  "content_hash": "f903eef8eb24134351dc7ffef81fed16fbd02ad5d0feecb07cd6dd47d8cb83a8",
  "sections": [
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "Returns a list of all existing indexes.\n\n\nThe prefix `_` in the command indicates, this is a temporary command.\n\nIn the future, a [`SCAN`]() type of command will be added, for use when a database\ncontains a large number of indices."
    },
    {
      "id": "examples",
      "title": "Examples",
      "role": "example",
      "text": "[code example]"
    },
    {
      "id": "redis-software-and-redis-cloud-compatibility",
      "title": "Redis Software and Redis Cloud compatibility",
      "role": "content",
      "text": "| Redis<br />Software | Redis Cloud<br />Flexible & Annual | Redis Cloud<br />Free & Fixed | <span style=\"min-width: 9em; display: table-cell\">Notes</span> |\n|:----------------------|:-----------------|:-----------------|:------|\n| <span title=\"Supported\">&#x2705; Supported</span> | <span title=\"Supported\">&#x2705; Supported</span> | <span title=\"Supported\">&#x2705; Supported</nobr></span> |  |"
    },
    {
      "id": "return-information",
      "title": "Return information",
      "role": "returns",
      "text": "**RESP2:**\n\n[Array]() of index names as [simple strings]().\n\n**RESP3:**\n\n[Set]() of index names as [simple strings]()."
    }
  ],
  "examples": [
    {
      "id": "examples-ex0",
      "language": "sql",
      "code": "FT._LIST\n1) \"idx\"\n2) \"movies\"\n3) \"imdb\"",
      "section_id": "examples"
    }
  ]
}
