eggs/database/redis/redis-6
Charles 756816a240
image updates (#2844)
* image updates

replaced basic debian with installers
Changed pterodactyl images to use parker images

* replace alpine images

update alpine* to use installer:alpine
Remove extra space <3

* Remove use of all quay.io images

* Update all eggs to PTDL_v2

* Add back features to generic dart

* move away from bullseye or buster

* Fix Muse install

---------

Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
2024-04-07 15:03:34 +02:00
..
egg-redis-6.json image updates (#2844) 2024-04-07 15:03:34 +02:00
README.md feat: add startup notice 2022-09-18 01:52:09 +01:00
redis.conf add redis 6 config 2020-09-28 20:50:50 -04:00

Redis

From their Website

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.

Server Startup

You must first authenticate before trying to execute commands, to do this run AUTH <YOUR_PASSWORD_HERE> (without the <>). This should be the same as the password set in the SERVER_PASSWORD variable.

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