散列类型键值也是种字典结构,存储了字段和字段值的映射,字段值只能是字符串,不可以是其他类型(redis数据类型都不可嵌套使用其他类型),散列类型键可以有2的32次方减1个字段 散列的命令组 hset key field value [ field value] , hget key filed ,hmset key field value [ field value] , hmget key filed [ field ] ,hgetall key ,hlen key, hsetnx key…
前言 在某学习网站学习了nginx的安装和使用,以此文记录. 环境准备 安装在VMWare下的Centos虚拟机.由于我这是新装的虚拟机.所以很多插件都没有,这里干脆一次性安装上. wget command not found yum -y install wget c compiler cc is not found yum -y install gcc-c++ the HTTP rewrite module requires the PCRE library yum -y insta…