Skip to content

Remove Redis related code #5

@Pterosaur

Description

@Pterosaur

RETURN_ON_FAIL(GetValue(top, "redis", &second));
RETURN_ON_FAIL(GetString(second, "ip", &config->redis_ip));
RETURN_ON_FAIL(GetInt(second, "port", &config->redis_port));
RETURN_ON_FAIL(GetString(second, "session_id", &config->redis_sid));
RETURN_ON_FAIL(GetInt(second, "redis_update_duration",
&config->redis_update_duration_ms));
second.clear();

Please retrieve whole project

Metadata

Metadata

Assignees

Labels

refactoringPolish code or document, fix typo.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions