Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
1f036c65
Commit
1f036c65
authored
May 24, 2011
by
antirez
Browse files
Comment typo fixed
parent
7dd1e952
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/replication.tcl
View file @
1f036c65
...
@@ -28,7 +28,7 @@ start_server {tags {"repl"}} {
...
@@ -28,7 +28,7 @@ start_server {tags {"repl"}} {
createComplexDataset r 50000 useexpire
createComplexDataset r 50000 useexpire
after 4000
;
# Make sure everything expired before taking the digest
after 4000
;
# Make sure everything expired before taking the digest
r keys *
;
# Force DEL syntesizing to slave
r keys *
;
# Force DEL syntesizing to slave
after 1000
;
# Wait another second. Now everything should be fi
l
e.
after 1000
;
# Wait another second. Now everything should be fi
n
e.
if
{[
r debug digest
]
ne
[
r -1 debug digest
]}
{
if
{[
r debug digest
]
ne
[
r -1 debug digest
]}
{
set csv1
[
csvdump r
]
set csv1
[
csvdump r
]
set csv2
[
csvdump
{
r -1
}]
set csv2
[
csvdump
{
r -1
}]
...
...
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