Skip to content

[Messenger] Redis example with Unix Socket #12924

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

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

JJarrie
Copy link
Contributor

@JJarrie JJarrie commented Jan 10, 2020

This is the documentation change for symfony/symfony#35295 .

fabpot added a commit to symfony/symfony that referenced this pull request Jan 16, 2020
This PR was squashed before being merged into the 5.1-dev branch (closes #35295).

Discussion
----------

[Messenger] Messenger redis local sock dsn

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #34682
| License       | MIT
| Doc PR        | symfony/symfony-docs#12924

Enable connection by unix socket to Redis.

``` messenger.yaml
framework:
    messenger:
        transports:
            async: "redis:///var/run/redis/redis.sock"
```

Commits
-------

0421e01 [Messenger] Messenger redis local sock dsn
@HeahDude HeahDude added this to the 5.1 milestone Jan 17, 2020
@javiereguiluz
Copy link
Member

Thanks and congrats on your first Symfony Docs contribution!

javiereguiluz added a commit that referenced this pull request Jan 27, 2020
This PR was merged into the master branch.

Discussion
----------

[Messenger] Redis example with Unix Socket

This is the documentation change for symfony/symfony#35295 .

Commits
-------

13af194 [Messenger] Redis example with Unix Socket
@javiereguiluz javiereguiluz merged commit 13af194 into symfony:master Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants