Hi,
 
I am trying to use the FQDN for specifying the 'cachedb_url' like this:
modparam("cachedb_redis", "cachedb_url","redis:cluster://my_redis_server.com:6379/") 
But it is not working; 
 
Whereas the following is working fine:
modparam("cachedb_redis", "cachedb_url","redis:cluster://10.0.0.228:6379/") 
 
What needs to be done to make the FQDN to work?
 
Thanks
-Gary
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to