add redis egg

This commit is contained in:
Michael (Parker) Parker
2020-03-04 13:24:17 -05:00
parent 8ed0533a91
commit 00f3a4f080
4 changed files with 59 additions and 4 deletions

16
database/redis/README.md Normal file
View File

@@ -0,0 +1,16 @@
# 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 |