Binding redis database to Losant

If I want to bind the instance of Redis running on my server to respond only to requests from Losant workflows, what IP address should I use in the bind statement in the redis config file?

There are a number of different IP addresses that connection request could come from, and unfortunately those IP addresses are not static and could change at any time due to the dynamic nature of how Losant runs workflows. So we would not recommend configuring your redis instance in that manner.