We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the task Investigate Redis connectivity on docker compose
The text was updated successfully, but these errors were encountered:
#1983 - Changed Redis client to ioredis for local development (#1996)
0ef3ff9
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
andrewsignori-aot
No branches or pull requests
Describe the task
Investigate Redis connectivity on docker compose
The text was updated successfully, but these errors were encountered: