RedisController constructor
RedisController({})
Creates a new RedisController with the provided connection details.
Implementation
RedisController({
required this.host,
required this.port,
required this.requireSsl,
this.user,
this.password,
this.connectTimeout = const Duration(seconds: 10),
});