Skip to content

Latest commit

History

History
14 lines (9 loc) 路 642 Bytes

redis.md

File metadata and controls

14 lines (9 loc) 路 642 Bytes

Redis

We use the official Redis Docker image.

In March 2024, Redis announced that they will be changing their BSD license to ones that are not open-source. This change will take effect from Redis v7.4 onwards. We have locked our Docker image to Redis v7.2.x (which uses the BSD open source license), and we may consider using a Redis alternative in the future.

Connecting

Parameter Value
Host redis (from a container)
localhost (from your computer)
Port 6379
Password ``