Till Krüss

Results 318 comments of Till Krüss

Can you explain what tenant prefixes are, the issue with them and how this workaround will fix the issue?

What do you mean by "was blocked by Redis"? Did you get any errors in your logs?

Mhh, looks like a timeout. Can you post the full diagnostics from `Settings > Redis`?

I'd try increasing the READ TIMEOUT, maybe we should do 2.5s as a new default.

@christophbuecherbuechse Sounds like your `$wp_version` variable changing? It suppose to be hard coded and not altered by your plugins or custom code. https://github.com/WordPress/wordpress-develop/blob/e11e9f2e3478f59fabfa5ef1d011d180e852dde8/src/wp-includes/version.php#L19

@vladvildanov What do you reckon we should do about this in Predis?

@Kenneth-Sills Feel free to open a PR that adds a response handler for the `SENTINEL` response if you need this as a compatibility layer right now.

Shouldn't the route caching happen as part of the build process?