Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.34 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.34 KB

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