From b2031f2def8b5ff969461d9d81c8dd4eba31844e Mon Sep 17 00:00:00 2001 From: teslim Date: Tue, 11 Feb 2025 19:46:19 +0100 Subject: [PATCH] pdf challenge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0250f76..9c5a6e2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This challenge tests your ability to build a highly scalable, multi-event ticket ## Task Details -Your task is to extract the high-throughput ticket purchasing component (inspired by the original "Nordin" project) and extend it into a full-featured multi-event system. The service will: +Your task is to extract the high-throughput ticket purchasing component and extend it into a full-featured multi-event system. The service will: - **Multi-Event Support:** Pre-seed a Redis store with multiple sets of tickets. Each event should have its own ticket pool (e.g., stored with keys like `event:{eventId}:tickets`). - **API Endpoints:**