Is Redis ReJSON module compatible with Google Memorystore?
Asked Answered
T

4

5

Is Redis ReJSON module compatible with Google Memorystore? I want to store JSON in memorystore, can I use ReJSON module?

Tonitonia answered 17/12, 2018 at 20:24 Comment(1)
if you feel like updating the answer it might be good to? (as it is now supported)Meryl
R
5

No you cannot use the ReJSON module because it's currently not supported to use any modules in Google Cloud Memorystore as it is running v3.2.11 and the user modules system was introduced in Redis v4.0. Also in the ReJSON module requirements it stated that it requires Redis v4.0 or above.

Related to this, there is already a public feature request for Google Cloud Memorystore to release v4.0 in which it is stated that:

We are working on releasing 4.0 in Q1 (2019). We will follow up with 5.0 shortly after that.

I cannot confirm it but it can be that after the v4.0 is introduced, you are able to use the ReJSON module.

Rehash answered 21/12, 2018 at 11:48 Comment(0)
M
4

As of July 13 2020, Memorystore does not support Redis modules, even with the latest Redis version 5.0

Metabolize answered 13/7, 2020 at 20:40 Comment(0)
U
2

Memorystore now supports Redis 4 with a beta tag but they do not support modules: https://cloud.google.com/memorystore/docs/redis/supported-versions#redis_version_40_beta

Unriddle answered 12/5, 2019 at 0:47 Comment(0)
C
2

v6 is compatible. All versions below this are not. Hope this helps.

Casuistry answered 2/5, 2022 at 16:10 Comment(2)
cloud.google.com/memorystore/docs/redis/… I don't see here, that it supports Redis module in v6Bonefish
Can you share any doc related to thisBonefish

© 2022 - 2024 — McMap. All rights reserved.