Redis standalone configuration.
RedisConnectionDetails.Standalone.of(String host,
int port)
Creates a new instance with the given host and port.
RedisConnectionDetails.Standalone.of(String host,
int port,
int database)
Creates a new instance with the given host, port and database.
RedisConnectionDetails.Standalone.of(String host,
int port,
int database,
SslBundle sslBundle)
Creates a new instance with the given host, port, database and SSL bundle.
Creates a new instance with the given host, port and SSL bundle.