StruxaEggs Explorer

Redis-6

Application

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.

Author: parker@parkervcp.comSource: pterodactyl/application-eggsUpdated: 5/24/2026

Startup Command

/usr/local/bin/redis-server /home/container/redis.conf --save 60 1 --dir /home/container/ --bind 0.0.0.0 --port {{SERVER_PORT}} --requirepass {{SERVER_PASSWORD}} --maxmemory {{SERVER_MEMORY}}mb --daemonize yes && redis-cli -p {{SERVER_PORT}}; redis-cli -p {{SERVER_PORT}} -a {{SERVER_PASSWORD}} shutdown save

Docker Images

LabelImage
ghcr.io/ptero-eggs/yolks:redis_6ghcr.io/ptero-eggs/yolks:redis_6

Environment Variables

NameVariableDefaultRules
Redis Password
The password redis should use to secure the server.
SERVER_PASSWORDP@55w0rdrequired|string