I am pretty sure SA support the Redis authentication mechanism. For my tests I have used the following line:
bayes_sql_dsn server=127.0.0.1:6379;password=MySecretPWD;database=2 Matteo On 21.08.2014 12:56, Marcin Mirosław wrote:
Hi! I'm reading bayes_redis.cf and I can see: " #NOTE: We're not using authentication assuming the Redis server/port should not be reachable form the "outside" # You can add authentication once you've seen it work. " Does it means that this example config doesn't include authentication options or it means that SA doesn't support auth for redis? Marcin