24 lines
715 B
JSON
24 lines
715 B
JSON
{
|
|
"id": "phase1-foundation-08",
|
|
"seq": "08",
|
|
"title": "Set up Redis caching",
|
|
"status": "completed",
|
|
"depends_on": ["04"],
|
|
"parallel": true,
|
|
"context_files": [
|
|
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md"
|
|
],
|
|
"acceptance_criteria": [
|
|
"Redis 7+ installed locally or Docker container running",
|
|
"Redis client configured in src/lib/redis/index.ts",
|
|
"Connection string added to .env.example",
|
|
"Redis connection tested successfully",
|
|
"Basic get/set operations work"
|
|
],
|
|
"deliverables": [
|
|
"src/lib/redis/index.ts",
|
|
".env.example (with REDIS_URL)",
|
|
"docker-compose.yml (updated if using Docker)"
|
|
]
|
|
}
|