Commit eb2c8b2c authored by WuYunlong's avatar WuYunlong Committed by antirez
Browse files

Add a test to prove current tcl cluster client can not handle keys with hash tag.

parent 928e6976
......@@ -42,3 +42,9 @@ test "client do not break when cluster slot" {
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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment