menu
mineral_cache package
documentation
providers/redis.dart
RedisSettings
RedisSettings constructor
RedisSettings constructor
dark_mode
light_mode
RedisSettings
constructor
RedisSettings
(
String
host
,
int
port
,
String
?
password
)
Implementation
RedisSettings(this.host, this.port, this.password);
mineral_cache package
documentation
providers/redis
RedisSettings
RedisSettings constructor
RedisSettings class