- Preparing search index...
- The search index is not available
@redis/client
Constructors
constructor
- new default(executor, firstKey?): default
-
Properties
Private
Readonly
#executor
Methods
addCommand
- addCommand(firstKey, args, transformReply?): default
-
Parameters
-
-
-
Optional
transformReply: ((this, reply, preserved?) => any)
-
- (this, reply, preserved?): any
-
Parameters
-
this: void
-
reply: any
-
Optional
preserved: any
Returns any
commandsExecutor
- commandsExecutor(command, args): default
-
functionsExecutor
- functionsExecutor(fn, args, name): default
-
Parameters
-
-
args: unknown[]
-
name: string
scriptsExecutor
- scriptsExecutor(script, args): default
-