rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
425 stars 148 forks source link

Fixed loading textdomain in show_error_and_die #533

Closed yatsukhnenko closed 3 months ago

yatsukhnenko commented 3 months ago

Fixes #531

Error may be reproduced when Redis server is not reachable

yatsukhnenko commented 3 months ago

Before image

After image

tillkruss commented 3 months ago

Fantastic, great work!