summaryrefslogtreecommitdiff
path: root/tests/unit/type/list-common.tcl
blob: ab45f0b31b8d69934ab61efc78ecff22dde7a8d3 (plain)
1
2
3
4
5
# We need a value larger than list-max-ziplist-value to make sure
# the list has the right encoding when it is swapped in again.
array set largevalue {}
set largevalue(ziplist) "hello"
set largevalue(linkedlist) [string repeat "hello" 4]