zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    java:第三章
    java:第一章
    java:第二章
    复制a.jpg到b.jpg
    安卓事件大全
    安卓事件
    read输入流与writer输出流的对比
    第五章:循环结构
    第三章:选择结构(一)
    第二章:变量,数据类型和运算符
  • 原文地址:https://www.cnblogs.com/rsapaper/p/10198924.html
Copyright © 2011-2022 走看看