UNPKG

ioredis-mock

Version:

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

9 lines (8 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.xlen = xlen; function xlen(stream) { return (this.data.get(stream) || []).length; }