RedisQueue.prototype.enqueue<T>(job: StoredJob<T>): Promise<void>
Usage
import { RedisQueue } from "queue-plugin/src/index.ts";
RedisQueue.prototype.enqueue<T>(job: StoredJob<T>): Promise<void>
import { RedisQueue } from "queue-plugin/src/index.ts";