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

Store Configuration in Redis #133

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Store Configuration in Redis #133

wants to merge 2 commits into from

Conversation

JT2M0L3Y
Copy link
Collaborator

@JT2M0L3Y JT2M0L3Y commented Nov 2, 2024

Added

  • redis container has been added to the docker infrastructure (both the compose and manual setup).

Planned

  • store setup and run-time configurations as key-value pairs in redis in the form of DB as a cache.

@JT2M0L3Y JT2M0L3Y added enhancement New feature or request performance Performance issues between discord and ollama dependency Involves dependencies from npm or environments technical Non-business related labels Nov 2, 2024
@JT2M0L3Y JT2M0L3Y self-assigned this Nov 2, 2024
@JT2M0L3Y JT2M0L3Y linked an issue Nov 2, 2024 that may be closed by this pull request
@JT2M0L3Y
Copy link
Collaborator Author

JT2M0L3Y commented Nov 2, 2024

image
image

Copy link
Owner

@kevinthedang kevinthedang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great for now. Left a couple comments.

docker-compose.yml Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@JT2M0L3Y JT2M0L3Y force-pushed the feature/redis-cache branch 2 times, most recently from a7cc98e to 33720fa Compare November 7, 2024 19:10
@JT2M0L3Y JT2M0L3Y removed the dependency Involves dependencies from npm or environments label Nov 7, 2024
* Update README.md

* Update commands-guide.md

* Update events-guide.md

* Update commands-guide.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Performance issues between discord and ollama technical Non-business related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storing Data Using a Redis Database
2 participants