eggs/database/redis/redis-5/README.md
Michael Parker e94bd23020
add redis 6
adds an egg for redis 6

better handling of the redis-cli makes it somewhat usable.
2020-07-11 00:36:33 -04:00

17 lines
484 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 |