mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 01:57:08 +00:00
8 lines
297 B
Markdown
8 lines
297 B
Markdown
# Database structure of hashlookup
|
|
|
|
# Statistics
|
|
|
|
- `s:nx:md5` sorted set of MD5 non-existing hashes looked up
|
|
- `s:nx:sha1` sorted set of SHA1 non-existing hashes looked up
|
|
- `s:exist:md5` sorted set of SHA1 existing hashes looked up
|
|
- `s:exixt:sha1` sorted set of SHA1 existing hashes looked up
|