Redis Open Source

Operate Redis Open Source. Redis 8 in Redis Open Source replaces Redis Stack.

Since 2009, the Redis open source project has inspired an enthusiastic and active community of users and contributors. We continue to be committed to fostering an open, welcoming, diverse, inclusive, and healthy community.

Original developer and core team

Salvatore Sanfilippo built, led, and maintained the Redis open source project. In 2020, Salvatore Sanfilippo named two successors to take over and lead the Redis project: Yossi Gottlieb yossigo and Oran Agra oranagra. Salvatore returned to Redis in 2024.

Code of Conduct

Redis has adopted the Contributor Covenant Code of Conduct.

Getting help

On the Redis Discord server, you can chat with members of the Redis community in real time. You'll meet Redis users, contributors, and developer advocates. This is a great place to stop in for quick questions or to share your latest Redis discoveries.

Stack Overflow

Have a question about Redis? Search the Stack Overflow Redis tag for answers, or post a question of your own.

Redis news

For occasional updates on the new Redis releases, you can check out the What’s New section.

To keep up with the latest from Redis Inc., including news on Redis Cloud and Redis Stack, consider following the Redis Twitter feed.

Conferences and meetups

Redis regularly sponsors conferences, webinars, and meetups. Check out the Redis events page for details.

Contributing to Redis

The Redis core source repository is hosted under https://github.com/redis/redis along with many of the client libraries. Commits to the Redis source repository will require code review, approval of at least one reviewer who is not the author of the commit, and no objections.

There are many ways to contribute to Redis, starting with documentation all the way to changes to the open source Redis server. Here are a few ways you can get involved.

Contributing to docs

The Redis docs are open source, and we'd love to incorporate your contributions. For small changes and typos, we recommend working in a fork and creating a pull request. Your first PR will prompt you to sign the contributor license agreement. Approved PRs will be published with the next batch of changes to the docs site.

Reporting bugs

To report a bug in Redis, create a Redis Github issue.

For larger changes, we ask that you first create an issue describing your proposed changes. This is a good way to get feedback in advance to increase the likelihood that your changes will be accepted.

Client libraries

The Redis client libraries are nearly always open source and accepting of contributions. Consult the contribution guidelines for the library you're interested in.

RATE THIS PAGE
Back to top ↑