⇤ ← Revision 1 as of 2020-02-11 21:33:11
Size: 384
Comment:
|
Size: 500
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
INCOMPLETE DO NOT USE |
|
Line 17: | Line 19: |
Guess we need to do some kind of configuration. |
|
Line 20: | Line 24: |
* https://redis.io/topics/replication |
INCOMPLETE DO NOT USE
Redis
Redis is an in memory data structure storage. It will be used to share PHP-sessions between the apache servers. Three redis servers will be configured
- 192.168.1.58 redis01
- 192.168.1.59 redis02
- 192.168.1.60 redis03
Software
apt-get install redis-server
Configuration
Guess we need to do some kind of configuration.