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
9a38820f
"vscode:/vscode.git/clone" did not exist on "9f080a01fac2353a1c3a855729cd337ef4384c5a"
Commit
9a38820f
authored
Sep 16, 2014
by
Aniruddh Chaturvedi
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo in unit test
Closes #2005
parent
2393adda
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/lru/test-lru.rb
View file @
9a38820f
...
@@ -49,9 +49,9 @@ inserted = r.dbsize
...
@@ -49,9 +49,9 @@ inserted = r.dbsize
first_set_max_id
=
id
first_set_max_id
=
id
puts
"
#{
r
.
dbsize
}
keys inserted"
puts
"
#{
r
.
dbsize
}
keys inserted"
# Access keys sequen
c
ially
# Access keys sequen
t
ially
puts
"Access keys sequen
c
ially"
puts
"Access keys sequen
t
ially"
(
1
..
first_set_max_id
).
each
{
|
id
|
(
1
..
first_set_max_id
).
each
{
|
id
|
r
.
get
(
id
)
r
.
get
(
id
)
# sleep 0.001
# sleep 0.001
...
...
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