mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 08:30:51 +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} {
|
||||
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} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user