mirror of
https://github.com/statbate/docs.git
synced 2026-08-11 02:42:41 +00:00
update
This commit is contained in:
commit
eabb01cfef
21 changed files with 921 additions and 0 deletions
12
install/redis.md
Normal file
12
install/redis.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
```
|
||||
apt-get install redis-server
|
||||
```
|
||||
```
|
||||
# nano /etc/redis/redis.conf
|
||||
|
||||
...
|
||||
unixsocket /var/run/redis/redis-server.sock
|
||||
unixsocketperm 777
|
||||
...
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue