Skip to content

docs: add redis as an example driver, adds choose storage system guidance#4654

Merged
lennessyy merged 11 commits into
mainfrom
storage-redis-example
Jun 5, 2026
Merged

docs: add redis as an example driver, adds choose storage system guidance#4654
lennessyy merged 11 commits into
mainfrom
storage-redis-example

Conversation

@lennessyy

@lennessyy lennessyy commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

  • Adds link to the samples repo for the Redis driver

Notes to reviewers

┆Attachments: EDU-6470 docs: add redis as an example driver

@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview, Comment Jun 5, 2026 5:00pm

Request Review

@lennessyy lennessyy marked this pull request as ready for review June 3, 2026 21:08
@lennessyy lennessyy requested a review from a team as a code owner June 3, 2026 21:08
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

@lennessyy lennessyy changed the title docs: add redis as an example driver docs: add redis as an example driver, adds choose storage system guidance Jun 3, 2026
Comment thread docs/encyclopedia/data-conversion/external-storage.mdx
- **Amazon S3, Google Cloud Storage, Azure Blob Storage:** Default choice for durable payload storage. We provide a
first-party S3 storage driver for the [Go](/develop/go/data-handling/external-storage#store-and-retrieve-large-payloads-with-amazon-s3) and [Python](/develop/python/data-handling/external-storage#store-and-retrieve-large-payloads-with-amazon-s3) SDKs.
- **Google Cloud Bigtable:** Low-latency reads on Google Cloud, but payloads must fit within Bigtable's cell and row size limits.
- **Redis:** Suitable when configured for durability (such as with AOF persistence), not as an evicting cache.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do we want to link to the Python sample?

Comment thread docs/encyclopedia/data-conversion/external-storage.mdx Outdated
@lennessyy lennessyy enabled auto-merge (squash) June 5, 2026 16:58
@lennessyy lennessyy merged commit 23f0a4b into main Jun 5, 2026
11 checks passed
@lennessyy lennessyy deleted the storage-redis-example branch June 5, 2026 17:00
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.

4 participants