From a030f939d98cd4435eba59b5a4e44a1e26902bb4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 20 Aug 2014 15:31:10 +0200 Subject: [PATCH 1/2] Overview of Redis database added --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bc51ae68..c61e0483 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,15 @@ If you want to create a general module (e.g. using all pastes), this module need ![ZMQTree](./doc/dia/ZMQ_Queuing_Tree.jpg?raw=true "ZMQ Tree") +Redis and LevelDB overview +-------------------------- + + * Redis on TCP port 6379 - DB 1 - Paste meta-data + * DB 0 - Cache hostname/dns + * Redis on TCP port 6380 - Redis Pub-Sub only + * Redis on TCP port 6381 - DB 0 - Queue and Paste content LRU cache + * LevelDB on TCP port - Lines duplicate + LICENSE ------- From 5096230f05a981906a1b471de3d3a52b3cfe07fc Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 20 Aug 2014 15:33:26 +0200 Subject: [PATCH 2/2] Markdown fixed --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c61e0483..2741fecb 100644 --- a/README.md +++ b/README.md @@ -199,11 +199,11 @@ If you want to create a general module (e.g. using all pastes), this module need Redis and LevelDB overview -------------------------- - * Redis on TCP port 6379 - DB 1 - Paste meta-data - * DB 0 - Cache hostname/dns - * Redis on TCP port 6380 - Redis Pub-Sub only - * Redis on TCP port 6381 - DB 0 - Queue and Paste content LRU cache - * LevelDB on TCP port - Lines duplicate +* Redis on TCP port 6379 - DB 1 - Paste meta-data +* DB 0 - Cache hostname/dns +* Redis on TCP port 6380 - Redis Pub-Sub only +* Redis on TCP port 6381 - DB 0 - Queue and Paste content LRU cache +* LevelDB on TCP port - Lines duplicate LICENSE -------