UNPKG

@silverwind/ioredis-mock

Version:

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

11 lines (9 loc) 166 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flushdb = flushdb; function flushdb() { this.data.clear(); return 'OK'; }