moh_abk's avatar

Redis on Lumen not working

Can anyone please assist in guiding my on how to use Redis with Lumen.

I'm getting a 504 GATEWAY_TIMEOUT. I have followed all the guides I can find;

install predis/predis

install illuminate/redis

added this to bootstrap/app.php - class_alias('Illuminate\Support\Facades\Redis', 'Redis');

added this to bootstrap/app.php - $app->register('Illuminate\Redis\RedisServiceProvider');

Still no luck

0 likes
1 reply

Please or to participate in this conversation.