mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: LevelDB not more used
This commit is contained in:
parent
2bc1614ec3
commit
f04a40b560
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
|
||||||
Redis and LevelDB overview
|
Redis and ARDB overview
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
* Redis on TCP port 6379
|
* Redis on TCP port 6379
|
||||||
|
@ -11,12 +11,13 @@ Redis and LevelDB overview
|
||||||
* Redis on TCP port 6381
|
* Redis on TCP port 6381
|
||||||
- DB 0 - PubSub + Queue and Paste content LRU cache
|
- DB 0 - PubSub + Queue and Paste content LRU cache
|
||||||
- DB 1 - _Mixer_ Cache
|
- DB 1 - _Mixer_ Cache
|
||||||
* LevelDB on TCP port 6382
|
* ARDB on TCP port 6382
|
||||||
- DB 1 - Curve
|
- DB 1 - Curve
|
||||||
- DB 2 - Trending
|
- DB 2 - Trending
|
||||||
- DB 3 - Terms
|
- DB 3 - Terms
|
||||||
- DB 4 - Sentiments
|
- DB 4 - Sentiments
|
||||||
* LevelDB on TCP port <year>
|
* ARDB on TCP port <year>
|
||||||
- DB 0 - Lines duplicate
|
- DB 0 - Lines duplicate
|
||||||
- DB 1 - Hashs
|
- DB 1 - Hashes
|
||||||
|
|
||||||
|
To be updated
|
||||||
|
|
Loading…
Reference in a new issue