*Community
To get help or provide any feedback, the main channel is the Redis mailing list:
- Join the mailing list (Subscribe via email).
For bug reports please just use Github.
Other places where you can find people interested in Redis:
- The Redis tag on Stack Overflow.
- Follow Redis news feed on Twitter.
- The Redis community uses a Reddit sub for news and certain announcements (that also always go to the ML): /r/redis sub on Reddit.
- Meet people interested in Redis in the
#redis
channel on Freenode (web access link).
*Project governance
Redis has adopted a light governance model that is intended to be a meritocracy, aiming to empower individuals who demonstrate a long-term commitment and make significant contributions.
For more information refer to the Governance page.
*Conferences and meetups
- Redis annual conference 2020
- Redis Day Seattle
- Redis Day Bangalore
- London Redis Meetup Group
- San Francisco Meetup Group
- New York Meetup Group
- #RedisTLV (Tel Aviv Redis) Meetup Group
- Paris Redis Meetup
*Contributing to Redis
Would you like to contribute a feature to Redis?
Drop a message to the mailing list with your proposal. Make sure you explain what the use case is and how the API would look like.
If you get good feedbacks, do the following to submit a patch:
- Fork the official repository.
- Clone your fork:
git clone git@github.com:<your-username>/redis.git
- Make sure tests are passing for you:
make && make test
- Create a topic branch:
git checkout -b new-feature
- Add tests and code for your changes.
- Once you're done, make sure all tests still pass:
make && make test
- Commit and push to your fork.
- Create an issue with a link to your patch.
- Sit back and enjoy.
There are other ways to help:
Improve the documentation
Help maintain or create new client libraries
Improve this very website