Does redis.pipeline.exec() “reset” the pipeline?

前端 未结 0 878
日久生厌
日久生厌 2020-12-05 03:25

I am trying to bulk insert around 500k records into Redis using a pipeline, and my code looks roughly like

const seedCache = async (
  products: Array

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题