Code Monkey home page Code Monkey logo

Comments (7)

davidyaha avatar davidyaha commented on August 21, 2024 2

@ntelkedzhiev Available on version 2.1.0 thanks to @neilljordan

from graphql-redis-subscriptions.

ivosabev avatar ivosabev commented on August 21, 2024 1

+1 for pattern support

from graphql-redis-subscriptions.

davidyaha avatar davidyaha commented on August 21, 2024

Hey @igorlesnenko!
Thanks for taking interest in this project!

Would you mind adding some more information regarding your use case?

I've actually played around with the idea of supporting PSUBSCRIBE but I do need a use case to follow and I couldn't think of a good one.

Thanks again,
David

from graphql-redis-subscriptions.

igorlesnenko avatar igorlesnenko commented on August 21, 2024

@davidyaha
For example, we have SaaS project management system where users can create Projects and Tasks. I push messages in channels like: project.id123.task.id789

So If I want to subscribe on particular Task updates I will subscribe to *.task.id789
If I want to subscribe to all Tasks that belongs to project with id=123 I will subscribe to project.id123.task.*
If I want to subscribe to particular Project, I will subscribe to project.id123

What do you think?

I just tried to change subscribe to psubscribe, but looks like it is not that simple.

from graphql-redis-subscriptions.

igorlesnenko avatar igorlesnenko commented on August 21, 2024

I just tried to change subscribe to psubscribe, but looks like it is not that simple.

Ok, I also had to change onMessage resolver and now it works for me.

this.redisSubscriber.on('pmessage', this.onMessage.bind(this));
private onMessage(pattern: string, channel: string, message: string) {
    const subscribers = this.subsRefsMap[pattern];
...
}

from graphql-redis-subscriptions.

davidyaha avatar davidyaha commented on August 21, 2024

Hey @ivosabev! Care to continue where @j3ddesign left off?

from graphql-redis-subscriptions.

ntelkedzhiev avatar ntelkedzhiev commented on August 21, 2024

@davidyaha Any intentions of adding this soon?

from graphql-redis-subscriptions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.