RedisClient(this._host, {int port = 6379, String? password, int database = 0}) : _port = port, _password = password, _database = database;