File: CONTRIBUTING

package info (click to toggle)
redis 2%3A2.4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,412 kB
  • sloc: ansic: 36,395; tcl: 5,176; perl: 3,560; sh: 2,959; makefile: 539; ruby: 88
file content (13 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
1. 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 an high resistence.

2. Drop a message to the Redis Google Group with a proposal of semantics/API.

3. If steps 1 and 2 are ok, use the following procedure to submit a patch:

    a. Fork Redis on github
    b. Create a topic branch (git checkout -b my_branch)
    c. Push to your branch (git push origin my_branch)
    d. Create an issue in the Redis google code site with a link to your patch
    e. Done :)

Thanks!