Skip to content

What is Redis? A complete guide for developers#3073

Open
aishwaripahwa12 wants to merge 3 commits into
mainfrom
what-is-redis-complete-guide-for-developers
Open

What is Redis? A complete guide for developers#3073
aishwaripahwa12 wants to merge 3 commits into
mainfrom
what-is-redis-complete-guide-for-developers

Conversation

@aishwaripahwa12

Copy link
Copy Markdown
Contributor

Latest SEO blog

@appwrite

appwrite Bot commented Jun 30, 2026

Copy link
Copy Markdown

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Queued Queued View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Queued Queued View Logs Preview URL QR Code


Tip

Our Discord community has grown to 24K developers, and counting

@greptile-apps

greptile-apps Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds a new SEO-focused blog post, "What is Redis? A complete guide for developers," covering Redis's in-memory architecture, data structures, persistence options, use cases, and best practices, along with its cover image and a corresponding .optimize-cache.json entry.

  • New blog post (+page.markdoc): 128-line Markdoc article with proper frontmatter (unlisted: true while pending publish), FAQs, a comparison table, and a "Start building" CTA linking to Appwrite Cloud.
  • Cover image (cover.avif): Binary asset added to static/images/blog/what-is-redis-a-complete-guide-for-developers/.
  • Cache entry (.optimize-cache.json): References cover.png while the committed file is cover.avif — this extension mismatch is intentional per repo convention and requires no action.

Confidence Score: 5/5

This is a new static blog post and image with no changes to application logic — safe to merge once the previously flagged caching link is resolved.

The change is a self-contained blog post addition. No application code, routing logic, or data handling is modified. The only outstanding concern (the placeholder caching link) was already raised in a previous review thread.

No files require special attention beyond the already-reviewed caching link in the Markdoc post.

Important Files Changed

Filename Overview
src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc New blog post introducing Redis for developers — well-structured content covering speed, data structures, use cases, and best practices, with no broken internal links beyond the already-reviewed caching URL.
.optimize-cache.json Adds cache entry for the new Redis blog cover image; the entry uses a .png extension while the committed file is .avif, which is an intentional mismatch managed separately per repo convention.
static/images/blog/what-is-redis-a-complete-guide-for-developers/cover.avif New cover image for the Redis blog post, added as an .avif binary file.

Reviews (3): Last reviewed commit: "Update +page.markdoc" | Re-trigger Greptile

Comment thread src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc Outdated
aishwaripahwa12 and others added 2 commits June 30, 2026 13:53
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
4. **Set an expiry** on a key with `EXPIRE` to see how Redis handles temporary data, the heart of caching.
5. **Integrate Redis into an app** as a cache in front of your database, and measure the speedup.

A backend platform like [Appwrite](https://appwrite.io/docs) provides databases, storage, and functions that pair naturally with a caching layer like Redis in a production stack.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We don't have any Redis integrations. We can mention we use Redis-like technology for list caching.


# Start building

Appwrite Cloud gives developers a fully managed backend so you can ship fast without provisioning or maintaining any infrastructure. You get auth, databases, storage, functions, and real-time out of the box, scaling automatically as your app grows. Recent releases have added [MongoDB support, Appwrite 1.9.0, realtime upgrades, and new AI tooling](https://dev.to/appwrite/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling-1eg6), with [more landing every few weeks](https://dev.to/appwrite/may-product-update-presences-api-rust-runtime-7x-faster-storage-uploads-and-more-9h5). We post weekly roundups of product announcements, AI updates, and [developer insights](https://dev.to/appwrite/weekly-roundup-presences-api-git-deployment-triggers-and-ai-updates-58lj) on the [Appwrite blog](https://appwrite.io/blog) and across our developer channels, so follow along wherever you read.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is missing sites.

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.

2 participants