How to pipeline in node.js to redis?

后端 未结 4 910
余生分开走
余生分开走 2021-02-05 18:08

I have lot\'s of data to insert (SET \\ INCR) to redis DB, so I\'m looking for pipeline \\ mass insertion through node.js.

I couldn\'t find any good exa

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-05 18:11

    In node_redis there all commands are pipelined:

    https://github.com/mranney/node_redis/issues/539#issuecomment-32203325

提交回复
热议问题