1 Star 0 Fork 14

shiyifeng / redisbygo

forked from waterloocode / redisbygo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
MIT
Loading...
README

RedisServerByGo( in development... )

This is a redis server implemented by golang

If you find some bugs,just give me an issue.

There is many features what need to be implemented.When I have time,I will finish it.

Repository

Supported

  • load aof file
  • command ping
  • command echo
  • command pubsub
  • command subscribe
  • command get
  • command set
  • command select

Usage

make
cp server.example.json server.json

win

./build/windows/redis.exe

mac

./build/darwin/redis

linux

./build/linux/redis

Benchmark

redis-benchmark -h 127.0.0.1 -p 6378 -n 100000 -c 1000

Reference

Redis Doc

空文件

简介

参考redis源码,用golang写了一个redis服务器 展开 收起
Go
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/shiyifeng/redisbygo.git
git@gitee.com:shiyifeng/redisbygo.git
shiyifeng
redisbygo
redisbygo
master

搜索帮助