本文主要是介绍腾讯 tendis 替代 redis linux安装使用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
下载地址
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订阅者模式
这篇关于腾讯 tendis 替代 redis linux安装使用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!