{
  "id": "replica_sources_status",
  "title": "BDB replica sources status field",
  "url": "https://redis.io/docs/latest/operate/rs/references/rest-api/objects/bdb/replica_sources_status/",
  "summary": "Documents the bdb replica_sources status field used with Redis Software REST API calls.",
  "tags": [
    "docs",
    "operate",
    "rs"
  ],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "page_type": "content",
  "content_hash": "163c5fb7fc2f2a06841948bbaa37f03b377b8f8eb69a56678cf6660e636a3735",
  "sections": [
    {
      "id": "content",
      "title": "Content",
      "role": "content",
      "text": "The `replica_sources` status field relates to the [Replica Of]() feature, which enables the creation of a Redis database (single- or multi-shard) that synchronizes data from another Redis database (single- or multi-shard).\n\nThe status field represents the Replica Of sync status for a specific sync source.\n\nPossible status values:\n\n| Status | Description | Possible next status |\n|--------|-------------|----------------------|\n| 'out-of-sync' | Sync process is disconnected from source and trying to reconnect | 'syncing' |\n| 'syncing' | Sync process is in progress | 'in-sync' <br />'out-of-sync' |\n| 'in-sync' | Sync process finished successfully, and new commands are syncing on a regular basis | 'syncing' <br />'out-of-sync'"
    }
  ],
  "examples": []
}
