8000 Invalid password in RedisAdapter · Issue #20025 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Invalid password in RedisAdapter #20025
Closed
@ErikSaunier

Description

@ErikSaunier

Symfony 3.1

When I use my proper cache backend such as Redis in the Cache component and provide a default_redis_provider like as below, the password use to establish the connection is wrong :

# app/config/config_prod.yml
framework:
    cache:
        app: cache.adapter.redis
        default_redis_provider: "redis://e:password@ec2-23-217-18-82.eu-west-1.compute.amazonaws.com:21039"

e:password is used as the password insteed of password.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0