Differences between revisions 2 and 3
Revision 2 as of 2020-02-11 21:53:12
Size: 500
Comment:
Revision 3 as of 2020-02-11 21:55:22
Size: 534
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
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 Redis is an in memory data structure storage. It will be used to share PHP-sessions between the apache servers. To guarantee a robust deployment three redis servers will be configured.

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. To guarantee a robust deployment 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.

References

None: Redis (last edited 2022-01-03 22:09:21 by Kristian Kallenberg)