UNPKG

ioredis-mock

Version:

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

12 lines (9 loc) 211 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.hvals = hvals; var _lodash = require('lodash'); function hvals(key) { return (0, _lodash.values)(this.data.get(key)); }