• Resolved Flávio Ricardo

    (@flavioricardo)


    I’m trying to use Redis + Hummingbird integration, but when I try to connect using UNIX socket I got the message:

    Redis connection error : No such file or directory [unix:/var/run/redis/redis.sock]

    If I try to connect using tcp, I got a reload and still not connected, I’m using the followings parameters:

    Host: 127.0.0.1
    Port: 6379
    Database: 1

    Follow my diagnostics log:

    Status: Connected
    Client: PhpRedis (v5.3.4)
    Drop-in: Valid
    Disabled: No
    Ping: 1
    Errors: []
    PhpRedis: 5.3.4
    Predis: 1.1.6
    Credis: Not loaded
    PHP Version: 7.4.18
    Plugin Version: 2.0.19-dev
    Redis Version: 6.0.6
    Multisite: No
    Filesystem: Working
    Global Prefix: "cs_"
    Blog Prefix: "cs_"
    WP_REDIS_DATABASE: 1
    WP_REDIS_PASSWORD: ????????
    Global Groups: [
        "blog-details",
        "blog-id-cache",
        "blog-lookup",
        "global-posts",
        "networks",
        "rss",
        "sites",
        "site-details",
        "site-lookup",
        "site-options",
        "site-transient",
        "users",
        "useremail",
        "userlogins",
        "usermeta",
        "user_meta",
        "userslugs",
        "redis-cache",
        "blog_meta"
    ]
    Ignored Groups: [
        "counts",
        "plugins",
        "themes"
    ]
    Unflushable Groups: []
    Drop-ins: [
        "advanced-cache.php v by ",
        "Redis Object Cache Drop-In v2.0.19-dev by Till Krüss"
    ]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Redis + Hummingbird’ is closed to new replies.