ioredis icon indicating copy to clipboard operation
ioredis copied to clipboard

Property `multi` does not exist on type `ChainableCommander`

Open jcelmeta14 opened this issue 2 years ago • 1 comments

Hey all!

Apologies in advance if this issue does not follow any issue guidelines. I couldn't find a document describing issue structure, so I will do my best to give it some structure.

  1. Package version: v5.3.1
  2. Node: v16.15
  3. Typescript: v4.9.5

I am trying to use a feature described in the readme about the ability to use inline transactions with pipelining. However, if I start a pipeline and try to call multi, I get a try a type error. What I want to do is run some commands in a transaction, and then perform a get command.

image

Thank you!

jcelmeta14 avatar Oct 24 '23 12:10 jcelmeta14

noted the same issue today

jmacnett avatar Jul 16 '24 14:07 jmacnett