mirror of
https://github.com/fluencelabs/redis
synced 2025-07-02 18:31:34 +00:00
Make SORT use the hybrid set accessors to allow sorting intsets
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user