RedisSettings constructor

RedisSettings(
  1. String host,
  2. int port,
  3. String? password
)

Implementation

RedisSettings(this.host, this.port, this.password);