RedisProvider({required String host, required int port, String? password}) { settings = RedisSettings(host, port, password); }