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
6662806a
Commit
6662806a
authored
Oct 17, 2011
by
antirez
Browse files
Regression test for issue #142 added
parent
6e3f1a9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/version.h
View file @
6662806a
#define REDIS_VERSION "2.4.
0
"
#define REDIS_VERSION "2.4.
1
"
tests/integration/replication.tcl
View file @
6662806a
...
@@ -57,5 +57,11 @@ start_server {tags {"repl"}} {
...
@@ -57,5 +57,11 @@ start_server {tags {"repl"}} {
if
{
$::valgrind
}
{
after 2000
}
if
{
$::valgrind
}
{
after 2000
}
r 0 get mykey
r 0 get mykey
}
{
bar
}
}
{
bar
}
test
{
FLUSHALL should replicate
}
{
r -1 flushall
if
{
$::valgrind
}
{
after 2000
}
list
[
r -1 dbsize
]
[
r 0 dbsize
]
}
{
0 0
}
}
}
}
}
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