graphql-redis-subscriptions
graphql-redis-subscriptions copied to clipboard
A graphql subscriptions implementation using redis and apollo's graphql-subscriptions
Hi there. Would it be possible to update the Readme with the required ACL permissions for leveraging this library against a redis cluster? The info is extremely hard to find...
Does this library still support https://github.com/redis/node-redis? Doesn't seem to be working for v4 of node-redis.
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.7 to 18.15.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.0 to 5.55.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.55.0 5.55.0 (2023-03-13) Bug Fixes eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#6597) (d73d7d3)...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
With redis 7+ you can now use their sharded method described [here](https://app.clickup.com/t/8676z6wzn). This will enable us to scale a bit better with redis clusters. Maybe this is just an argument...
Closes #340. Implements redis-streams support. It turns out using redis streams as the communication mechanism is quite different from standard subscriptions so I pulled the functionality into a separate module,...
Bumps [@istanbuljs/nyc-config-typescript](https://github.com/istanbuljs/istanbuljs/tree/HEAD/packages/nyc-config-typescript) from 1.0.1 to 1.0.2. Release notes Sourced from @istanbuljs/nyc-config-typescript's releases. nyc-config-typescript-v1.0.2 1.0.2 (2021-12-01) Bug Fixes remove unnecessary peer dependencies (8a18fa1) Changelog Sourced from @istanbuljs/nyc-config-typescript's changelog. 1.0.2 (2021-12-01) Bug...
Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 10.0.0 to 10.2.0 Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945:...
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.6.0. Release notes Sourced from graphql's releases. v16.6.0 (2022-08-16) New Feature 🚀 #3645 createSourceEventStream: introduce named arguments and deprecate positional arguments (@yaacovCR) #3702 parser: limit...