]> git.saurik.com Git - redis.git/commitdiff
Fixed a comment typo in the command table.
authorantirez <antirez@gmail.com>
Mon, 21 Nov 2011 09:55:52 +0000 (10:55 +0100)
committerantirez <antirez@gmail.com>
Mon, 21 Nov 2011 09:55:52 +0000 (10:55 +0100)
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[] = {