mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Test LINSERT syntax error.
This commit is contained in:
@@ -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} {
|
||||
set large $largevalue(linkedlist)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user