会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sakura_L
Not pleased by external gains, not saddened by personal losses.
博客园
首页
新随笔
联系
管理
订阅
2018年12月11日
redis的数据类型及使用
摘要: Redis 数据类型 Redis支持五种数据类型:string(字符串),hash(哈希),list(列表),set(集合)及zset(sorted set:有序集合)。 String(字符串) string 是 redis 最基本的类型,你可以理解成与 Memcached 一模一样的类型,一个 k
阅读全文
posted @ 2018-12-11 17:59 Sakura_L
阅读(324)
评论(0)
推荐(0)
编辑
公告