Skip to content

What is Redis? A complete guide for developers#3073

Merged
atharvadeosthale merged 6 commits into
mainfrom
what-is-redis-complete-guide-for-developers
Jul 1, 2026
Merged

What is Redis? A complete guide for developers#3073
atharvadeosthale merged 6 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
Ready Ready 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 educational blog post, "What is Redis? A complete guide for developers," covering Redis fundamentals, data structures, use cases, and a comparison with traditional databases. The supporting cover image and its optimize-cache entry are also included.

  • The post's frontmatter, content structure, FAQs, and internal/external links all look correct.
  • The unlisted: true flag is still set, which will prevent the post from appearing in listings or sitemaps — worth confirming this is intentional before merging if the goal is public publication.

Confidence Score: 5/5

This is a new static blog post with no logic changes; it is safe to merge.

The change is additive — a new Markdoc file, a cover image, and a cache entry. No existing code paths are modified, so there is no risk of regression. The only open question is whether unlisted: true should be flipped before publishing.

src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc — verify the unlisted flag before publishing.

Important Files Changed

Filename Overview
src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc New blog post about Redis; content is well-structured, but the post is marked unlisted: true which will prevent it from appearing in any listing or navigation.
.optimize-cache.json Adds a cache entry for the new blog cover image; entry exists so no missing-entry issue per custom rule.
static/images/blog/what-is-redis-a-complete-guide-for-developers/cover.avif New cover image added as an AVIF binary file.

Reviews (6): Last reviewed commit: "Apply suggestions from code review" | 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.

Comment thread src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc Outdated
Comment thread src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc Outdated
Comment thread src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc Outdated
Comment thread src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc Outdated
Comment thread src/routes/blog/post/what-is-redis-a-complete-guide-for-developers/+page.markdoc Outdated
Co-authored-by: Atharva Deosthale <atharva.deosthale17@gmail.com>
@atharvadeosthale atharvadeosthale merged commit dd1d0ea into main Jul 1, 2026
6 of 7 checks passed
@atharvadeosthale atharvadeosthale deleted the what-is-redis-complete-guide-for-developers branch July 1, 2026 08:41
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