• antirez's avatar
    clusterLoadConfig() REDIS_ERR retval semantics refined. · b008863e
    antirez authored
    We should return REDIS_ERR to signal we can't read the configuration
    because there is no config file only after checking errno, othewise
    we risk to rewrite an existing file that was not accessible for some
    other reason.
    b008863e
cluster.c 164 KB