UNPKG

@silverwind/ioredis-mock

Version:

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

13 lines (9 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sunionstore = void 0; var _index = require("./index"); var _makeStoreCommand = require("../commands-utils/makeStoreCommand"); const sunionstore = (0, _makeStoreCommand.makeStoreSetCommand)(_index.sunion); exports.sunionstore = sunionstore;