redis / redis-py

Redis Python client
MIT License
12.58k stars 2.51k forks source link

sometimes response parse abnormal with DEL #3337

Open ING-XIAOJIAN opened 2 months ago

ING-XIAOJIAN commented 2 months ago

redis server version: v6.2.6 platform: python2.7 redis-py version: v3.5.3 redis-py-cluster version: v2.1.3 Description:

  1. sometimes directly using DEL faced this issue: image

  2. sometimes use the pipelineto execute DELand faced this issue too: image

If you need more details, I can try to isolate the succession of commands that fail. Thanks!

ING-XIAOJIAN commented 2 months ago

Does anyone have any clues?