VitalikMatvieiev / edu-forum

1 stars 0 forks source link

Database Configuration with PostgreSQL and Redis Integration for Caching #8

Open kossvat opened 8 months ago

kossvat commented 8 months ago

Description:

This task focuses on setting up PostgreSQL as the primary database for the Django application and integrating Redis to enhance performance through caching. The objective is to ensure efficient data storage and retrieval, alongside optimizing response times for frequently accessed data.

Acceptance Criteria:

  1. PostgreSQL Configuration:
  1. Redis Integration:
VitalikMatvieiev commented 8 months ago

here should be described the algorithm and the data you will store in redis, and also here should be requirements for redis

VitalikMatvieiev commented 8 months ago

for DB you should use Postgres