REDIS 用法详解

Redis 用法详解 1. 常规命令 系统配置php 系统配置文件:redis.windows.conf/redis.conf(linux系统) bind 127.0.0.1 port 6379 daemonize yes # linux 中设置为守护进程,在后台运行不会,不会阻塞CMD命令行 dbfilename dump.rdb # 数据文件 dir/v
相关文章
相关标签/搜索