Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Redis ReJSON module compatible with Google Memorystore?

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

like image 663
tayyab Avatar asked Dec 17 '18 20:12

tayyab


3 Answers

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.

like image 180
TasosZG Avatar answered Nov 06 '22 11:11

TasosZG


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

like image 34
Carlos Avatar answered Nov 06 '22 12:11

Carlos


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

like image 2
sepbot Avatar answered Nov 06 '22 11:11

sepbot