Documentation: Notifynder Docu
composer require astrotomic/notifynder-sender-redis
Add the following string to config/app.php
Providers array:
Astrotomic\Notifynder\NotifynderSenderRedisServiceProvider::class,
Add the following array to config/notifynder.php
'senders' => [
'redis' => [
'channel' => 'notifynder.{type}.{id}.{category}',
'store' => false, // wether you want to also store the notifications in database
],
],