mirror of
https://github.com/statbate/docs.git
synced 2026-08-11 02:42:41 +00:00
12 lines
147 B
Markdown
12 lines
147 B
Markdown
```
|
|
apt-get install redis-server
|
|
```
|
|
```
|
|
# nano /etc/redis/redis.conf
|
|
|
|
...
|
|
unixsocket /var/run/redis/redis-server.sock
|
|
unixsocketperm 777
|
|
...
|
|
|
|
```
|