Skip to content

vincillau/mydss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyDSS

Version License Build test

兼容 Redis 协议的服务器,目前仅支持 Linux。

构建

MyDSS 使用 xmake 构建项目和管理依赖

git clone https://github.com/VincilLau/mydss.git
cd mydss
git checkout master
xmake f -m release
xmake build

运行

xmake run mydss
iredis # 也可以使用 redis-cli 等工具
# SET k v
# GET k

查看帮助:

xmake run mydss --help

指示配置文件路径:

xmake run mydss -c /path/to/config.json

注意:使用 xmake run 运行时工作目录不再项目根目录中,使用相对路径指示配置文件可能出错,可以改成如下方式:

./build/linux/x86_64/release/mydss -c ./config.json

文档

维护者

@Vincil Lau

许可证

Apache 2.0