{"library":"iorejson","type":"library","category":null,"description":"A Node.js client for the Redis ReJSON module, built on top of ioredis (version 0.1.1). It provides a simple asynchronous API to manage JSON documents stored in Redis, supporting commands like JSON.SET, JSON.GET, JSON.DEL, and more. The library wraps ioredis and inherits its connection options. Compared to other Redis JSON clients, iorejson is lightweight and conforms to ioredis conventions. However, it is a low-traffic, early-stage package (last updated 2017) and may not be actively maintained. It does not support JSON.DEBUG, JSON.FORGET, or JSON.RESP. The package name 'rejson' was taken on npm, so it is published as iorejson.","language":"javascript","status":"abandoned","version":"0.1.1","tags":["javascript","rejson"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install iorejson","imports":["const Rejson = require('iorejson');","const Rejson = require('iorejson'); const client = new Rejson();","const client = new Rejson(); await client.set('key', '.', { foo: 'bar' });"]},{"cmd":"yarn add iorejson","imports":[]},{"cmd":"pnpm add iorejson","imports":[]}],"homepage":"https://github.com/evanhuang8/iorejson#readme","github":"https://github.com/evanhuang8/iorejson","docs":null,"changelog":null,"pypi":null,"npm":"iorejson","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}