00:00
上午
周一
1月1日
枫-WIKI

环境搭建

YOUZAI2023/05/10数据库安全Redis

安装

安装包:

https://github.com/tporadowski/redis/releasesopen in new window

运行

redis-server.exe redis.windows.conf # 开启 redis 服务。
redis-cli.exe -h 127.0.0.1 -p 6379 # 连接 redis。

配置

config get config_name # 格式。
config get * # 获取全部配置。
config set config_name config_value # 设置配置项。

Last Updated 2023/7/6 14:23:20