⚠️ Internal: This API is not publically exported by the
package.
Constructors
constructor
- new BitOpCommand(cmd, opts?): BitOpCommand
Parameters
cmd: [op: "and" | "or" | "xor", destinationKey: string, ...sourceKeys: string[]]
Optional
opts: CommandOptions<number, number>
- new BitOpCommand(cmd, opts?): BitOpCommand
Parameters
cmd: [op: "not", destinationKey: string, sourceKey: string]
Optional
opts: CommandOptions<number, number>
Properties
Readonly
command
command: (string | number | boolean)[]
See
https://redis.io/commands/bitop