mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-14 22:07:22 +08:00
519cb1bd63
added blank lines as needed incased url
20 lines
486 B
Markdown
20 lines
486 B
Markdown
# Redis
|
|
|
|
## From their [Website](https://redis.io/)
|
|
|
|
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
|
|
|
|
## Minimum RAM warning
|
|
|
|
It's recommended to have 4gb of RAM for redis
|
|
|
|
See here <https://docs.redislabs.com/latest/rs/administering/designing-production/hardware-requirements/>
|
|
|
|
## Server Ports
|
|
|
|
Ports required to run the server in a table format.
|
|
|
|
| Port | default |
|
|
|---------|---------|
|
|
| Server | 6379 |
|