• I seem to be getting a 503 service unavailable error when activating the Redis cache on my site, Im using the same redis database for multiple sites using different define( ‘WP_REDIS_DATABASE’, “” );

    After checking the php error logs it doesnt have any indication of the issue.

    Any ideas would be appreciated.

    Thanks
    -Daniel

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Julie

    (@julieadrienne)

    Please post your diagnostics from Settings > Redis.

    Thread Starter dcalicantestudios

    (@dcalicantestudios)

    Status: Connected
    Client: Predis (v2.1.2)
    Drop-in: Valid
    Disabled: No
    Ping: PONG
    Errors: []
    PhpRedis: Not loaded
    Relay: Not loaded
    Predis: 2.1.2
    Credis: Not loaded
    PHP Version: 8.1.26
    Plugin Version: 2.5.0
    Redis Version: 5.0.3
    Multisite: No
    Metrics: Enabled
    Metrics recorded: 1
    Filesystem: Writable
    Global Prefix: "wp_"
    Blog Prefix: "wp_"
    WP_REDIS_DATABASE: 1
    WP_REDIS_TIMEOUT: 10
    WP_REDIS_READ_TIMEOUT: 10
    WP_REDIS_PREFIX: "marcel"
    WP_REDIS_PLUGIN_PATH: "/home/marcelol/public_html/wp-content/plugins/redis-cache"
    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",
        "network-queries",
        "site-queries",
        "user-queries",
        "code_snippets"
    ]
    Ignored Groups: [
        "counts",
        "plugins",
        "theme_json",
        "themes",
        "wordfence",
        "wordfence-ls",
        "WPML_ST_Package_Factory",
        "wpml-pb-package-strings",
        "wpml-all-meta-product-variation"
    ]
    Unflushable Groups: []
    Groups Types: {
        "blog-details": "global",
        "blog-id-cache": "global",
        "blog-lookup": "global",
        "global-posts": "global",
        "networks": "global",
        "rss": "global",
        "sites": "global",
        "site-details": "global",
        "site-lookup": "global",
        "site-options": "global",
        "site-transient": "global",
        "users": "global",
        "useremail": "global",
        "userlogins": "global",
        "usermeta": "global",
        "user_meta": "global",
        "userslugs": "global",
        "redis-cache": "global",
        "blog_meta": "global",
        "network-queries": "global",
        "site-queries": "global",
        "user-queries": "global",
        "counts": "ignored",
        "plugins": "ignored",
        "theme_json": "ignored",
        "code_snippets": "global",
        "themes": "ignored",
        "wordfence": "ignored",
        "wordfence-ls": "ignored",
        "WPML_ST_Package_Factory": "ignored",
        "wpml-pb-package-strings": "ignored",
        "wpml-all-meta-product-variation": "ignored"
    }
    Drop-ins: [
        "advanced-cache.php v by ",
        "Query Monitor Database Class (Drop-in) v3.13.1 by John Blackbourn",
        "Redis Object Cache Drop-In v2.5.0 by Till Krüss"
    ]
    Plugin Support Julie

    (@julieadrienne)

    Do all sites use a unique WP_REDIS_PREFIX?

    Can you try setting a unique WP_REDIS_DATABASE for each site?

    Thread Starter dcalicantestudios

    (@dcalicantestudios)

    All sites are using a unique prefix and database

    Plugin Support Julie

    (@julieadrienne)

    You can try running a redis-cli FLUSHALL call to make sure all the caches are flushed once. If that doesn’t help we need Nginx and PHP error logs to try and help you with the 503 warning.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘503 error with no PhP logs’ is closed to new replies.