Commit 128e89dd authored by antirez's avatar antirez
Browse files

use withscores when performing the dataset digest

parent 8c096b16
......@@ -214,7 +214,7 @@ proc datasetDigest r {
if {[$r zcard $k] == 0} {
set aux {}
} else {
set aux [::sha1::sha1 -hex [$r zrange $k 0 -1]]
set aux [::sha1::sha1 -hex [$r zrange $k 0 -1 withscores]]
}
} {hash} {
if {[$r hlen $k] == 0} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment