graphql-redis-subscriptions

A graphql subscriptions implementation using redis and apollo's graphql-subscriptions

MIT License

Downloads
830.4K
Stars
1.1K
Committers
35

Bot releases are visible (Hide)

graphql-redis-subscriptions - v2.6.1 Latest Release

Published by davidyaha 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/davidyaha/graphql-redis-subscriptions/compare/v2.6.0...v2.6.1

graphql-redis-subscriptions - Update to ioredis 5.x, remove iterall depedency and potential performance increase

Published by davidyaha almost 2 years ago

Thanks to all contributors!

  • @tjmehta
  • @thecodeboss
  • @yovanoc
  • @anajavi
  • @mauricedoepke
graphql-redis-subscriptions - Added support for message buffer

Published by davidyaha over 3 years ago

Thanks to @ skabbes for #360 - Added support for message buffer. Please refer to the README to see how to use that with either node-redis or ioredis.

graphql-redis-subscriptions - Fixed compiled code in package bundle

Published by davidyaha about 4 years ago

IMPORTANT: Do not use v2.3.0 if you want the updated dependencies and Cluster support as the dist folder was mistakenly left out of the version update.
Please use this - v2.3.1

graphql-redis-subscriptions - Added redis cluster support

Published by davidyaha about 4 years ago

IMPORTANT: The published version on NPM was pulled as it does not have the updated features. please use v2.3.1

  • Updated dependencies
  • Migrated from tslint to eslint
  • Migrated from old Istanbul to Nyc for coverage

Thanks to @arsonik!

graphql-redis-subscriptions -

Published by davidyaha almost 5 years ago

  • Fixes a memory leak in the PubSubAsyncIterator - issue #197 and #124 (Thanks @jedwards1211!)
graphql-redis-subscriptions - Added channelOptions and triggerTransform support

Published by davidyaha about 8 years ago

Refer to README to check how to use the new feature.