The relevant question - how to implement authentication while connecting to redis storage? I read this document: https://kamailio.org/docs/modules/devel/modules/db_redis.html and didn't find any reference in it.
As I understood we use following syntax to connect to the redis db: redis://[username]@host:port/database
But authentication capability is not provided as I can see.
Of course there is an excellent module named ndb_redis. But my main goal is to perform authentication with cnxcc module, which is not able to do that (Carlos Ruiz Díaz will add this possibility later?).
Please correct me if I'm wrong.