Interface RedisHostsProvider


  • public interface RedisHostsProvider
    Programmatically provides redis hosts
    • Method Detail

      • getHosts

        Set<URI> getHosts()
        Returns the hosts for this provider.

        The host provided uses the following schema `redis://[username:password@][host][:port][/database]`

        Returns:
        the hosts