python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
GCP Memorystore Redis: Protocol error, got "\x15" as reply type byte
I have been researching this Redis error for days now...
I created a GCP Memorystore Redis instance and received the following internal IP endpoint:
10.xxx.xxx.xxx:6378
I created a small GCE instance...

Didier Jean Charles
Votes: 0
Answers: 1
Can you import the BUILD_ID of a cloud build into your Cloud Run python container?
We want to use django's redis cache feature that allows us to specify version numbers which will effectively invalidate cache values of a previous build (before the code changed).
GCP's Cloud build ha...
talkingtoaj
Votes: 0
Answers: 2
Connecting to GCP redis memory store with cloud run
we are currently trying to connect to a memory store redis instance with cloud run using the npm redis library https://www.npmjs.com/package/redis in version 4.0.3
The config looks like this:
const r...

SZDevelopment
Votes: 0
Answers: 0
I am not able to connect to Google Cloud Memory Store from Spring Boot
I am developing a module with spring boot in my backend where i need to use Redis through GCP Memory Store. I have been searching in forum and even the "oficial documentation" about memory s...
Erick Finn
Votes: 0
Answers: 1