Interface RedisHostsProvider


public interface RedisHostsProvider
Programmatically provides redis hosts
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the hosts for this provider.
  • Method Details

    • 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