RedisSettings constructor

RedisSettings(
  1. String host,
  2. int port, {
  3. bool hasPassword = false,
})

Implementation

RedisSettings(this.host, this.port, {this.hasPassword = false});