Docker Images / cache / redis

redis

JSON →
docker8.8.0musl10815M pulls

Redis is an in-memory data structure store, used as a database, cache, and message broker, supporting data structures like strings, hashes, lists, and sets.

databases-and-storage
Usage
Recommended variant
docker pull redis:8.8.0-alpine
alpine = musl libc, smallest footprint — some native extensions won't build
Variants
Available tags
redis:full
redis:alpinemusl
Lifecycle
Support & EOL
latest8.8.0
pull size38MB compressed
Known issues
Gotchas
avoid :latest in production — pulls breaking major version changes
alpine variant uses musl libc, can break native extensions compiled for glibc
default configuration has no authentication — enable requirepass for security
Resources