Skip to content

Use per-topic key shape in README "How it works"#16

Merged
lesnik512 merged 1 commit intomainfrom
b1-correlation-id-default-doc
May 4, 2026
Merged

Use per-topic key shape in README "How it works"#16
lesnik512 merged 1 commit intomainfrom
b1-correlation-id-default-doc

Conversation

@lesnik512
Copy link
Copy Markdown
Member

The README listed the Redis structures as bare timers_timeline / timers_payloads, but actual keys are {prefix_key}:{full_topic} (see subscriber/config.py:24-30). Anyone debugging via redis-cli would not find the bare keys. Update the README to show the {key}:{topic} shape, give a concrete example, and mention that TimersRouter(prefix=...) extends the suffix.

The README listed the Redis structures as bare `timers_timeline` /
`timers_payloads`, but actual keys are `{prefix_key}:{full_topic}` (see
`subscriber/config.py:24-30`). Anyone debugging via `redis-cli` would
not find the bare keys. Update the README to show the
`{key}:{topic}` shape, give a concrete example, and mention that
`TimersRouter(prefix=...)` extends the suffix.
@lesnik512 lesnik512 self-assigned this May 4, 2026
@lesnik512 lesnik512 merged commit 4cc9605 into main May 4, 2026
3 checks passed
@lesnik512 lesnik512 deleted the b1-correlation-id-default-doc branch May 4, 2026 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant