Skip to content

Fix outdated save key word in redis.conf#10166

Merged
oranagra merged 2 commits intoredis:unstablefrom
enjoy-binbin:fix_rdb_save_comment
Jan 24, 2022
Merged

Fix outdated save key word in redis.conf#10166
oranagra merged 2 commits intoredis:unstablefrom
enjoy-binbin:fix_rdb_save_comment

Conversation

@enjoy-binbin
Copy link
Contributor

For some complex data types, server.dirty actually counts
the number of elements that have been changed.
And in FLUSHDB or FLUSHALL, we count the number of keys.

So the word "key" is not strictly correct and is outdated.
Some discussion can be seen at #8140.

For some complex data types, server.dirty actually counts
the number of elements that have been changed.
And in FLUSHDB or FLUSHALL, we count the number of keys.

So the word "key" is not strictly correct and is outdated.
Some discussion can be seen at redis#8140.
@enjoy-binbin enjoy-binbin added class:text docs and typos state:to-be-merged The PR should be merged soon, even if not yet ready, this is used so that it won't be forgotten labels Jan 24, 2022
@oranagra oranagra merged commit 495ac8b into redis:unstable Jan 24, 2022
@enjoy-binbin enjoy-binbin deleted the fix_rdb_save_comment branch January 25, 2022 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

class:text docs and typos state:to-be-merged The PR should be merged soon, even if not yet ready, this is used so that it won't be forgotten

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants