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
ecf94014
Commit
ecf94014
authored
Dec 06, 2010
by
Pieter Noordhuis
Browse files
Fix case and indent
parent
8a88c368
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/t_list.c
View file @
ecf94014
...
...
@@ -705,7 +705,7 @@ void blockForKeys(redisClient *c, robj **keys, int numkeys, time_t timeout, robj
c
->
bpop
.
target
=
target
;
if
(
target
!=
NULL
)
{
incrRefCount
(
target
);
incrRefCount
(
target
);
}
for
(
j
=
0
;
j
<
numkeys
;
j
++
)
{
...
...
tests/unit/type/list.tcl
View file @
ecf94014
...
...
@@ -205,7 +205,7 @@ start_server {
assert_equal
{
foo
}
[
r lrange target2 0 -1
]
}
test
"
l
inked BRPOPLPUSH"
{
test
"
L
inked BRPOPLPUSH"
{
set rd1
[
redis_deferring_client
]
set rd2
[
redis_deferring_client
]
...
...
@@ -221,7 +221,7 @@ start_server {
assert_equal
{
foo
}
[
r lrange list3 0 -1
]
}
test
"
c
ircular BRPOPLPUSH"
{
test
"
C
ircular BRPOPLPUSH"
{
set rd1
[
redis_deferring_client
]
set rd2
[
redis_deferring_client
]
...
...
@@ -236,7 +236,7 @@ start_server {
assert_equal
{}
[
r lrange list2 0 -1
]
}
test
"
s
elf-referential BRPOPLPUSH"
{
test
"
S
elf-referential BRPOPLPUSH"
{
set rd
[
redis_deferring_client
]
r del blist
...
...
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