summaryrefslogtreecommitdiffstats
path: root/docs/update-redis-doc.md
blob: 2be45c0bf587a6d0facfba662722a2d88f5cb54d (plain)
1
2
3
4
5
6
7
8
9
# How to Catch Up with Latest Redis-doc

1. `git pull` in submodule.
2. Overwrite `iredis/data/commands.json`.
3. Diff with old `commands.json`, make the changes.
4. `mv redis-doc/commands/*.md iredis/data/commands`
5. `prettier --write --prose-wrap always iredis/data/commands/*.md`

Done!