Sorry if I'm reposting I ran a quick search and I didn't find anything about this.
Scenario:
1) I create a test cluster with the ./utils/create-cluster utility in the redis-source code
2) I want to dump the config of one of the nodes so I can kill it and start it again with the same config that was running previously.
3) As nodes are started without a config file I dumpy the config using "config get *" and apply some AWK to format it as a redis-conf file.
4) I try to start the cluster node again and I realize the cluster-enabled and cluster-config-file options are missing
I understand that "config set" doesn't support this properties as switching between the two modes "on the fly" doesn't make sense, but It'd be nice that "config get" retrieves those values so it's easy to dump and apply a config for cluster instances running with memory configuration.