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

Outdated redis version in docker-compose #4233

Closed
skomski opened this issue Mar 25, 2024 · 1 comment · Fixed by #4235 or #4263
Closed

Outdated redis version in docker-compose #4233

skomski opened this issue Mar 25, 2024 · 1 comment · Fixed by #4235 or #4263

Comments

@skomski
Copy link

skomski commented Mar 25, 2024

In the https://github.com/medplum/medplum/blob/main/docker-compose.yml#L21 file redis version 6 is specified but the latest stable version is 7. Are there any incompatibilities with redis version 7 or just not tested?

@codyebberson
Copy link
Member

codyebberson commented Mar 25, 2024

Thanks for the nudge @skomski . Upgrading to Redis 7 is on our roadmap for later this year, but no harm in using it in development + testing today.

Fixed in #4235

github-merge-queue bot pushed a commit that referenced this issue Mar 25, 2024
* Add Redis 7 to test matrix

* Specify redis version for code coverage upload
medplumbot added a commit that referenced this issue Mar 27, 2024
Nextauth demo tweaks (#4259)
Fixes #4252 - CLI webserver handle OPTIONS requests (#4260)
Fixes #4203 - handle empty array in buildAccessPolicy (#4261)
Added warning about estimated count threshold (#4209)
Add @medplum/definitions to bot layer (#4254)
Dependency upgrades (#4232)
Include `total` in `SearchControl` (#4253)
types(core): infer `resourceType` when `T` in `Reference` is known (#4238)
Fixes #4233 - Use Redis 7 in docker-compose and test matrix (#4235)
next-auth-demo (#3986)
Use FhirRouter for FHIR operations (#4226)
fix(server): Fix server tests failing intermittently due to `ioredis` (#4223)
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#4228)
Fixes #4218 - CodeableConceptInput without ValueSet binding (#4227)
Move Danger.js github action to workflow_run (#4229)
Fixes #4204 - FHIR Binary improvements (#4208)
Add import statement for search parameter bundle files (#4221)
Fix uniqueness constraint on terminology properties (#4154)
Add more rules to dangerfile (#4219)
FHIR search lookup table optimizations (#4202)
fix(subscription): enable checking `AccessPolicy` for WS subs (#4207)
Support descendent-of ValueSet filter op (#4214)
fix(expo-polyfills): allow `reject`s in map to propagate up (#4217)
Update index pages in docs (#4175)
Add support for US Core Search Params (#4201)
github-merge-queue bot pushed a commit that referenced this issue Mar 27, 2024
Nextauth demo tweaks (#4259)
Fixes #4252 - CLI webserver handle OPTIONS requests (#4260)
Fixes #4203 - handle empty array in buildAccessPolicy (#4261)
Added warning about estimated count threshold (#4209)
Add @medplum/definitions to bot layer (#4254)
Dependency upgrades (#4232)
Include `total` in `SearchControl` (#4253)
types(core): infer `resourceType` when `T` in `Reference` is known (#4238)
Fixes #4233 - Use Redis 7 in docker-compose and test matrix (#4235)
next-auth-demo (#3986)
Use FhirRouter for FHIR operations (#4226)
fix(server): Fix server tests failing intermittently due to `ioredis` (#4223)
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#4228)
Fixes #4218 - CodeableConceptInput without ValueSet binding (#4227)
Move Danger.js github action to workflow_run (#4229)
Fixes #4204 - FHIR Binary improvements (#4208)
Add import statement for search parameter bundle files (#4221)
Fix uniqueness constraint on terminology properties (#4154)
Add more rules to dangerfile (#4219)
FHIR search lookup table optimizations (#4202)
fix(subscription): enable checking `AccessPolicy` for WS subs (#4207)
Support descendent-of ValueSet filter op (#4214)
fix(expo-polyfills): allow `reject`s in map to propagate up (#4217)
Update index pages in docs (#4175)
Add support for US Core Search Params (#4201)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
2 participants