UNPKG

ioredis-mock

Version:

This library emulates ioredis by performing all operations in-memory.

9 lines (8 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.time = time; function time() { return [Math.round(new Date().getTime() / 1000), Math.round(process.hrtime()[1] / 1000)]; }