UNPKG

ioredis-mock

Version:

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

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