文章分类 - redis
摘要:1.登录redis redis-cli -h host -p port -a password redis-cli.exe -h 127.0.0.1 -p 6379 2.输入密码 auth password 3.选择数据库(默认选择0分区) select 0 数据库分区最大数量,见配置文件《redi
阅读全文
摘要:# Redis配置文件样例。redis.windows.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 for
阅读全文
摘要:1.windows安装redis服务器 以管理员的身份运行cmd命令行 进入安装路径并执行: redis-server --service-install redis.windows.conf 执行成功后可在服务里看到redis服务 2.windows卸载redis服务器 以管理员的身份运行cmd命
阅读全文
浙公网安备 33010602011771号