mirror of https://github.com/tidwall/evio.git
f36b6b2ca7 | ||
---|---|---|
.. | ||
README.md | ||
echo-server.go | ||
redis-server.go |
README.md
✨ shiny ✨ examples
redis-server
go run examples/redis-server.go [--port int] [--appendonly yes/no]
GET
,SET
,DEL
,QUIT
,PING
,SHUTDOWN
commands.--appendonly yes
option for disk persistence.- Compatible with the redis-cli and all redis clients.
echo-server
go run examples/echo-server.go [--port int]