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
bc9efb57
You need to sign in or sign up before continuing.
Commit
bc9efb57
authored
May 11, 2020
by
WuYunlong
Browse files
Add a test to prove current tcl cluster client can not handle keys with hash tag.
parent
1750513a
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/cluster/tests/15-cluster-slots.tcl
View file @
bc9efb57
...
@@ -42,3 +42,9 @@ test "client do not break when cluster slot" {
...
@@ -42,3 +42,9 @@ test "client do not break when cluster slot" {
fail
"output overflow when cluster slots"
fail
"output overflow when cluster slots"
}
}
}
}
test
"client can handle keys with hash tag"
{
set cluster
[
redis_cluster 127.0.0.1:
[
get_instance_attrib redis 0 port
]]
$cluster set foo
{
tag
}
bar
$cluster close
}
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