hootsuite / akka-persistence-redis

Akka Persistence that uses Redis as backend
Other
117 stars 30 forks source link

Redis persist to disk not working #18

Closed yadavan88 closed 8 years ago

yadavan88 commented 8 years ago

I am using embedded-redis with akka-persistence-redis. The snapshot and journals are getting saved to the redis. However, if the machine is restarted, the data is getting lost. For that I have configured the redis to take automatic dump and persist to disk. It is working fine, if I try with redis (without akka-persistence-redis). However, when I apply akka-persistence-redis, the dump file is not getting created. What am I doing wrong ?

yadavan88 commented 8 years ago

Sorry, my mistake. The folder path I had given was wrong.

ssong-van commented 8 years ago

Great, glad to hear it's working.