1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-08 00:27:08 +02:00
parkervcp-pterodactyl-eggs/database/redis/redis-5/README.md

20 lines
486 B
Markdown
Raw Normal View History

2020-03-04 19:24:17 +01:00
# Redis
## From their [Website](https://redis.io/)
2020-03-04 19:24:17 +01:00
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
## Minimum RAM warning
2020-03-04 19:24:17 +01:00
It's recommended to have 4gb of RAM for redis
See here <https://docs.redislabs.com/latest/rs/administering/designing-production/hardware-requirements/>
2020-03-04 19:24:17 +01:00
## Server Ports
2020-03-04 19:24:17 +01:00
Ports required to run the server in a table format.
| Port | default |
|---------|---------|
| Server | 6379 |