We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b18e5 commit 4d7e125Copy full SHA for 4d7e125
tests/support/util.tcl
@@ -200,7 +200,7 @@ proc createComplexDataset {r ops {opt {}}} {
200
randpath {{*}$r sadd $k $v} \
201
{{*}$r srem $k $v} \
202
{
203
- set otherset [findKeyWithType r set]
+ set otherset [findKeyWithType {*}$r set]
204
if {$otherset ne {}} {
205
randpath {
206
{*}$r sunionstore $k2 $k $otherset
@@ -216,7 +216,7 @@ proc createComplexDataset {r ops {opt {}}} {
216
randpath {{*}$r zadd $k $d $v} \
217
{{*}$r zrem $k $v} \
218
219
- set otherzset [findKeyWithType r zset]
+ set otherzset [findKeyWithType {*}$r zset]
220
if {$otherzset ne {}} {
221
222
{*}$r zunionstore $k2 2 $k $otherzset
0 commit comments