Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

fix(redis): Convert maxmemory setting to int before comparing#1897

Merged
gregharvey merged 1 commit into
codeenigma:2.xfrom
klausi:redis-int
Sep 10, 2024
Merged

fix(redis): Convert maxmemory setting to int before comparing#1897
gregharvey merged 1 commit into
codeenigma:2.xfrom
klausi:redis-int

Conversation

@klausi
Copy link
Copy Markdown
Contributor

@klausi klausi commented Aug 20, 2024

Problem: when building the maxmemory setting dynamically from total RAM for example, then it is returned as template string. It needs to be converted to string before comparing.

@sonarqubecloud
Copy link
Copy Markdown

@gregharvey gregharvey merged commit 91306be into codeenigma:2.x Sep 10, 2024
@klausi
Copy link
Copy Markdown
Contributor Author

klausi commented Sep 10, 2024

Thanks! Sorry did not have time to start the duplicate PRs for the devel branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants