• Resolved Pramathesh

    (@paramathesh)


    I am getting the following in the diagnostics. Is it a cause for concern? On CLI I am getting Redis storing cache, but just curious about the extension part. Is there anyway to verify if cache is being served from Redis storage?

    Status: Connected
    Client: Predis (v1.1.1)
    Drop-in: Valid
    Ping: PONG
    Redis Extension: Not Found
    Predis Client: 1.1.1
    PHP Version: 7.3.4-1+ubuntu18.04.1+deb.sury.org+3
    Multisite: No
    Global Prefix: “sstprod_”
    Blog Prefix: “sstprod_”
    Global Groups: {“0″:”blog-details”,”1″:”blog-id-cache”,”2″:”blog-lookup”,”3″:”global-posts”,”4″:”networks”,”5″:”rss”,”6″:”sites”,”7″:”site-details”,”8″:”site-lookup”,”9″:”site-options”,”10″:”site-transient”,”11″:”users”,”12″:”useremail”,”13″:”userlogins”,”14″:”usermeta”,”15″:”user_meta”,”16″:”userslugs”,”33″:”blog_meta”}
    Ignored Groups: [“counts”,”plugins”,”themes”]
    Dropins:
    – advanced-cache.php v by
    – Redis Object Cache Drop-In v1.4.1 by Till Krüss
    Plugins:
    – Add From Server v3.3.3 by Dion Hulse (Active)
    – Akismet Anti-Spam v4.1.1 by Automattic (Active)
    – Better Search Replace v1.3.3 by Delicious Brains (Active)
    – Cloudinary v1.1.12 by Cloudinary Ltd. (Active)
    – Contact Form 7 v5.1.1 by Takayuki Miyoshi (Active)
    – Duplicate Post v3.2.2 by Enrico Battocchi (Active)
    – Easy Social Share Buttons for WordPress v6.1.1 by CreoApps (Active)
    – Insert Headers and Footers v1.4.3 by WPBeginner (Active)
    – Rank Math SEO v1.0.23 by Rank Math (Active)
    – Redis Object Cache v1.4.1 by Till Krüss (Active)
    – Regenerate Thumbnails v3.1.0 by Alex Mills (Viper007Bond) (Active)
    – Seofy Core v1.2 by WebGeniusLab (Active)
    – Slider Revolution v5.4.8.3 by ThemePunch (Active)
    – TablePress v1.9.2 by Tobias B?thge (Active)
    – Two Factor v0.4.0 by George Stephanis (Active)
    – Ultimate GDPR v1.7.2 by CreateIT (Active)
    – UpdraftPlus – Backup/Restore v2.16.11.24 by UpdraftPlus.Com, DavidAnderson (Active)
    – WooCommerce v3.5.7 by Automattic (Active)
    – WPBakery Page Builder v5.7 by Michael M – WPBakery.com (Active)
    – WP Google Maps v7.11.16 by WP Google Maps (Inactive)
    – WP Mail SMTP v1.4.2 by WPForms (Active)
    – WP Rocket v3.3.0.1 by WP Media (Active)

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

    (@tillkruess)

    Looks good. You can use the Debug Bar plugin to look at the object cache in detail.

    I see the same thing.

    ...
    Status: Connected
    Client: Predis (v1.1.1)
    Drop-in: Valid
    Ping: PONG
    
    Redis Extension: Not Found
    
    Predis Client: 1.1.1
    PHP Version: 7.0.31-1~dotdeb+8.1
    ...

    I used php -m and confirmed I don’t have the php redis extension installed. Everything is still working fine in this situation?

    • This reply was modified 5 years, 7 months ago by ckeeney.
    Plugin Author Till Krüss

    (@tillkruess)

    PhpRedis would give you a speed boost, but Predis is fine for regular sites.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redis Extension not found’ is closed to new replies.