Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Integration #387

Open
2 tasks done
dhirajudhani opened this issue Oct 18, 2024 · 0 comments
Open
2 tasks done

Redis Integration #387

dhirajudhani opened this issue Oct 18, 2024 · 0 comments
Labels
poc Initial concept or experiment

Comments

@dhirajudhani
Copy link

What is this issue related to?

Feature

Description

I am starting to work on integrating Redis into our project. Redis is an in-memory data store used to cache frequently accessed data, which helps improve the speed and performance of applications. I have done some initial research and Proof of Concepts (POCs) to understand how Redis works and how it can benefit our project.

Expected Behavior

  • Store frequently requested data in the cache to speed up response times.
  • Make sure the cache is in sync with the main database.
  • Handle multiple connections efficiently without performance issues.

Current Behavior

  • Right now, we are not using Redis in the project.

Additional Information (optional)

Assigned Date : 4th October

Confirmation Checklist

  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
@dhirajudhani dhirajudhani added the poc Initial concept or experiment label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
poc Initial concept or experiment
Projects
None yet
Development

No branches or pull requests

1 participant