redisbygo

module
v0.0.0-...-2aef611 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2020 License: MIT

README

RedisServerByGo( in development... )

中文

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.

Branch

dev maybe not work,please use master

Repository

Supported

  • load config
  • 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL