tot-ra / graphql-schema-registry

GraphQL schema registry
MIT License
372 stars 68 forks source link

feat: Allow configuring the logical Redis DB to use #182

Closed ngrewe closed 6 months ago

ngrewe commented 1 year ago

Problem

Currently, the Redis DB is hardcoded to be 2, which means that there is the potential for conflicts when using a shared Redis instance where that DB index is already taken.

Changes

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4475324393

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/redis/index.ts 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
src/redis/index.ts 12 63.64%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 4226722538: 0.0%
Covered Lines: 466
Relevant Lines: 1284

💛 - Coveralls