兵兵有你

人品好,气质差.丢了工作就回家...

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年8月29日

摘要: 启动redis : redis-cli 可以存储类型: string:字符串. set name "abing"; get name; //abing hash(哈希值 ): Redis hash是一个string类型的field和value的映射表,hash特别适合用于存储对象。 list(列表) 阅读全文
posted @ 2018-08-29 14:57 greatbing 阅读(214) 评论(0) 推荐(0) 编辑