[ad_1]
I’m testing out an install and I see that basically everything in the global and ignored groups is also listed as unflushable. I haven’t manually declared anything as unflushable, so I’m curious how this is happening and if it’s working as intended?
Status: Connected
Client: PhpRedis (v5.3.7)
Drop-in: Valid
Disabled: No
Ping: 1
Errors: []
PhpRedis: 5.3.7
Relay: Not loaded
Predis: Not loaded
Credis: Not loaded
PHP Version: 8.1.13
Plugin Version: 2.3.0
Redis Version: 7.0.5
Multisite: No
Metrics: Enabled
Metrics recorded: 47
Filesystem: Working
Global Prefix: "AO_"
Blog Prefix: "AO_"
WP_REDIS_SCHEME: "unix"
WP_REDIS_PATH: "/run/redis/redis-server.sock"
WP_REDIS_MAXTTL: "300"
WP_REDIS_PREFIX: "redacted.com"
WP_CACHE_KEY_SALT: "redacted.com"
WP_REDIS_PLUGIN_PATH: "/var/www/sites/redacted.com/html/wp-content/plugins/redis-cache"
WP_REDIS_SELECTIVE_FLUSH: "true"
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",
"code_snippets"
]
Ignored Groups: [
"counts",
"plugins",
"themes",
"theme_json",
"sensei\/temporary"
]
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",
"counts": "ignored",
"plugins": "ignored",
"themes": "ignored",
"blog_meta": "global",
"theme_json": "ignored",
"code_snippets": "global",
"sensei\/temporary": "ignored"
}
Drop-ins: [
"Redis Object Cache Drop-In v2.3.0 by Till Krüss"