随笔分类 -  redis

摘要:下载安装 下载4.0版本:https://github.com/MicrosoftArchive/redis/tags 下载5.0地址:https://github.com/tporadowski/redis/releases 如何将本地.rdb文件恢复到云数据库 Redis 版实例 这里下载的是  阅读全文
posted @ 2024-09-11 13:50 zhihua 编辑
摘要:[12024] 24 Jul 15:02:55.162 * Redis 3.2.100 (00000000/0) 64 bit, standalone mode, port 6379, pid 12024 ready to start. [12024] 24 Jul 15:02:55.162 # S 阅读全文
posted @ 2022-12-02 22:25 zhihua 编辑
摘要:Redis客户端连接 命令行方式 redis-cli -h host -p port -a password shift+鼠标左键找到菜单上:在此处打开命令行窗口 或 自行运行cmd命令到此目录 启动服务界面,关闭则停止 redis-server.exe redis.windows.conf --m 阅读全文
posted @ 2022-03-08 20:07 zhihua 编辑
摘要:# Redis配置文件样例 # 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 => 1000 by 阅读全文
posted @ 2018-04-26 20:20 zhihua 编辑
摘要:一、下载windows版本的Redis 现在官网以及没有下载windows版本的地址,只能在github上下载,官网只提供linux版本的下载 官网下载地址:http://redis.io/download github下载地址:https://github.com/MSOpenTech/redis 阅读全文
posted @ 2018-04-26 20:05 zhihua 编辑
摘要:redis官网地址:http://www.redis.io/ 最新版本:4.0.9 在Linux下安装Redis非常简单,具体步骤如下(官网有说明): 1、下载源码,解压缩后编译源码。 $ wget http://download.redis.io/releases/redis-4.0.9.tar. 阅读全文
posted @ 2018-04-16 23:19 zhihua 编辑

点击右上角即可分享
微信分享提示