]> git.saurik.com Git - redis.git/blame - CONTRIBUTING
Incrementally flush RDB on disk while loading it from a master.
[redis.git] / CONTRIBUTING
CommitLineData
5215ab14 11. Enter irc.freenode.org #redis and start talking with 'antirez' and/or 'pietern' to check if there is interest for such a feature and to understand the probability of it being merged. We'll try hard to keep Redis simple... so you'll likely encounter high resistance.
30d31cc8 2
32. Drop a message to the Redis Google Group with a proposal of semantics/API.
4
53. If steps 1 and 2 are ok, use the following procedure to submit a patch:
6
e491a1a1 7 a. Fork Redis on github ( http://help.github.com/fork-a-repo/ )
30d31cc8 8 b. Create a topic branch (git checkout -b my_branch)
9 c. Push to your branch (git push origin my_branch)
e491a1a1 10 d. Initiate a pull request on github ( http://help.github.com/send-pull-requests/ )
30d31cc8 11 e. Done :)
12
13Thanks!