evio/examples
Josh Baker 4b5991abe5 moved examples 2017-07-04 11:43:52 -07:00
..
echo-server moved examples 2017-07-04 11:43:52 -07:00
redis-server moved examples 2017-07-04 11:43:52 -07:00
README.md moved examples 2017-07-04 11:43:52 -07:00

README.md

✨ shiny ✨ examples

redis-server

go run examples/redis-server/main.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/main.go [--port int]