redis.conf 配置信息:读取及修改命令

相关资源 网址
官方地址 http://download.redis.io/redis-stable/redis.conf
配置选项 — Redis 命令参考 http://redisdoc.com/configure/index.html

相关命令:

命令 作用
config help 1. CONFIG <subcommand> arg arg ... arg. Subcommands are:
2. GET <pattern> -- Return parameters matching the glob-like <pattern> and their values.
3. SET <parameter> <value> -- Set parameter to value.
4. RESETSTAT -- Reset statistics reported by INFO.
5. REWRITE -- Rewrite the configuration file.
config get *

猜你喜欢

转载自www.cnblogs.com/cag2050/p/10539121.html