最近在看视频,学习使用php操作redis的一些简单应用,顺便记录一下常用方法 redis五种类型:string、list、hash、set、zset 1.string: 2.hash: 3.list: 4.set: 5.zset: