Merge pull request #5036 from bepahol/unstable

Update README.md
This commit is contained in:
Salvatore Sanfilippo 2018-06-20 17:42:37 +02:00 committed by GitHub
commit 1527bcada3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,7 +435,7 @@ top comment inside `server.c`.
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`.
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
a few toy commands can be a good exercise to familiarize with the code base.