UNPKG

@silverwind/ioredis-mock

Version:

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

10 lines (8 loc) 168 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hgetall = hgetall; function hgetall(key) { return this.data.get(key) || {}; }