mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Fixed a comment typo in the command table.
This commit is contained in:
parent
40f3ff21b7
commit
7e14a20801
@ -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[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user