Home
last modified time | relevance | path

Searched refs:is_busy (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c3001 int is_busy = strstr(migrate_reply->str, "BUSYKEY") != NULL; in clusterManagerMigrateKeysInSlot() local
3003 if (replace_existing_keys && (is_busy || not_served)) { in clusterManagerMigrateKeysInSlot()
3016 is_busy, in clusterManagerMigrateKeysInSlot()