一.Redis配置文件redis.conf详解 # Note on units: when memory size is needed, it is possible to specifiy # it in the usual form of 1k 5GB 4M and so forth: # # 1k => bytes # 1kb => bytes # 1m => bytes # 1mb => * bytes # 1g => bytes # 1gb => ** byt
Redis.conf 配置详解: # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # 启动redis服务器时,加载配置文件, 必须用配置文件路径作为第一参数 # ./redis-server /path/to/redis.conf # N