Make SORT use the hybrid set accessors to allow sorting intsets

This commit is contained in:
Pieter Noordhuis
2010-08-21 11:15:31 +02:00
parent 2b9a59471f
commit 029e5577ff
2 changed files with 17 additions and 12 deletions

View File

@ -38,6 +38,7 @@ start_server {
foreach {num cmd enc title} {
16 lpush ziplist "Ziplist"
64 lpush linkedlist "Linked list"
16 sadd intset "Intset"
64 sadd hashtable "Hash table"
} {
set result [create_random_dataset $num $cmd]