当前位置:网站首页>MySql data format is converted to Redis key-value pair format
MySql data format is converted to Redis key-value pair format
2022-08-03 06:32:00 【dd00bb】
MySql example:
id | user_name | age |
1 | test1 | 10 |
2 | test2 | 20 |
Convert to Redis key-value pair method
The first record:
tp_user:id:1:user_name test1 (table name:primary key:primary key value:field name field value)
tp_user:id:1:age 10 (table name:primary key:primary key value:field name field value)
Second record:
tp_user:id:2:user_name test1 (table name:primary key:primary key value:field name field value)
tp_user:id:2:age 20 (table name:primary key:primary key value:field name field value)
边栏推荐
猜你喜欢
随机推荐
数组与字符串15-最大连续1的个数
Eight, the difference between the interface of the abstract class
二分查找5 - 第一个错误的版本
移动端人脸风格化技术的应用
ZEMAX | 如何创建复杂的非序列物体
内网渗透之PPT票据传递攻击(Pass the Ticket)
【随笔】我为啥想写无关紧要的随笔?
gotests自动生成测试用例
全球一流医疗技术公司如何最大程度提高设计工作效率 | SOLIDWORKS 产品探索
DNS常见资源记录类型详解
SSL证书过期后怎么办?
Difference between @JsonProperty and JSONField?
contos安装php-ffmpeg和tp5.1使用插件
ZEMAX | 如何使用渐晕系数
restful 常用状态码
Windos 内网渗透之Token的使用
MySql【后面附有练习题】
【3D建模制作技巧分享】ZBrush快捷键如何设置
【C语言】关于数组传参问题/首地址
ZBrush+Substance Designer2021制作高品质3D角色模型全流程!