connection = self._available_connections.pop() error reporting solution

connection = self._available_connections.pop() 
IndexError: pop from empty list

If you encounter this error,
it is usually a redis configuration problem.
Please check the CACHES related information in settings.py repeatedly.

Guess you like

Origin blog.csdn.net/majiayu000/article/details/129679419