Where does Redis Password Go?

Where does my Redis password go? I do not see a spot for it in the config file. Thanks - Susan

Hey Susan!

The code currently doesn’t support authentication with Redis. However, you could modify the initialization rather easily to add support here: https://github.com/sharetribe/sharetribe/blob/master/config/environments/production.rb#L86

Note that you may have to update some libraries, if the current versions don’t support authentication (not sure, just a thought).

Hopefully, this helps!

Thanks so much Thomas!

I just get worried running Redis without a password. As always, I appreciate you help. Thanks again!

1 Like