UNPKG

ram64

Version:

Multi-threaded 64bit memory cache database inspired by redis-like features

9 lines (8 loc) 225 B
"use strict"; exports.fn = void 0; var _shards = require("../shards"); const fn = (opts)=>{ return _shards.Shards.reduce((acc, shard)=>acc + shard.map.size, 0); }; exports.fn = fn; //# sourceMappingURL=getKeyCount.js.map