mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 01:57:08 +00:00
14 lines
454 B
Markdown
14 lines
454 B
Markdown
# Database structure of hashlookup
|
|
|
|
## Publish-Subscribe channels
|
|
|
|
- `nx` JSON message of non-existing hashes searched
|
|
- `exist` JSON message of existing hashes searched
|
|
|
|
## Statistics
|
|
|
|
- `s:nx:md5` sorted set of MD5 non-existing hashes
|
|
- `s:nx:sha1` sorted set of SHA1 non-existing hashes
|
|
- `s:exist:md5` sorted set of SHA1 existing hashes
|
|
- `s:exist:sha1` sorted set of SHA1 existing hashes
|
|
- `stat:<NSRLname>` string with the number of items imported
|