柚子快报邀请码778899分享:Redis

http://www.51969.com/

安装

https://www.jianshu.com/p/0b03a3e05e1d

 

https://github.com/microsoftarchive/redis/releases

 

 

命令行操作

查看所有keys

KEYS *

查看KEY对应的类型

type KEY_DEVICEINFO

查看KEY STRING 类型的数据值

get KEY_DEVICEINFO

 

 

https://www.runoob.com/redis/keys-keys.html

资料

Redis 与 SpringBoot的集合

https://gitee.com/nmwork/RedisUtil#%E4%BA%8Credistemplate%E5%92%8Cstringredistemplate

添加、获取、移除单个元素;检查一个元素是否存在于某个集合中;

计算交集、并集、差集;从集合里卖弄随机获取元素

柚子快报邀请码778899分享:Redis

http://www.51969.com/

查看原文