Currently, in Cache.cpp and Queue.cpp, errors are logged with "Failed to execute Redis command". This sort of logging is useless when trying to debug and find out what went wrong.
Start producing more verbose logs, where the failed Redis command is logged or it is said what the operation lightlib was attempting was.
Currently, in
Cache.cppandQueue.cpp, errors are logged with "Failed to execute Redis command". This sort of logging is useless when trying to debug and find out what went wrong.Start producing more verbose logs, where the failed Redis command is logged or it is said what the operation lightlib was attempting was.