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
3c6f9ac3
Commit
3c6f9ac3
authored
Oct 06, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #1902 from mattsta/comment-fixes
ALL comment fixes
parents
389ec305
be006163
Changes
44
Show whitespace changes
Inline
Side-by-side
tests/unit/introspection.tcl
View file @
3c6f9ac3
tests/unit/maxmemory.tcl
View file @
3c6f9ac3
tests/unit/sort.tcl
View file @
3c6f9ac3
...
...
@@ -187,7 +187,7 @@ start_server {
assert_equal
[
lsort -real $floats
]
[
r sort mylist
]
}
test
"SORT with STORE returns zero if result is empty (github isse 224)"
{
test
"SORT with STORE returns zero if result is empty (github iss
u
e 224)"
{
r flushdb
r sort foo store bar
}
{
0
}
...
...
utils/lru/test-lru.rb
View file @
3c6f9ac3
...
...
@@ -49,9 +49,9 @@ inserted = r.dbsize
first_set_max_id
=
id
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
|
r
.
get
(
id
)
# sleep 0.001
...
...
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