Fixed a comment typo in the command table.

This commit is contained in:
antirez 2011-11-21 10:55:52 +01:00
parent 40f3ff21b7
commit 7e14a20801

View File

@ -83,7 +83,7 @@ struct redisCommand *commandTable;
* p: Pub/Sub related command. * p: Pub/Sub related command.
* f: force replication of this command, regarless of server.dirty. * f: force replication of this command, regarless of server.dirty.
* s: command not allowed in scripts. * 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 * with the same arguments, with the same key space, may have different
* results. For instance SPOP and RANDOMKEY are two random commands. */ * results. For instance SPOP and RANDOMKEY are two random commands. */
struct redisCommand redisCommandTable[] = { struct redisCommand redisCommandTable[] = {