hashlookup-server/doc/DATABASE.md
2021-08-13 22:13:25 +02:00

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