pylibmc: 'Assertion “ptr->query_id == query_id +1” failed for function “memcached_get_by_key”'

前端 未结 2 2039
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-03 00:11

I have a python web app that uses the pylibmc module to connect to a memcached server. If I test my app with requests once per second or slower, everything works fine. If I

2条回答
  •  臣服心动
    2021-01-03 00:56

    I ran into the same issue running Django on Apache. Switching from pylibmc to python-memcached eliminated the problem for me.

提交回复
热议问题