Memory cache module KV.JS written in JS

KV.JS is an advanced memory caching module written in pure JavaScript, heavily inspired by Redis. It can handle a variety of data types, including strings, lists, sets, sorted sets, hashes, and geospatial indexes. In addition, KV.JS has more than 140 functions, supporting a large number of operations, from SET, GET, EXPIRE, DEL to INCR, DECR, LPUSH, RPUSH, SADD, SREM, HSET, HGET and so on. Install npm install @heyputer/kv.js using const kvjs = require(‘@heyputer/kv.js’); // Create a new kv.js instance…

#Memory #cache #module #KV.JS #written

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *