Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c2129 if (node->replicate != NULL) sdsfree(node->replicate); in freeClusterManagerNode()
2184 node->replicate = NULL; in clusterManagerNewNode()
2448 sds key = (!node->replicate ? node->name : node->replicate); in clusterManagerGetAntiAffinityScore()
2549 first->replicate = first_master; in clusterManagerOptimizeAntiAffinity()
2672 if (node->replicate != NULL) in clusterManagerNodeInfo()
2715 if (n->replicate && !strcmp(n->replicate, node->name)) in clusterManagerShowClusterInfo()
3125 if (node->replicate != NULL) { in clusterManagerFlushNodeConfig()
3325 if (currentNode->replicate) sdsfree(currentNode->replicate); in clusterManagerNodeLoadInfo()
3409 if (n->replicate != NULL) { in clusterManagerLoadInfoFromNode()
4732 if (slave->replicate) sdsfree(slave->replicate); in clusterManagerCommandCreate()
[all …]
H A Dmodule.c2747 int replicate = 0; /* Replicate this command? */ in RM_Call() local
2753 replicate = flags & REDISMODULE_ARGV_REPLICATE; in RM_Call()
2804 if (replicate) moduleReplicateMultiIfNeeded(ctx); in RM_Call()
2808 if (replicate) { in RM_Call()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c250 boolean_t replicate; member
585 if (!sd->replicate && fromsnap_txg != 0) in send_iterate_fs()
587 if (!sd->replicate && tosnap_txg != 0) in send_iterate_fs()
666 sd.replicate = replicate; in gather_nvlist()
1040 if (sdd->replicate) { in dump_snapshot()
1080 (sdd->fromorigin || sdd->replicate); in dump_snapshot()
1165 if (sdd->replicate && sdd->fromsnap) { in dump_filesystem()
1197 if (!sdd->replicate && sdd->tosnap != NULL) in dump_filesystem()
1263 if (!sdd->replicate) in dump_filesystems()
2174 sdd.replicate = flags->replicate; in zfs_send()
[all …]
H A Dlibzfs.abi2937 …<var-decl name='replicate' type-id='type-id-37' visibility='default' filepath='../../include/libzf…
/f-stack/app/redis-5.0.5/tests/cluster/
H A Dcluster.tcl107 R $slave_id cluster replicate [dict get $master_myself id]
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-st.txt55 /* # WARNING: Do not attempt to copy/replicate these nodes, # */
/f-stack/app/redis-5.0.5/utils/create-cluster/
H A DREADME3 testing in a condition which is not easy to replicate with the Redis cluster
/f-stack/app/redis-5.0.5/tests/integration/
H A Dreplication.tcl161 test {FLUSHALL should replicate} {
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h665 boolean_t replicate; member
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4414 flags.replicate = B_TRUE; in zfs_do_send()
4513 if (fromname != NULL || flags.replicate || flags.props || in zfs_do_send()
4537 if (fromname != NULL || flags.replicate || flags.props || in zfs_do_send()
4583 if (!(flags.replicate || flags.doall)) { in zfs_do_send()
4680 if (flags.replicate && fromname == NULL) in zfs_do_send()
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md236 but this option will replicate input directory hierarchy into output `DIR`.
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES3054 directive "lua-replicate-commands yes" or
3055 "DEBUG lua-always-replicate-commands 0". However note that Redis 6 may