Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update check_client_dependencies to check for Relay
This PR fixes 2 cases where `WP_REDIS_USE_RELAY=true` - The class is not checked for existence. - The drop-in will not run if Redis extension is not installed. The fix: - Relay\Relay is correctly checked for existence. - The drop-in still works if the Redis extension is not installed.
- Loading branch information