mirror of https://github.com/redis/redis.git
Update tests/unit/moduleapi/moduleconfigs.tcl
Co-authored-by: nafraf <nafraf@users.noreply.github.com>
This commit is contained in:
parent
98be450f1d
commit
f164012c19
|
@ -343,7 +343,7 @@ start_server {tags {"modules"}} {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
test {loadmodule CONFIG values take precedence over loadmoduleex ARGS values} {
|
test {loadmodule CONFIG values take precedence over module loadex ARGS values} {
|
||||||
# Load module with conflicting CONFIG and ARGS values
|
# Load module with conflicting CONFIG and ARGS values
|
||||||
r module loadex $testmodule \
|
r module loadex $testmodule \
|
||||||
CONFIG moduleconfigs.string goo \
|
CONFIG moduleconfigs.string goo \
|
||||||
|
|
Loading…
Reference in New Issue