Module lib/commands/BZPOPMAX
Variables
FIRST_KEY_INDEX
FIRST_KEY_INDEX: 1 = 1
Functions
transformArguments
Parameters
key: string | string[]
timeout: number
transformReply
- transformReply(reply: null | [key: string, value: string, score: string]): BZPopMaxReply | null
Parameters
reply: null | [key: string, value: string, score: string]
Returns BZPopMaxReply | null