Redis®*: Why we chose Redis
This documentation is part of the Rank users in real time guide. You can view the complete guide here: Learn how to rank 2 million users by score in real time using Redis.
👋 Welcome to the Stackhero documentation!
Stackhero provides a ready-to-use Redis cloud solution offering numerous advantages, including:
- Redis Commander web interface included.
- Unlimited message size and transfers.
- Updates made easy with just one click.
- Optimal performance and enhanced security thanks to a private, dedicated infrastructure.
Save time and make your life easier: it only takes 5 minutes to try Stackhero's Redis cloud hosting solution!
Traditional databases such as MySQL, PostgreSQL, or Elasticsearch are not designed for low-latency ranking tasks. This prompted us to explore another option.
We selected Redis, an in-memory database that is extremely fast and reliable. According to DB-Engines, it is the 7th most used database in the world and the leading option in the "Key-value store" category.
Redis offers multiple data models. For this scenario, one stands out: the "sorted sets".