Unverified Commit 36524060 authored by Benjamin Holst's avatar Benjamin Holst Committed by GitHub
Browse files

Update README.md

parent 44571088
...@@ -435,7 +435,7 @@ top comment inside `server.c`. ...@@ -435,7 +435,7 @@ top comment inside `server.c`.
After the command operates in some way, it returns a reply to the client, After the command operates in some way, it returns a reply to the client,
usually using `addReply()` or a similar function defined inside `networking.c`. usually using `addReply()` or a similar function defined inside `networking.c`.
There are tons of commands implementations inside th Redis source code There are tons of commands implementations inside the Redis source code
that can serve as examples of actual commands implementations. To write that can serve as examples of actual commands implementations. To write
a few toy commands can be a good exercise to familiarize with the code base. a few toy commands can be a good exercise to familiarize with the code base.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment