Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(microservices): enable wildcards in redis microservice patterns #10359

Merged

Commits on Oct 11, 2022

  1. feat(microservices): add wildcard option in redis microservice patterns

    The redis microservice now makes use of `psubscribe` and `pmessage`
    when the `wildcards` option is enabled in the options of the microservice,
    which makes it possible to use wildcards as specified by the Redis
    documentation.
    
    Closes nestjs#10344
    tijsmoree committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    39d6e8e View commit details
    Browse the repository at this point in the history