Skip to content

Commit a62683c

Browse files
add deprecation notice
1 parent 9c70993 commit a62683c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/persistence/redis/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ tags: [persistence, explanation, redis, services]
33
---
44
# Redis
55

6-
<<gcp_only("Redis")>>
6+
!!! warning Deprecated
7+
8+
Due to licensing changes Redis is deprecated and new instances cannot be created after the 15th february 2025.
9+
10+
The replacment, Valkey is available and offers bug-for-bug api compatibility.
711

12+
See [Valkey](../valkey/README.md)
13+
14+
15+
<<gcp_only("Redis")>>
816

917
Redis is a key value database that is used for storing and querying data. It is
1018
a good choice for storing data that is not relational in nature and often used

0 commit comments

Comments
 (0)