diff --git a/FAQ.md b/FAQ.md index f90bb379..cef2ee38 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5,7 +5,7 @@ When in doubt try flushing the cache, you'd be surprised how often this resolves
HELP! My site is down!1!!11!!11 -The easist way to to disable Redis on your site is deleting the `wp-content/object-cache.php` drop-in file. Alternatively, you can set the `WP_REDIS_DISABLED` constant to `true` to bypass loading it. +The easiest way to to disable Redis on your site is deleting the `wp-content/object-cache.php` drop-in file. Alternatively, you can set the `WP_REDIS_DISABLED` constant to `true` to bypass loading it.
diff --git a/includes/object-cache.php b/includes/object-cache.php index 001776e1..f136a8f1 100644 --- a/includes/object-cache.php +++ b/includes/object-cache.php @@ -993,7 +993,7 @@ protected function connect_using_credis( $parameters ) { if ( defined( 'WP_REDIS_SENTINEL' ) ) { if ( is_array( WP_REDIS_SERVERS ) && count( WP_REDIS_SERVERS ) > 1 ) { throw new Exception( - 'Multipe sentinel servers are not supported by the bundled Credis library. Please review your Redis Cache configuration.' + 'Multiple sentinel servers are not supported by the bundled Credis library. Please review your Redis Cache configuration.' ); }