docs/install/redis.md

13 lines
147 B
Markdown
Raw Normal View History

2022-07-27 11:48:27 +03:00
```
apt-get install redis-server
```
```
# nano /etc/redis/redis.conf
...
unixsocket /var/run/redis/redis-server.sock
unixsocketperm 777
...
```