mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 01:57:08 +00:00
chg: [doc] document basic storage format
This commit is contained in:
parent
284e4719c7
commit
99609502cb
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Database structure of hashlookup
|
# Database structure of hashlookup
|
||||||
|
|
||||||
|
## hash storage
|
||||||
|
|
||||||
|
- `l:<md5>` set -> {sha1, sha1}
|
||||||
|
- `h:<sha1>`` hash -> keys from NSRL or other data sources
|
||||||
|
|
||||||
## Publish-Subscribe channels
|
## Publish-Subscribe channels
|
||||||
|
|
||||||
- `nx` JSON message of non-existing hashes searched
|
- `nx` JSON message of non-existing hashes searched
|
||||||
|
|
Loading…
Reference in a new issue