]> git.saurik.com Git - redis.git/blobdiff - src/redis.c
Fixed a comment typo in the command table.
[redis.git] / src / redis.c
index 91e1e10c834fb97ad7cd6e80f18880a96289ac28..a79ec025f2ecf9cf09e728e6737cf805eb3a8129 100644 (file)
@@ -83,7 +83,7 @@ struct redisCommand *commandTable;
  * p: Pub/Sub related command.
  * f: force replication of this command, regarless of server.dirty.
  * s: command not allowed in scripts.
- * r: random command. Command is not deterministic, that is, the same command
+ * R: random command. Command is not deterministic, that is, the same command
  *    with the same arguments, with the same key space, may have different
  *    results. For instance SPOP and RANDOMKEY are two random commands. */
 struct redisCommand redisCommandTable[] = {