Redis--命令花式操作2023-02-21 07:59:30 命令分类 https://redis.io/commands http://www.redis.cn/ https://www.runoob.com/redis/redis-commands.html 数据类型分类 Redis中的数据为Key-Value结构 Key都是String Value可以是如下几种类型:String, Hash,List,Set,SortedSet(ZSet) 上一篇:Cypress系列(63)- 使用 Cypress.Commands 完成 Custom Commands 自定义命令下一篇:通过一个简单的例子,了解 Cypress 的运行原理