mirror of
https://github.com/fluencelabs/redis
synced 2025-04-07 18:08:04 +00:00
use withscores when performing the dataset digest
This commit is contained in:
parent
8c096b16a1
commit
128e89dde2
@ -214,7 +214,7 @@ proc datasetDigest r {
|
|||||||
if {[$r zcard $k] == 0} {
|
if {[$r zcard $k] == 0} {
|
||||||
set aux {}
|
set aux {}
|
||||||
} else {
|
} else {
|
||||||
set aux [::sha1::sha1 -hex [$r zrange $k 0 -1]]
|
set aux [::sha1::sha1 -hex [$r zrange $k 0 -1 withscores]]
|
||||||
}
|
}
|
||||||
} {hash} {
|
} {hash} {
|
||||||
if {[$r hlen $k] == 0} {
|
if {[$r hlen $k] == 0} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user