This is a redis server implemented by golang
If you find some bugs,just give me an issue.
There are many features what need to be implemented.When I have time,I will finish it.
dev maybe not work,please use master
- load config
- load aof file
- command ping
- command echo
- command pubsub
- command subscribe
- command get
- command set
- command select
makecp server.example.json server.json./build/windows/redis.exe./build/darwin/redis./build/linux/redisredis-benchmark -h 127.0.0.1 -p 6378 -n 100000 -c 1000