TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

Reverted NodeNorm-loader to Redis v6 #243

Closed gaurav closed 6 months ago

gaurav commented 6 months ago

NodeNorm-loader currently uses Redis v7 (because I assumed this would be the latest and greatest), but this might be having difficulty communicating properly with ITRB clusters which currently run Redis v6. So this PR updates NodeNorm-loader to use Redis v6 instead.

Might help with https://github.com/helxplatform/translator-devops/issues/813