redis-simd-json 1.2.1

Blazingly fast Redis GET/SET behaviors utilizing SIMD JSON serialization
Documentation
1
2
3
const { get, mget, set, mset, compareAndSwap } = require("./redis-simd-json.node");

module.exports = { get, mget, set, mset, compareAndSwap };