摘要:
String 单值缓存 set key value get key 对象缓存 set user::name liuyiwen set user::balance 6666 mset user:1:name liuyiwen user:1:balance 6666 mget user:1:name u 阅读全文
摘要:
准备测试数据 建表 create table lyw_test_account_balance ( id int auto_increment primary key, name varchar(255) not null comment '姓名', balance int default 0 no 阅读全文