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

  • 相关阅读:
    CRB and His Birthday(2015多校)
    B. Bear and Three Musketeers
    Uva657
    cas服务端改造
    有用的maven插件
    maven管理的非标准目录
    struts2中的action交由spring管理
    数据库分库
    linux内核系列之二_资源
    linux内核系列之一_工具
  • 原文地址:https://www.cnblogs.com/rsapaper/p/10198924.html
Copyright © 2011-2022 走看看