node_redis-rejson:ReJSON Redis模块的Node.js绑定

时间:2024-06-05 22:49:22
【文件属性】:

文件名称:node_redis-rejson:ReJSON Redis模块的Node.js绑定

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-05 22:49:22

JavaScript

用于node_redis的RedisJSON模块插件 该软件包允许 (2.8+)与Redis模块进行接口。 要使用此模块,您将需要Redis 4.0或更高版本并安装rejson模块。 用法 const redis = require('redis'), rejson = require('redis-rejson'); rejson(redis); /* important - this must come BEFORE creating the client */ let client = redis.createClient(); let my_json_key = 'my_json'; client.json_set(my_json_key, '.', '{"test":1234}', function (err) { if (err) { throw err; }


【文件预览】:
node_redis-rejson-master
----index.js(456B)
----package.json(593B)
----.github()
--------workflows()
----LICENSE(1KB)
----.gitignore(884B)
----README.md(1KB)

网友评论