Redis is loading the dataset in memory

Redis is loading the dataset in memory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "sync_std_to_redisTMP.py", line 87, in <module>
sync_service_std()
File "sync_std_to_redisTMP.py", line 39, in sync_service_std
redis_conn.set("std_service", result)
File "/mnt/tools/accounting_center/trunk/core/utils.py", line 154, in set
return self.__conn.set(key,value,ex=ex)
File "/root/miniconda3/lib/python3.5/site-packages/redis/client.py", line 1171, in set
return self.execute_command('SET', *pieces)
File "/root/miniconda3/lib/python3.5/site-packages/redis/client.py", line 674, in execute_command
return self.parse_response(connection, command_name, **options)
File "/root/miniconda3/lib/python3.5/site-packages/redis/client.py", line 680, in parse_response
response = connection.read_response()
File "/root/miniconda3/lib/python3.5/site-packages/redis/connection.py", line 624, in read_response
response = self._parser.read_response()
File "/root/miniconda3/lib/python3.5/site-packages/redis/connection.py", line 301, in read_response
raise error
redis.exceptions.BusyLoadingError: Redis is loading the dataset in memory

原文地址:https://www.cnblogs.com/rsapaper/p/10198924.html