MCPcopy
hub / github.com/redis/ioredis / exec

Method exec

lib/utils/RedisCommander.ts:2986–2986  ·  view source on GitHub ↗

* Execute all commands issued after MULTI * - _group_: transactions * - _complexity_: Depends on commands in the transaction * - _since_: 1.2.0

(
    callback?: Callback<[error: Error | null, result: unknown][] | null>
  )

Source from the content-addressed store, hash-verified

2984 * - _since_: 1.2.0
2985 */
2986 exec(
2987 callback?: Callback<[error: Error | null, result: unknown][] | null>
2988 ): Promise<[error: Error | null, result: unknown][] | null>;
2989

Callers 15

executeAutoPipelineFunction · 0.65
execMethod · 0.65
fillResultMethod · 0.65
Pipeline.tsFile · 0.65
addTransactionSupportFunction · 0.65
global.tsFile · 0.65
pipeline.tsFile · 0.65
pipeline.test-d.tsFile · 0.65
pipeline.tsFile · 0.65
elasticache.tsFile · 0.65
watch-exec.tsFile · 0.65
lazy_connect.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected