menu
mineral_cache package
documentation
providers/redis.dart
RedisSettings
RedisSettings.new constructor
RedisSettings.new constructor
dark_mode
light_mode
RedisSettings
constructor
RedisSettings
(
String
host
,
int
port
, {
bool
hasPassword
=
false
,
})
Implementation
RedisSettings(this.host, this.port, {this.hasPassword = false});
mineral_cache package
documentation
providers/redis
RedisSettings
RedisSettings.new constructor
RedisSettings class