Skip to content

DOC-6331 Python async intro page#3344

Open
andy-stark-redis wants to merge 3 commits into
mainfrom
DOC-6631-python-async-intro
Open

DOC-6331 Python async intro page#3344
andy-stark-redis wants to merge 3 commits into
mainfrom
DOC-6631-python-async-intro

Conversation

@andy-stark-redis
Copy link
Copy Markdown
Contributor

@andy-stark-redis andy-stark-redis commented May 19, 2026

Note

Low Risk
Low risk docs-only change that adds a new page and example snippets; no product code paths are modified.

Overview
Adds a new redis-py documentation page, async.md, introducing asyncio usage patterns (async client setup, pooling, concurrent awaits via asyncio.gather, pipelines/transactions, pub/sub, cluster connections, cleanup, and timeouts) and linking to related resiliency docs.

Introduces a matching local_examples/.../async_intro.py example set with step-based snippets (connect, context_manager, pool, gather, pipeline, watch, pubsub, cluster, timeout) to back the new page’s clients-example shortcodes.

Reviewed by Cursor Bugbot for commit efe5dae. Bugbot is set up for automated code reviews on this repo. Configure here.

@andy-stark-redis andy-stark-redis requested a review from a team May 19, 2026 12:47
@andy-stark-redis andy-stark-redis self-assigned this May 19, 2026
@andy-stark-redis andy-stark-redis added the clients Client library docs label May 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 2026

DOC-6631

@github-actions
Copy link
Copy Markdown
Contributor

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented May 19, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 32f6b1c. Configure here.

Comment thread local_examples/client-specific/redis-py/async_intro.py
Copy link
Copy Markdown
Collaborator

@dwdougherty dwdougherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of nitpicks re. US vs. UK spelling; otherwise LGTM.

Comment thread content/develop/clients/redis-py/async.md Outdated
Comment thread local_examples/client-specific/redis-py/async_intro.py Outdated
Co-authored-by: David Dougherty <david.dougherty@redis.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clients Client library docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants