Till Krüss
@tillkruess on WordPress.org and Slack
Bio
Contribution History
Till Krüss’s badges:- Core Contributor
- Core Performance Contributor
- Core Performance Team
- Documentation Contributor
- Plugin Developer
- Theme Developer
- Translation Contributor
-
Posted a reply to Not Connected, on the site WordPress.org Forums:
That’s an error message related to Redis Server. -
Posted a reply to Not Connected, on the site WordPress.org Forums:
What have you tried? -
Posted a reply to Redis Object Cache stops plugin “Inline Image Upload for BBPress” working”, on the site WordPress.org Forums:
I added an FAQ item: https://github.com/rhubarbgroup/redis-cache/blob/develop/FAQ.md#how-can-i-ignore-a-cache-group -
Posted a reply to Redis Object Cache stops plugin “Inline Image Upload for BBPress” working”, on the site WordPress.org Forums:
yep it’s documented in the readme. -
Committed [3504554] to Plugins SVN:
Sync with GitHub; Tag v1.0.25 -
Posted a reply to Plugin fails entirely in 4.0 and 4.0.1, on the site WordPress.org Forums:
@simrandeep Do you have a full stack trace for that error? -
Posted a reply to Plugin fails entirely in 4.0 and 4.0.1, on the site WordPress.org Forums:
I can release a fix for Object Cache Pro. -
Posted a reply to How to automatically clear the object cache?, on the site WordPress.org Forums:
you can call wp_cache_flush() using a WordPress schedule. If you're running out of memory, you… -
Posted a reply to Multisite, on the site WordPress.org Forums:
Can use a single license for the entire multisite network and all your other sites… -
Posted a reply to plugins are not cached by default, on the site WordPress.org Forums:
Add the groups to what specifically? You can see all configuration options outlined in the… -
Posted a reply to plugins are not cached by default, on the site WordPress.org Forums:
The global groups feature is only for WordPress Multisite Networks, are you sing those? -
Posted a reply to plugins are not cached by default, on the site WordPress.org Forums:
What do you mean these are not cached by default? By default the groups terms,… -
Posted a reply to plugins are not cached by default, on the site WordPress.org Forums:
it’s up to the authors of Max Mega Menu to leverage object caching in their… -
Posted a reply to WP_CACHE_KEY_SALT or WP_REDIS_PREFIX for for the key prefix, on the site WordPress.org Forums:
prefix is the correct one. Check the README. Also it’s better to use a separate… -
Posted a reply to new to redis, what happens if redis process goes down, on the site WordPress.org Forums:
you can use supervisord to restart Redis. like SQL, Redis must be available for WordPress… -
Posted a reply to Status stays Disabled, on the site WordPress.org Forums:
Hey! Status: Disabled means the object-cache.php drop-in is not in place. Redis: Reachable means your… -
Posted a reply to Best practice for database and key, on the site WordPress.org Forums:
it’s much better to use separate databases for each site so data is isolated and… -
Posted a reply to Redis Object Cache – unexpected performance behavior in wp-admin, on the site WordPress.org Forums:
You can use redis-cli MONITOR to see what keys are going in and out. As… -
Posted a reply to Redis Object Cache – unexpected performance behavior in wp-admin, on the site WordPress.org Forums:
Hi Bart, You'll need to debug this. Redis Object Cache is just providing an API… -
Posted a reply to NOAUTH errors in WP error log, on the site WordPress.org Forums:
The error NOAUTH Authentication required means that Redis wasn't given a password, nothing else would… -
Posted a reply to NOAUTH errors in WP error log, on the site WordPress.org Forums:
Is this running on a single machine? No scaling or containers, in that case it… -
Posted a reply to is this latency normal?, on the site WordPress.org Forums:
The Time is not the latency, but the time spend talking to Redis per HTTP… -
Posted a reply to How to delete Redis object cache, on the site WordPress.org Forums:
It's in the FAQ -
Posted a reply to Lack of options and forced adverts, on the site WordPress.org Forums:
If you'd have read the README, you'd see the WP_REDIS_HOST configuration option to specify the… -
Posted a reply to Determining ‘back-end’ / FluentCRM task-related objects for exclusion, on the site WordPress.org Forums:
So, I am having an issue where WP Manage Ninja support has determined that Redis… -
Posted a reply to No Contact info for pro, on the site WordPress.org Forums:
Go to "Pricing" and scroll to "Questions or concerns?" Scheduling events: https://www.reddit.com/r/Wordpress/comments/6fh6w2/interval_always_5_minutes_when_using_wp_schedule/ -
Posted a reply to FATAL NOPERM if no Redis info permission, on the site WordPress.org Forums:
If SQL is down, your site is down. If Redis is down, your site is… -
Posted a reply to FLUSH_DB permission too broad, on the site WordPress.org Forums:
Don't share the same database index with multiple users, isolate them by db. -
Posted a reply to FATAL NOPERM if no Redis info permission, on the site WordPress.org Forums:
NOPERM User default has no permissions to run the 'info' command If the user doesn't… -
Posted a reply to Conflict between Merchant and Redis Object Cache, on the site WordPress.org Forums:
Feel free to open a pull request on GitHub for it. -
Posted a reply to Your plugin is not tested with WordPress 6.9, on the site WordPress.org Forums:
I just pushed the change to SVN. Let me know if this doesn't update for… -
Committed [3449828] to Plugins SVN:
Update tested as 6.9 -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
How often does the error occur? -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
Try increasing the read timeout for 3 or 5 seconds, that might resolve it. -
Posted a reply to After uninstalling Redis Object Cache – any files to remove manually?, on the site WordPress.org Forums:
If wp-content/object-cache.php was removed then you're good. -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
That's odd, no slow Lua scripts. Please post your diagnostics from Settings > Redis. -
Posted a reply to The Object Cache Pro license token could not be verified and plugin updates have, on the site WordPress.org Forums:
Delete any folder or file named redis-cache-pro or object-cache-pro. Additionally delete the object-cache.php. Check these… -
Posted a reply to PHP 8.5 Compatibility Inquiry, on the site WordPress.org Forums:
Yes it is. I'll mark it as compatible today 👍 -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
Try giving redis-cli your host and port so it connects. We'd need to look at… -
Posted a reply to Redis latency grows to 27s+ after +-24h (Lua/EVAL blocking?), on the site WordPress.org Forums:
In that case WP_REDIS_DISABLE_GROUP_FLUSH will help. Try using a much shorter cache key prefix so… -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
What does redis-cli -s slowlog get 10 show? -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
How large is your redis dataset? redis-cli dbsize -
Posted a reply to Redis latency grows to 27s+ after +-24h (Lua/EVAL blocking?), on the site WordPress.org Forums:
Try setting WP_REDIS_DISABLE_GROUP_FLUSH to true. -
Posted a reply to Redis latency grows to 27s+ after +-24h (Lua/EVAL blocking?), on the site WordPress.org Forums:
Your Redis key prefix is unnecessarily long, I'd make it human readable. How large is… -
Posted a reply to Socket error on read socket, on the site WordPress.org Forums:
Please post your diagnostics and read the FAQ. You might need to increase timeouts. -
Posted a reply to No answer, on the site WordPress.org Forums:
Hi! Sorry to hear that. Might have been flagged as spam. Let me know if… -
Posted a reply to 10/10, on the site WordPress.org Forums:
always makes my day, thanks 🙏 -
Posted a reply to WooCommerce variations vanish upon object cache plugin deactivation, on the site WordPress.org Forums:
@boosterbast feel free to open a PR of another fix is needed. We’ve not heard… -
Posted a reply to Working on a website and not on another, on the site WordPress.org Forums:
make sure each site has their own Redis database. They can use the same server.… -
Posted a reply to Error establishing a Redis connection, on the site WordPress.org Forums:
How many keys are in the db of the site with timeouts?
Developer
-
Email Address Encoder
Active Installs: 100,000+
-
Humans TXT
Active Installs: 400+
-
Nginx Cache
Active Installs: 10,000+
-
Paste as Plain Text
Active Installs: 1,000+
-
Redis Object Cache
Active Installs: 300,000+
-

Cherry BlossomActive Installs: 70+
Plugins
-
Advanced Custom Fields (ACF®)
-
Akismet Anti-spam: Spam Protection
-
Debug Bar
-
Debug Bar Cron
-
Debug This
-
Email Address Encoder
-
Insights from Google PageSpeed
-
Jetpack - WP Security, Backup, Speed, & Growth
-
Log Deprecated Notices
-
Paste as Plain Text
-
Redis Object Cache
-
Regenerate Thumbnails
-
Rewrite Rules Inspector
-
Stream
-
TermsFeed AutoTerms: Privacy Policy Generator, Cookie Consent, GDPR, CCPA, Terms & Conditions, Disclaimers, Cookies Policy, EULA
-
The WP Remote WordPress Plugin
-
Unicornify
-
User Switching
-
Yoast SEO - Advanced SEO with real-time guidance and built-in AI