mirror of https://github.com/CIRCL/AIL-framework
23 lines
499 B
Markdown
23 lines
499 B
Markdown
Overview
|
|
========
|
|
|
|
Redis and LevelDB overview
|
|
--------------------------
|
|
|
|
* Redis on TCP port 6379
|
|
- DB 0 - Cache hostname/dns
|
|
- DB 1 - Paste meta-data
|
|
* Redis on TCP port 6380 - Redis Log only
|
|
* Redis on TCP port 6381
|
|
- DB 0 - PubSub + Queue and Paste content LRU cache
|
|
- DB 1 - _Mixer_ Cache
|
|
* LevelDB on TCP port 6382
|
|
- DB 1 - Curve
|
|
- DB 2 - Trending
|
|
- DB 3 - Terms
|
|
- DB 4 - Sentiments
|
|
* LevelDB on TCP port <year>
|
|
- DB 0 - Lines duplicate
|
|
- DB 1 - Hashs
|
|
|