ulgens/sorted-sets-in-redis-pyistanbul — explained in plain English
Analysis updated 2026-08-06 · repo last pushed 2020-04-30
Build a game leaderboard that ranks players by score
Create a priority queue for ordering tasks by importance
Implement a top-rated items recommendation feature
| ulgens/sorted-sets-in-redis-pyistanbul | 0xallam/posthog | 0xustaz/streamgate | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Last pushed | 2020-04-30 | 2026-03-26 | — |
| Maintenance | Dormant | Maintained | — |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 1/5 | 3/5 | 4/5 |
| Audience | developer | pm founder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a running Redis instance and the slide deck to follow along with the concepts.
This repository contains the code and presentation slides from a talk called "Sorted Sets in Redis" given at a PyIstanbul meetup. It's designed to teach Python developers how to use a specific feature of Redis, a popular tool used to store and manage data quickly. Redis is often used as a fast-access storage layer that sits alongside a primary database. One of its built-in data structures is the "sorted set," which keeps a collection of unique items automatically ordered by a number you assign to each one, like a high-score leaderboard, where players are ranked by their points. The talk and code walk through how to work with these sorted sets using Python. A developer would use this if they needed to build something that relies on ranking or ordering, such as a leaderboard for a mobile game, a priority queue for processing tasks, or a system that recommends top-rated items. The project gives them a working Python example to learn from instead of just reading documentation. The README doesn't go into detail about specific dependencies, setup instructions, or what the code examples cover beyond the general topic. To get the most out of it, you'd likely need to follow along with the linked slide deck, which walks through the concepts presented at the meetup.
Code and slides from a talk on using Redis sorted sets with Python. Teaches developers how to build ranking and ordering features like leaderboards.
Mainly Python. The stack also includes Python, Redis.
Dormant — no commits in 2+ years (last push 2020-04-30).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.