mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-21 17:47:06 +00:00
Update DATABASE.md
This commit is contained in:
parent
02a675d9ea
commit
e9fb182c82
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
## hash storage
|
## hash storage
|
||||||
|
|
||||||
- `l:<md5>` key/value -> {sha1, sha1}
|
- `l:<md5>` key/value -> {sha1, sha1}
|
||||||
- `h:<sha1>`` hash -> keys from NSRL or other data sources
|
- `h:<sha1>` hash -> keys from NSRL or other data sources
|
||||||
- `p:<sha1>` set -> {sha1, sha1} for the parents of a hash (such as original packages)
|
- `p:<sha1>` set -> {sha1, sha1} for the parents of a hash (such as original packages)
|
||||||
- `c:<sha1>` set -> {sha1, sha1} for the children of a hash (such as files contained in a package)
|
- `c:<sha1>` set -> {sha1, sha1} for the children of a hash (such as files contained in a package)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue