Variables
Const passThroughCommands
passThroughCommands: string[] = ['connect', 'disconnect']
Const pubSubCommands
pubSubCommands: string[] = ['subscribe', 'unsubscribe', 'publish', 'psubscribe', 'punsubscribe']
Const redisCommands
redisCommands: Set<Object> = new Set(redisCommandList)
Const scanCommands
scanCommands: string[] = ['scan', 'sscan', 'hscan', 'zscan', 'scanBuffer', 'sscanBuffer', 'hscanBuffer', 'zscanBuffer']