X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/fab3a740ab3f4eb4e5f1697973150f516b7c8d38..6208b3a7:/doc/ProtocolSpecification.html
diff --git a/doc/ProtocolSpecification.html b/doc/ProtocolSpecification.html
index 9551c6a5..955f286d 100644
--- a/doc/ProtocolSpecification.html
+++ b/doc/ProtocolSpecification.html
@@ -29,7 +29,7 @@
The Redis protocol is a compromise between being easy to parse by a computer
and being easy to parse by an human. Before reading this section you are
strongly encouraged to read the "REDIS TUTORIAL" section of this README in order
-to get a first feeling of the protocol playing with it by TELNET.A client connects to a Redis server creating a TCP connection to the port 6973.
+to get a first feeling of the protocol playing with it by TELNET.A client connects to a Redis server creating a TCP connection to the port 6379.
Every redis command or data transmitted by the client and the server is
terminated by "\r\n" (CRLF).The simplest commands are the inline commands. This is an example of a
server/client chat (the server chat starts with S:, the client chat with C:)