The error message that occurs is:
.luarocks/share/lua/5.2/redis.lua:264: connection error: closed
This is because the redis server by default terminates idle connections after 300 seconds, but the script does not automatically reconnect to the redis-server. A manual restart of the bot is required.
However, a temporary fix would be setting the connection timeout to 0 (disable) in /etc/redis/redis-server.conf
The error message that occurs is: .luarocks/share/lua/5.2/redis.lua:264: connection error: closed
This is because the redis server by default terminates idle connections after 300 seconds, but the script does not automatically reconnect to the redis-server. A manual restart of the bot is required. However, a temporary fix would be setting the connection timeout to 0 (disable) in /etc/redis/redis-server.conf