摘要: Redis支持五种数据类型: (1) string(字符串) string类型是Redis最基本的数据类型,一个key对应一个value。 string类型是二进制安全的。意思是redis的string可以包含任何数据。比如jpg图片或者序列化的对象 。 (2) hash(哈希) Redis has 阅读全文
posted @ 2019-11-06 16:37 lishisan 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 0.9版本: 1:查看consumer group列表 查看consumer group列表有新、旧两种命令,分别查看新版(信息保存在broker中)consumer列表和老版(信息保存在zookeeper中)consumer列表,因而需要区分指定bootstrap server和zookeeper 阅读全文
posted @ 2019-11-06 16:34 lishisan 阅读(174) 评论(0) 推荐(0) 编辑
console.log('The World is Yours');
const aboutMe = {
name: 'LiShiSan',
title: 'Sr. Java/BigData Enthusiast',
location: 'China, BeiJing',
contact: {
email: '1641429327@qq.com',
website:'www.lishisan.top
}
}