Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a00fcaa6
Commit
a00fcaa6
authored
Apr 18, 2012
by
antirez
Browse files
Test LINSERT syntax error.
parent
8d126455
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/type/list.tcl
View file @
a00fcaa6
...
@@ -399,6 +399,11 @@ start_server {
...
@@ -399,6 +399,11 @@ start_server {
}
}
}
}
test
{
LINSERT raise error on bad syntax
}
{
catch
{[
r linsert xlist aft3r aa 42
]}
e
set e
}
{
*ERR*syntax*error*
}
test
{
LPUSHX, RPUSHX convert from ziplist to list
}
{
test
{
LPUSHX, RPUSHX convert from ziplist to list
}
{
set large $largevalue
(
linkedlist
)
set large $largevalue
(
linkedlist
)
...
...
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