Till Krüss
@tillkruess on WordPress.org and Slack
- Member Since: February 16th, 2010
- Location: British Columbia, Canada
- Website: till.im
- Job Title: Web Developer
Bio
Contribution History
Till Krüss’s badges:- Core Contributor Core Contributor
- Theme Developer Theme Developer
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
- 
										Posted a reply to [BUG] PHPRedis (pecl) does not work with TLS scheme, on the site WordPress.org Forums: 
 Can you submit a PR on GitHub? I’ve slammed with with the enterprise rewrite of…2 mins ago 
- 
										Posted a reply to [BUG] PHPRedis (pecl) does not work with TLS scheme, on the site WordPress.org Forums: 
 Right, but it hasn’t worked in the past with this plugin.1 day ago 
- 
										Posted a reply to [BUG] PHPRedis (pecl) does not work with TLS scheme, on the site WordPress.org Forums: 
 Did that ever work?1 day ago 
- 
										Posted a reply to Cannot connect after 1.5 update, on the site WordPress.org Forums: 
 No you need to update the PHP extension.2 days ago 
- 
										Posted a reply to Cannot connect after 1.5 update, on the site WordPress.org Forums: 
 Your PhpRedis is way out of date.2 days ago 
- 
										Posted a reply to Object cache could not be enabled, on the site WordPress.org Forums: 
 Sounds like WordPress doesn't have enough permissions to enable the object-cache.php. You could manually copy…6 days ago 
- 
										Posted a reply to Encoded Link Styling?, on the site WordPress.org Forums: 
 You'd need to make it green as well, you could add your .elementor-icon-list-text class to…1 week ago 
- 
										Posted a reply to Avada, on the site WordPress.org Forums: 
 Aveda doesn't use any of the WordPress filters and your only options are setting up…1 week ago 
- 
										Posted a reply to Not Connected after 1.5.0 update, on the site WordPress.org Forums: 
 It won’t. You need to upgrade PhpRedis.1 week ago 
- 
										Posted a reply to Not Connected after 1.5.0 update, on the site WordPress.org Forums: 
 You need to upgrade your PhpRedis extension.1 week ago 
- 
										Posted a reply to what is the procedure for switching from Predis to PhpRedis?, on the site WordPress.org Forums: 
 You probably added the constant to late in your config.2 weeks ago 
- 
										Posted a reply to what is the procedure for switching from Predis to PhpRedis?, on the site WordPress.org Forums: 
 @whereskarlo: Correct, you got it!2 weeks ago 
- 
										Posted a reply to what is the procedure for switching from Predis to PhpRedis?, on the site WordPress.org Forums: 
 Nothing, just change your config and flush the cache of you have any issues.2 weeks ago 
- 
										Posted a reply to Status: ‘Not connected’ after 1.5 update, on the site WordPress.org Forums: 
 If it’s reporting as 3.0 the 5.0 isn’t loaded properly in PHP. I’d ask your…2 weeks ago 
- 
										Posted a reply to Redis serach integration?, on the site WordPress.org Forums: 
 Mmmh, you're welcome to submit a PR, but I personally would use Algolia for search…2 weeks ago 
- 
										Posted a reply to Redis serach integration?, on the site WordPress.org Forums: 
 Can you explain?2 weeks ago 
- 
										Posted a reply to PhpRedis Extension not recognised, on the site WordPress.org Forums: 
 It PhpRedis is installed and loaded it would show up. You can stick with Predis…2 weeks ago 
- 
										Posted a reply to Error after upgrading to version 1.5.0, on the site WordPress.org Forums: 
 Upgrade will work just fine, just don’t use the JSON serializer. A cache flush before…2 weeks ago 
- 
										Committed [2175353] to Plugins Trac: 
 Update serializer notes2 weeks ago 
- 
										Posted a reply to Error after upgrading to version 1.5.0, on the site WordPress.org Forums: 
 I've updated the docs: https://github.com/tillkruss/redis-cache/commit/7a0babe7b8d250dc6435a9621da0db2fb4a8e231 I would suggest sticking with igbinary if Redis space is…2 weeks ago 
- 
										Posted a reply to Error after upgrading to version 1.5.0, on the site WordPress.org Forums: 
 The issue here is that PHP's loose typing system. Sticking with the default or igbinary…2 weeks ago 
- 
										Posted a reply to Error after upgrading to version 1.5.0, on the site WordPress.org Forums: 
 I'll look into the JSON serializer issue now. Until then, remove the constant from your…2 weeks ago 
- 
										Posted a reply to Error after upgrading to version 1.5.0, on the site WordPress.org Forums: 
 Did you switch to the JSON serializer?2 weeks ago 
- 
										Posted a reply to Error after upgrading to version 1.5.0, on the site WordPress.org Forums: 
 You upgraded from 1.4.3 to 1.5.0?2 weeks ago 
- 
										Committed [2175078] to Plugins Trac: 
 Tag 1.5.02 weeks ago 
- 
										Committed [2175075] to Plugins Trac: 
 Sync with GitHub2 weeks ago 
- 
										Posted a reply to Redis::select() expects parameter 1 to be int, on the site WordPress.org Forums: 
 Remove the quotes around your database number WP_REDIS_DATABASE 🙂2 weeks ago 
- 
										Posted a reply to Ignoring cache group not working, on the site WordPress.org Forums: 
 Be sure to set it to ['counts', 'plugins', 'dokan']. If the numbers are still out…2 weeks ago 
- 
										Posted a reply to WordPress Core update stalls with redis object cache, on the site WordPress.org Forums: 
 Yes, that's a known WordPress bug. Flushing the cache prior to the update helps!2 weeks ago 
- 
										Posted a reply to Setup redis clustering?, on the site WordPress.org Forums: 
 It's better to set an eviction policy on your Redis instance.2 weeks ago 
- 
										Posted a reply to Status: Not Connected (Digital Ocean, Ubuntu 18.04), on the site WordPress.org Forums: 
 When SSH'd into that exact machine, does redis-cli work?4 weeks ago 
- 
										Posted a reply to Amount of emails to encode on page, on the site WordPress.org Forums: 
 There is no limit, but the more emails you have on a page the longer…1 month ago 
- 
										Posted a reply to Ideal MaxMemory, on the site WordPress.org Forums: 
 Depends on your site's size. Make sure you set an eviction policy.1 month ago 
- 
										Posted a reply to Backend JS error with DIVI theme and “Email Address Encoder” plugin, on the site WordPress.org Forums: 
 Is it a yellow warning, or a red error?1 month ago 
- 
										Posted a reply to protect custom fields against search engines, on the site WordPress.org Forums: 
 Oh sorry, that was just a note for me. I'll add this to the paid…1 month ago 
- 
										Posted a reply to Email address not encoded, on the site WordPress.org Forums: 
 That means the widget you're using doesn't use WordPress' default filters. You either need to…1 month ago 
- 
										Posted a reply to Exclude a single mata_key value?, on the site WordPress.org Forums: 
 The WordPress' object cache isn't designed to ignore individual keys, if you want a custom…1 month ago 
- 
										Posted a reply to protect custom fields against search engines, on the site WordPress.org Forums: 
 Useful package: https://github.com/JayBizzle/Crawler-Detect1 month ago 
- 
										Posted a reply to protect custom fields against search engines, on the site WordPress.org Forums: 
 It seems like the only somewhat reliable way is detecting if the current user agent…1 month ago 
- 
										Posted a reply to Unprotected Email Error, on the site WordPress.org Forums: 
 Oh, that's weird. Maybe it's because your logged in. Would you mind sharing the URL…1 month ago 
- 
										Posted a reply to Ignore Transient from WP Options, on the site WordPress.org Forums: 
 I’d suggest hiring a developer to help you with this.1 month ago 
- 
										Posted a reply to Ignore Transient from WP Options, on the site WordPress.org Forums: 
 You need to ignore the transient and site-transient groups.1 month ago 
- 
										Posted a reply to protect custom fields against search engines, on the site WordPress.org Forums: 
 Mmmhh, that’s tricky. This plugin isn’t designed to hide things from search engines, but I…1 month ago 
- 
										Posted a reply to Exclude a single mata_key value?, on the site WordPress.org Forums: 
 If you want to ignore a single key, I'd use WP's pre_option_{option_name} filter if that…1 month ago 
- 
										Posted a reply to Dont cache woocommerce api, on the site WordPress.org Forums: 
 This question has been answers many times in this forum.2 months ago 
- 
										Posted a reply to Cache Admin area., on the site WordPress.org Forums: 
 If flushing the cache once doesn’t solve the problem, reach out to the plugins/themes that…2 months ago 
- 
										Posted a reply to Pro Version, on the site WordPress.org Forums: 
 Hi Jaso, yes and it works just like regular plugin updates. Alternatively, you can install…2 months ago 
- 
										Posted a reply to Remote redis server configuration, on the site WordPress.org Forums: 
 Yes, correct. If you want to tunnel into another machine I’d recommend “stunnel” and forward…2 months ago 
- 
										Posted a reply to Remote redis server configuration, on the site WordPress.org Forums: 
 That’s all documented in the readme file and on the plugin page itself. You just…2 months ago 
- 
										Posted a reply to Remote redis server configuration, on the site WordPress.org Forums: 
 Don't run a remote Redis instance without a password.2 months ago 
Developer
- 
										
											  Email Address EncoderActive Installs: 100,000+ 
- 
										
											  Humans TXTActive Installs: 1,000+ 
- 
										
											  Nginx CacheActive Installs: 7,000+ 
- 
										
											Paste as Plain TextActive Installs: 3,000+ 
- 
										
											  Redis Object CacheActive Installs: 50,000+ 
- 
										 
 Cherry BlossomActive Installs: 200+ 
Plugins
- 
										
											  Advanced Custom Fields
- 
										
											Advanced WP Columns
- 
										
											Aesop Story Engine
- 
										
											  Akismet Anti-Spam
- 
										
											  Debug Bar
- 
										
											Debug Bar Cron
- 
										
											  Debug This
- 
										
											Debug-Bar-Extender
- 
										
											Developer
- 
										
											  Email Address Encoder
- 
										
											  Google Pagespeed Insights
- 
										
											  Jetpack by WordPress.com
- 
										
											Log Deprecated Notices
- 
										
											Paste as Plain Text
- 
										
											  Redis Object Cache
- 
										
											  Regenerate Thumbnails
- 
										
											Rewrite Rules Inspector
- 
										
											  Stream
- 
										
											The WP Remote WordPress Plugin
- 
										
											Unicornify
- 
										
											  User Switching
- 
										
											WP AutoTerms: GDPR Privacy Policy, Cookie Consent Banner, Terms & Conditions
- 
										
											  Yoast SEO



 
			