UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

3 lines (2 loc) 103 B
import { IConfig } from '../../types'; export default function Namespace(userConfig: IConfig): string;