MCPcopy
hub / github.com/redis/node-redis / transaction-with-arbitrary-commands.js

File transaction-with-arbitrary-commands.js

examples/transaction-with-arbitrary-commands.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// How to mix and match supported commands that have named functions with
2// commands sent as arbitrary strings in the same transaction context.
3// Use this when working with new Redis commands that haven't been added to
4// node-redis yet, or when working with commands that have been added to Redis

Callers

nothing calls this directly

Calls 9

createClientFunction · 0.90
multiMethod · 0.80
logMethod · 0.80
connectMethod · 0.45
sendCommandMethod · 0.45
addCommandMethod · 0.45
execMethod · 0.45
execTypedMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected