How to configure Redis without starting Decisions
Hello Decisions,
I'm working on a project which requires me to duplicate my database, however I don't want my Redis configuration to carry over to the new database.
Is there a way to configure Redis settings without starting Decisions?
Comments
-
Hey there,
Thanks for using the Decisions Community Forum!
This is certainly possible.
Within your database there should be a table that you can query called 'clustering_settings'. One of the columns is 'turn_on_clustering', and setting this to 'False' will disable Redis before turning Decisions on. There are other columns you can edit as well, but this table should get you started.
Regards,
Levi | Decisions Support

