Redis not sending key end notifications

When starting docker I need to manually activate it with the command "redis-cli -a <password> config set notify-keyspace-events Ex", and then it notifies me of key expirations. However, from time to time it stops working and no longer sends notifications to my backend. If you add the command to start with the construction of the container, it presents an error and the database does not work.
No description
1 Reply
Antonio Vitor
Antonio VitorOP2mo ago
@Siumauricio

Did you find this page helpful?