当前位置:网站首页>ubuntu20安装redisjson记录
ubuntu20安装redisjson记录
2022-07-06 20:20: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++代码中时,输入的数据格式也需要进行相应的调整。注意转义字符的应用,如下图:
边栏推荐
- Significance and measures of source code confidentiality
- Cryptography series: detailed explanation of online certificate status protocol OCSP
- Numpy中排序操作partition,argpartition,sort,argsort
- 密码学系列之:在线证书状态协议OCSP详解
- 2022 information security engineer examination outline
- 存储过程与函数(MySQL)
- HDU ACM 4578 Transformation-> Segment tree - interval change
- unrecognized selector sent to instance 0x10b34e810
- 迷失在MySQL的锁世界
- Shell 编程基础
猜你喜欢
When you go to the toilet, you can clearly explain the three Scheduling Strategies of scheduled tasks
The latest 2022 review of "small sample deep learning image recognition"
函数重入、函数重载、函数重写自己理解
美国空军研究实验室《探索深度学习系统的脆弱性和稳健性》2022年最新85页技术报告
【基于 RT-Thread Studio的CPK-RA6M4 开发板环境搭建】
Jericho turns on the display icon of the classic Bluetooth hid mobile phone to set the keyboard [chapter]
制作(转换)ico图标
Experience design details
CVPR 2022 最佳论文候选 | PIP: 6个惯性传感器实现全身动捕和受力估计
2022.6.28
随机推荐
Jerry's broadcast has built-in flash prompt tone to control playback pause [chapter]
杰理之播内置 flash 提示音控制播放暂停【篇】
【基于 RT-Thread Studio的CPK-RA6M4 开发板环境搭建】
你知道电子招标最突出的5大好处有哪些吗?
The solution of unable to create servlet file after idea restart
OC, OD, push-pull explanation of hardware
leetcode
Oracle connection pool is not used for a long time, and the connection fails
Function reentry, function overloading and function rewriting are understood by yourself
HDU 4337 King Arthur's Knights 它输出一个哈密顿电路
树莓派设置wifi自动连接
编译常量、ClassLoader类、系统类加载器深度探析
如何自定义Latex停止运行的快捷键
Lost in the lock world of MySQL
24.(arcgis api for js篇)arcgis api for js点修改点编辑(SketchViewModel)
Nuggets quantification: obtain data through the history method, and use the same proportional compound weight factor as Sina Finance and snowball. Different from flush
19.(arcgis api for js篇)arcgis api for js线采集(SketchViewModel)
Optimization of application startup speed
Flink task exit process and failover mechanism
Lavel PHP artisan automatically generates a complete set of model+migrate+controller commands