Cannot store sessions in the password-protected REDIS

Hello,

If my redis-server is NOT password-protected, this connection string works fine:

provider_config = addr=127.0.0.1:6379,pool_size=100,prefix=grafana

but if I set password to “123” and modify connection string like that:

provider_config = addr=127.0.0.1:6379,pool_size=100,prefix=grafana,password=123

grafana just doesn’t start at all.

Is it bug or I just use wrong directive “password”? Documentation tells nothing concerning this case.

(Grafana 5.0.2, debian 9)

It works fine, my mistake.
Please close this thread.