Closed rajanarayan92 closed 5 years ago
@rajanarayan92 We don't support the --pipe mode at the moment. You're welcome to submit a patch to support it if you like.
On another note, to load from an AOF file, you can make the node load from the file on redis-server startup by putting the file in a pre-determined path:
http://download.redis.io/redis-stable/redis.conf AOF and RDB persistence can be enabled at the same time without problems. If the AOF is enabled on startup Redis will load the AOF, that is the file with the better durability guarantees.
Closing this. Please reopen if you have more questions.
Assume there are 2 dynomite nodes, one in each datacenter with token "0".
I'm trying to load the redis AOF file in node-1 using below command. But the data is not written into redis, hence no replication as well.
Whereas I can execute this directly on redis server.
My question here is whether dynomite currently support such use cases?