通用命令 Redis可分为五大数据结构,即string,hash,list,set,zset.每种数据类型都有自己的命令,所谓通用命令,就是在任意一个类型中都能使用的命令.keys 获取所有key,不建议使用.会阻塞其他命令.127.0.0.1:6379> set sb zcx
OK
127.0.0.1:6379> set xsb sb...
Redis 4.0 was released as GA in July 2017, newcomers should use Redis 5, but Redis 4 is currently the most production-proven release and will be updated for the next year until Redis 6 ...