mirror of
https://github.com/fluencelabs/redis
synced 2025-06-11 00:01:20 +00:00
Fixed a comment typo in the command table.
This commit is contained in:
@ -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[] = {
|
||||
|
Reference in New Issue
Block a user