下载地址
Tendis存储版
点击下载
linux 解压
tar -zxvf 安装包.tgz
cd 解压安装包/scripts
启动
./start.sh
停止
./stop.sh
详细配置 修改 /scripts tendisplus.conf
# tendisplus configuration for testing
# 绑定本机IIP
bind 192.168.31.112
port 51002
#设置访问密码
requirepass 123456
daemon yes
#设置单机模式,非集群模式,默认值no
cluster-enabled no
loglevel notice
logdir ./home/log
dumpdir ./home/dump
dir ./home/db
pidfile ./home/tendisplus.pid
slowlog ./home/log/slowlog
rocks.blockcachemb 4096
executorThreadNum 48
springboot 集成 个redis配置一样,不需要更改 只需要更改端口密码即可
不支持redis订阅者模式