• Resolved Vitaliy Lyubezhanin

    (@harikjr88)


    I have this:

    Status: Connected
    Client: PhpRedis (v5.3.2)
    Drop-in: Valid
    Disabled: No
    Ping: 1
    Errors: []
    PhpRedis: 5.3.2
    Predis: Not loaded
    Credis: Not loaded
    PHP Version: 7.4.16
    Plugin Version: 2.0.17
    Redis Version: 5.0.6
    Multisite: No
    Filesystem: Working
    Global Prefix: “wp_”
    Blog Prefix: “wp_”
    WP_REDIS_PREFIX: “***”
    WP_CACHE_KEY_SALT: “***”
    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 “,
    “maintenance.php v by “,
    “Redis Object Cache Drop-In v2.0.17 by Till Krüss”
    ]

    Am I missing any plugins on my site?

    Should I be updating the REDIS version on the site? will that even help or does the plugin not use that?

    Is it ok that Predis and Credis is not loaded?

Viewing 1 replies (of 1 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    This is Redis: https://redis.io

    This is PhpRedis: https://github.com/phpredis/phpredis

    Am I missing any plugins on my site?

    Not that I see.

    Should I be updating the REDIS version on the site? will that even help or does the plugin not use that?

    Redis Server 5.x is modern enough, no need to upgrade unless you want to use ACLs.

    Is it ok that Predis and Credis is not loaded?

    Yes, PhpRedis is the best client anyhow.

Viewing 1 replies (of 1 total)
  • The topic ‘Whats the difference between PHPREDIS and REDIS’ is closed to new replies.