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

Investigate Redis connectivity on docker compose #1983

Closed
JasonCTang opened this issue May 30, 2023 · 0 comments
Closed

Investigate Redis connectivity on docker compose #1983

JasonCTang opened this issue May 30, 2023 · 0 comments
Assignees
Labels

Comments

@JasonCTang
Copy link
Collaborator

Describe the task
Investigate Redis connectivity on docker compose

@andrewsignori-aot andrewsignori-aot self-assigned this Jun 5, 2023
andrewsignori-aot added a commit that referenced this issue Jun 7, 2023
While using the standalone mode (local development only) the configuration used was meant to be used by ioredis client but it was configured to use redis client. For reference only, this is the method on the Typeorm source code where the initialization of the specific client happens: https://github.com/typeorm/typeorm/blob/master/src/cache/RedisQueryResultCache.ts#L50
This is the Typeorm documention that states that the connection can happen using redis or ioredis client: https://orkhan.gitbook.io/typeorm/docs/caching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants