An API object that represents a Redis shard in a database.

NameType/ValueDescription
uidstringCluster unique ID of shard
assigned_slotsstringShards hash slot range
backupbackup objectCurrent status of scheduled periodic backup process
bdb_uidintegerThe ID of the database this shard belongs to
bigstore_ram_weightnumberShards RAM distribution weight
detailed_status‘busy’
‘down’
‘importing’
‘loading’
‘ok’
‘timeout’
‘trimming’
‘unknown’
A more detailed status of the shard
loadingloading objectCurrent status of dump file loading
node_uidstringThe ID of the node this shard is located on
redis_inforedis_info objectA sub-dictionary of the Redis INFO command
report_timestampstringThe time in which the shard’s info was collected (read-only)
role‘master’
‘slave’
Role of this shard
status‘active’
‘inactive’
‘trimming’
The current status of the shard
syncsync objectShard’s current sync status and progress