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
9d09ce39
Commit
9d09ce39
authored
Jan 17, 2013
by
guiquanz
Committed by
antirez
Jan 19, 2013
Browse files
Fixed many typos.
parent
61dfc2e5
Changes
42
Hide whitespace changes
Inline
Side-by-side
src/zmalloc.c
View file @
9d09ce39
...
...
@@ -250,7 +250,7 @@ void zmalloc_set_oom_handler(void (*oom_handler)(size_t)) {
*
* For this kind of "fast RSS reporting" usages use instead the
* function RedisEstimateRSS() that is a much faster (and less precise)
* version of the func
i
ton. */
* version of the funct
i
on. */
#if defined(HAVE_PROC_STAT)
#include <unistd.h>
...
...
tests/unit/scripting.tcl
View file @
9d09ce39
...
...
@@ -34,7 +34,7 @@ start_server {tags {"scripting"}} {
r eval
{
return
{
1,2,3,'ciao',
{
1,2
}}}
0
}
{
1 2 3 ciao
{
1 2
}}
test
{
EVAL - Are the KEYS and ARG
S
arrays populated correctly?
}
{
test
{
EVAL - Are the KEYS and ARG
V
arrays populated correctly?
}
{
r eval
{
return
{
KEYS
[
1
]
,KEYS
[
2
]
,ARGV
[
1
]
,ARGV
[
2
]}}
2 a b c d
}
{
a b c d
}
...
...
Prev
1
2
3
Next
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