Open phelipemaia opened 9 years ago
Let me be clear about "non-trustable": if I restart my redis I will lost every data. I know that I can use some strategies on redis like RDB or AOF, but what is the best solution? Is to keep all config in other database to recreate all redis structure after a restart, invoking the functions to set permissions?
Maybe you can keep your configs in js code as part of your app and when it starts up it can seed the redis storage? Similar to MongoDB dbconnection.once() method that is run when the app starts and the connection is established I have some roles and perms created in the db.
@jbeckton Yep but what I tried to explain is that permissions has no backups. Once I restart my redis I lose every permission created before.
Hi guys,
My concern is about the integrity of my configuration. Node_acl will store everything in a "non-trustable" database. So, I would like to know if there are any solution to create a backup or a restore easily.
Thanks