Skip to content

Commit

Permalink
docs: update README to reflect Redis caching implementation and clari…
Browse files Browse the repository at this point in the history
…fy prerequisites
v0id-user committed Jan 16, 2025
1 parent 610ef87 commit 84d7d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
- **Frontend**: Next.js, React, TailwindCSS
- **Backend**: Next.js API Routes
- **Database**: PostgreSQL
- ~~**Caching**: Redis~~ (Not implemented yet)
- **Caching**: Redis
- **Storage**: S3-compatible Storage (Tigris)
- **Security**: GPG for Blog Verification
- **Runtime**: Bun
@@ -41,7 +41,7 @@
Before you begin, ensure you have the following:
- Node.js and npm (or Bun)
- PostgreSQL database
- ~~Redis server~~ (Not required yet)
- Redis server
- S3-compatible storage (like Tigris)
- GPG key pair for blog verification

0 comments on commit 84d7d6c

Please sign in to comment.