Redis Server Database

Can someone tell me which line do I change in the diaspora.yml file to tell diaspora* what Redis database I want to use. I want to use Redis database 2 which is running on localhost.

Thank you!

Not tested but I would expect something like redis://localhost/2 to work here: https://github.com/diaspora/diaspora/blob/develop/config/diaspora.yml.example#L49

1 Like

Thank you for your information. I figured it out already, but your posts confirms what I did is correct. It works on my diaspora* pod. :slight_smile: