Redis小结1

前言

  之前在学Redis的时候直接就是用java就连接使用了,存进去的还都是字符串类型的。根本就没总结过这个数据类型,现在终于有时间了,所以总结一下。


开搞

1.string数据类型
string

2.list数据类型
list

3.set数据类型
set

4.hash数据类型
hash

5.zset数据类型
zset

6.bitmap数据类型
bitmap

7.hyperloglog数据类型
hyperloglog

8.geospatial数据类型
geospatial

注:有1或2的是多个参数,工具为Redisinsight

你可能感兴趣的:(Redis小结1)