async blpop(key: string): Promise<{key: string, element: SingleCommandResult}> {
    return await this.getFuncs('BLPOP', key);
  }