Function push

  • Push an item to a shared queue/list in redis. Automatically handles api.cache.redisPrefix

    Parameters

    • key: string
    • item: any

    Returns Promise<boolean>