laravel / pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
https://pulse.laravel.com
MIT License
1.43k stars 165 forks source link

Add support for Relay #358

Closed riasvdv closed 5 months ago

riasvdv commented 5 months ago

This adds support for Relay to the Redis adapter, Relay is a drop-in replacement for Phpredis but up to twice as fast even without enabling the caching mechanisms.

We're using Relay in production and we'd really like to use Pulse.

riasvdv commented 5 months ago

The static analysis test is failing because the relay extension isn't available, however I can't update that workflow