Hello
I did all of this, but still see the objects.. Also restart the server, clean the cache, clean the browser cache…
this the config in top wp-config
define(‘WP_REDIS_IGNORED_GROUPS’, [
‘counts’,
‘plugins’,
‘wishlist-items’,
‘wishlists’,
‘convert_url’,
]);
this is the result:
wp:wishlists:wishlist-default-1 – 0.01k
wp:wishlists:wishlist-id-1 – 0.29k
wp:wishlists:wishlist-token- – 0.29k
wp:wishlist-items:item-222621 – 0.29k
wp:wishlist-items:item-137880 – 0.29k
wp:wishlist-items:item-237165 – 0.29k
wp:wishlist-items:item-214941 – 0.29k
wp:wishlist-items:item-216822 – 0.29k
wp:wishlist-items:item-222609 – 0.29k
wp:wishlist-items:item-8 – 0.27k
this is the diagnostic:
Status: Connected
Client: PhpRedis (v5.2.1)
Drop-in: Valid
Ping: 1
Redis Extension: 5.2.1
Predis Client: 1.1.1
PHP Version: 7.3.17
Redis Version: 3.2.12
Multisite: No
Global Prefix: “wp_”
Blog Prefix: “wp_”
WP_REDIS_IGNORED_GROUPS: [“counts”,”plugins”,”wishlist-items”,”wishlists”,”convert_url”]
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”,
“wishlist-items”,
“wishlists”,
“convert_url”,
“themes”,
“wordfence”,
“wordfence-ls”,
“WPML_ST_Package_Factory”,
“atum-stock-manager-for-woocommerce”
]
What I’m doing wrong?
Thanks