当前位置:网站首页>ubuntu20安裝redisjson記錄
ubuntu20安裝redisjson記錄
2022-07-07 03:25:00 【小俊俊的博客】
ubuntu20安裝redisjson記錄
一、下載文件
https://github.com/RedisJSON/RedisJSON/releases
找到1.0.4版本,下載rejson.so
二、複制文件到指定文件夾
sudo cp ./src/rejson.so /usr/lib/
./src/rejson.so為你下載rejson.so的文件夾。
三、修改配置文件
sudo gedit /etc/redis/redis.conf
在第40幾行左右添加
loadmodule /usr/lib/rejson.so

重啟redis
sudo systemctl restart redis
四、測試
開啟redis
redis-cli
輸入
json.set abc . '{"a":"1","b":"2","c":"3"}'
如果返回ok即可
五、補充
1.在redisjson中,json存儲的格式問題轉義字符
在redisjson輸入命令json.get時,可以看到其存儲的格式有點變化,這一點體現在C++代碼中時,輸入的數據格式也需要進行相應的調整。注意轉義字符的應用,如下圖:
边栏推荐
- Under the tide of "going from virtual to real", Baidu AI Cloud is born from real
- [dream database] add the task of automatically collecting statistical information
- Mathematical induction and recursion
- 枚举通用接口&枚举使用规范
- Appx code signing Guide
- [colmap] 3D reconstruction with known camera pose
- Install torch 0.4.1
- Flutter3.0了,小程序不止于移动应用跨端运行
- 腾讯云原生数据库TDSQL-C入选信通院《云原生产品目录》
- unrecognized selector sent to instance 0x10b34e810
猜你喜欢

树莓派设置wifi自动连接

mos管实现主副电源自动切换电路,并且“零”压降,静态电流20uA

杰理之播内置 flash 提示音控制播放暂停【篇】

Function reentry, function overloading and function rewriting are understood by yourself

input_delay

Decoration design enterprise website management system source code (including mobile source code)

Variables, process control and cursors (MySQL)

Significance and measures of source code confidentiality

Make (convert) ICO Icon

R数据分析:cox模型如何做预测,高分文章复现
随机推荐
CVPR 2022 最佳论文候选 | PIP: 6个惯性传感器实现全身动捕和受力估计
Experience design details
腾讯云原生数据库TDSQL-C入选信通院《云原生产品目录》
leetcode
上个厕所的功夫,就把定时任务的三种调度策略说得明明白白
函数重入、函数重载、函数重写自己理解
About Confidence Intervals
【基于 RT-Thread Studio的CPK-RA6M4 开发板环境搭建】
25.(arcgis api for js篇)arcgis api for js线修改线编辑(SketchViewModel)
编译常量、ClassLoader类、系统类加载器深度探析
Jerry's transmitter crashed after the receiver shut down [chapter]
图形化工具打包YOLOv5,生成可执行文件EXE
[tools] basic concept of database and MySQL installation
[swift] learning notes (I) -- familiar with basic data types, coding styles, tuples, propositions
2022.6.28
杰理之发射端在接收端关机之后假死机【篇】
24.(arcgis api for js篇)arcgis api for js点修改点编辑(SketchViewModel)
Sub pixel corner detection opencv cornersubpix
The latest 2022 review of "small sample deep learning image recognition"
Opencv environment, and open a local PC camera.