2020年12月18日
摘要: /* A redis object, that is a type able to hold a string / list / set */ redis对象,是用来保存 字符串,列表,集合的一种类型。 个人理解就是对这些不同的类型做一个统一的封装,这样对外面调用比较友好 /* The actual 阅读全文
posted @ 2020-12-18 17:18 子虚乌有 阅读(254) 评论(0) 推荐(0)