Ask Your Question
3

Why are Redis events with different connections not being recorded in Laravel Telescope?

asked 2021-06-15 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-07-06 00:00:00 +0000

pufferfish gravatar image

There could be several reasons why Redis events with different connections are not being recorded in Laravel Telescope. Some of the common reasons include:

  1. Redis is not configured correctly or is not running at all. In this case, you should check your Redis configuration and ensure that it is running properly.

  2. Laravel Telescope may not be configured to record events from multiple Redis connections. To fix this, you should check your configuration file (config/telescope.php) and ensure that the appropriate settings are in place.

  3. The events you are trying to record may not be supported by Laravel Telescope. In this case, you should check the documentation to see if the events you are trying to record are supported.

  4. There could be a bug in Laravel Telescope that is preventing the events from being recorded. In this case, you can try updating to the latest version of Laravel Telescope or reporting the issue to the Laravel community.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-06-15 11:00:00 +0000

Seen: 11 times

Last updated: Jul 06 '22