-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix config rewrite overwrite the first rename-command with the last o…
…ne (#429) For example, we have below rename-commands in the config file: ``` rename-command KEYS KEYS_NEW rename-command GET GET_NEW rename-command SET SET_NEW ``` then `rename-command KEYS KEYS_NEW` would be overwriten to `rename-command SET SET_NEW` since we didn't skip the `rename-command` correctly in config rewrite.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters