mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-24 02:46:36 +01:00
Update redis docs
This commit is contained in:
parent
6585f9eddb
commit
7a76c67d77
@ -2,6 +2,25 @@
|
||||
|
||||
I introduced Redis support for store information about attacks.
|
||||
|
||||
How to compile:
|
||||
|
||||
Install dependencies:
|
||||
```bash
|
||||
# Debian like distros
|
||||
apt-get install -y libhiredis-dev
|
||||
# RedHat like distros
|
||||
yum install -y hiredis-devel
|
||||
```
|
||||
|
||||
Uncomment lines regarding redis in CMakeLists.txt
|
||||
|
||||
And compile:
|
||||
```bash
|
||||
cd /usr/src/fastnetmon/src/build
|
||||
cmake ..
|
||||
make
|
||||
```
|
||||
|
||||
Please call ```redis-cli``` and input following commands
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user