Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7e14a208
Commit
7e14a208
authored
Nov 21, 2011
by
antirez
Browse files
Fixed a comment typo in the command table.
parent
40f3ff21
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
7e14a208
...
@@ -83,7 +83,7 @@ struct redisCommand *commandTable;
...
@@ -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
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment