
redis
两把伞
你要的,时间都会给你
展开
-
Windos版Redis服务器(包含Redis可视化工具)附下载链接
Redis是一款开源的key-value数据库,除了key-value之外,还支持如set、hash等数据结构。目前有许多的Redis客户端提供选择,在Java领域,使用较为广泛的客户端有Redisson、Jedis、Spring Data Redis。Spring Data Redis模块默认使用Jedis。 Redis服务器下载链接:https://pan.baidu.com/s/1...转载 2019-01-07 15:29:10 · 1191 阅读 · 0 评论 -
redis的单机版安装以及redis生产环境启动方案
本文是来自 中华石杉老师 的笔记,作为个人学习使用。1 安装单机版redis1.1 安装 tcl8.6.1-src.tar.gz 的压缩包如果不安装,则会报错如下:Redis need tcl 8.5 or newer 安装步骤如下:wget http://downloads.sourcef...转载 2019-01-02 23:09:30 · 222 阅读 · 0 评论 -
redis.conf文件翻译
这时redis3.2.4版的redis.conf文件,还没有写完,有空会蹭蹭,不过可能辣眼睛。。。# Redis configuration file example.## Note that in order to read the configuration file, Redis must be# started with the file path as first argume...原创 2019-01-31 16:58:42 · 1316 阅读 · 0 评论